Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/executive/
Dcvmx-helper-board.c314 int phy_status = in __cvmx_helper_board_link_get() local
317 switch ((phy_status >> 8) & 0x7) { in __cvmx_helper_board_link_get()
366 int phy_status = in __cvmx_helper_board_link_get() local
375 if ((phy_status & (1 << 11)) == 0) { in __cvmx_helper_board_link_get()
380 phy_status |= 1 << 11; in __cvmx_helper_board_link_get()
388 if (phy_status & (1 << 11)) { in __cvmx_helper_board_link_get()
390 result.s.full_duplex = ((phy_status >> 13) & 1); in __cvmx_helper_board_link_get()
391 switch ((phy_status >> 14) & 3) { in __cvmx_helper_board_link_get()