Searched refs:is_cm (Results 1 – 1 of 1) sorted by relevance
2448 u16 phy_data, phy_data2, is_cm; in e1000_get_cable_length_m88_gen2() local2468 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()2471 phy->min_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2472 phy->max_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2473 phy->cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2500 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()2503 phy->min_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2504 phy->max_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2505 phy->cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()