Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c664 int auto_status = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 0); in __get_marvell_phy_link_state() local
665 if ((auto_status & (1<<12)) == 0) in __get_marvell_phy_link_state()