Home
last modified time | relevance | path

Searched refs:mac_addr_low (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c213 volatile u32 *mac_addr_low = (volatile u32*)(ETH0_BASE+MAC_ADDRESS_LOW); in au1x00_init() local
245 *mac_addr_low = (ea[3] << 24) | (ea[2] << 16) | in au1x00_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.h59 u32 mac_addr_low; member
H A Dau1000_eth.c711 &aup->mac->mac_addr_low); in au1000_init()