Searched refs:phy_status (Results 1 – 1 of 1) sorted by relevance
282 int phy_status = in __cvmx_helper_board_link_get() local285 switch ((phy_status >> 8) & 0x7) { in __cvmx_helper_board_link_get()334 int phy_status = in __cvmx_helper_board_link_get() local343 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()