Searched refs:phy_act_state (Results 1 – 1 of 1) sorted by relevance
171 u_int32_t phy_act_state; in davinci_eth_phy_detect() local180 phy_act_state = readl(&adap_mdio->ALIVE); in davinci_eth_phy_detect()182 if (phy_act_state == 0) in davinci_eth_phy_detect()185 debug_emac("davinci_eth_phy_detect(), ALIVE = 0x%08x\n", phy_act_state); in davinci_eth_phy_detect()188 if (phy_act_state & (1 << i)) { in davinci_eth_phy_detect()