Searched refs:pcs (Results 1 – 1 of 1) sorted by relevance
1258 u32 pcs; in e1000_get_pcs_speed_and_duplex_82575() local1268 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT); in e1000_get_pcs_speed_and_duplex_82575()1273 if (pcs & E1000_PCS_LSTS_LINK_OK) { in e1000_get_pcs_speed_and_duplex_82575()1277 if (pcs & E1000_PCS_LSTS_SPEED_1000) in e1000_get_pcs_speed_and_duplex_82575()1279 else if (pcs & E1000_PCS_LSTS_SPEED_100) in e1000_get_pcs_speed_and_duplex_82575()1285 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL) in e1000_get_pcs_speed_and_duplex_82575()