Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftmac110.c103 tmp = PHYCR_WRITE in mdio_write()
111 if (readl(&regs->phycr) & PHYCR_WRITE) in mdio_write()
116 if (readl(&regs->phycr) & PHYCR_WRITE) in mdio_write()
Dftmac110.h75 #define PHYCR_WRITE (1 << 27) macro