Searched refs:auto_status (Results 1 – 1 of 1) sorted by relevance
664 int auto_status = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 0); in __get_marvell_phy_link_state() local665 if ((auto_status & (1<<12)) == 0) in __get_marvell_phy_link_state()