Searched refs:fec_addr_low (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c159 out_be32(&immap->im_cpm.cp_fec.fec_addr_low, 0x12345678);
160 if (in_be32(&immap->im_cpm.cp_fec.fec_addr_low) == 0x12345678)
/u-boot/arch/powerpc/include/asm/
H A Dimmap_8xx.h307 uint fec_addr_low; /* lower 32 bits of station address */ member in struct:fec
/u-boot/drivers/net/
H A Dmpc8xx_fec.c506 out_be32(&fecp->fec_addr_low, (ea[0] << 24) | (ea[1] << 16) |

Completed in 89 milliseconds