Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac110.c104 tmp = PHYCR_WRITE in mdio_write()
112 if (readl(&regs->phycr) & PHYCR_WRITE) in mdio_write()
117 if (readl(&regs->phycr) & PHYCR_WRITE) in mdio_write()
H A Dftmac110.h76 #define PHYCR_WRITE (1 << 27) macro