Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c155 MDIO_CONTROL_FAULT | in davinci_eth_mdio_enable()
501 writel((clkdiv & 0xff) | MDIO_CONTROL_ENABLE | MDIO_CONTROL_FAULT, in davinci_eth_open()
H A Ddavinci_emac.h85 #define MDIO_CONTROL_FAULT (0x80000) macro