Home
last modified time | relevance | path

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

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