Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c212 volatile u32 *mac_addr_high = (volatile u32*)(ETH0_BASE+MAC_ADDRESS_HIGH); in au1x00_init() local
244 *mac_addr_high = (ea[5] << 8) | (ea[4] ) ; in au1x00_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.h58 u32 mac_addr_high; member
H A Dau1000_eth.c708 &aup->mac->mac_addr_high); in au1000_init()