Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c170 u_int32_t phy_act_state; in davinci_eth_phy_detect() local
179 phy_act_state = readl(&adap_mdio->ALIVE); in davinci_eth_phy_detect()
181 if (phy_act_state == 0) in davinci_eth_phy_detect()
184 debug_emac("davinci_eth_phy_detect(), ALIVE = 0x%08x\n", phy_act_state); in davinci_eth_phy_detect()
187 if (phy_act_state & (1 << i)) { in davinci_eth_phy_detect()