Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dimmap_8xx.h308 ushort fec_addr_high; /* upper 16 bits of station address */ member
/third_party/uboot/u-boot-2020.01/drivers/net/
Dmpc8xx_fec.c532 out_be16(&fecp->fec_addr_high, (ea[4] << 8) | ea[5]); in fec_init()