Home
last modified time | relevance | path

Searched refs:physaddr (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/microblaze/include/asm/
Dio.h125 #define ioremap(physaddr, size) (physaddr) argument
126 #define ioremap_nocache(physaddr, size) (physaddr) argument
127 #define ioremap_writethrough(physaddr, size) (physaddr) argument
128 #define ioremap_fullcache(physaddr, size) (physaddr) argument
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_freebsd.c169 u8 physaddr[DLPI_PHYSADDR_MAX]; in eth_get() local
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr, in eth_get()
187 os_memcpy(ea, physaddr, ETH_ALEN); in eth_get()