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.c282 int phy_status = in __cvmx_helper_board_link_get() local
285 switch ((phy_status >> 8) & 0x7) { in __cvmx_helper_board_link_get()
334 int phy_status = in __cvmx_helper_board_link_get() local
343 if ((phy_status & (1 << 11)) == 0) { in __cvmx_helper_board_link_get()
348 phy_status |= 1 << 11; in __cvmx_helper_board_link_get()
356 if (phy_status & (1 << 11)) { in __cvmx_helper_board_link_get()
358 result.s.full_duplex = ((phy_status >> 13) & 1); in __cvmx_helper_board_link_get()
359 switch ((phy_status >> 14) & 3) { in __cvmx_helper_board_link_get()