Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/net/
Dmpc8xx_fec.c331 setbits_be32(&fecp->fec_x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ in fec_full_duplex()
341 clrbits_be32(&fecp->fec_x_cntrl, FEC_TCNTRL_FDEN); /* FD disable */ in fec_half_duplex()
598 out_be32(&fecp->fec_x_cntrl, 0); in fec_init()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dimmap_8xx.h336 uint fec_x_cntrl; /* Tx control register */ member