Searched refs:is_cm (Results 1 – 1 of 1) sorted by relevance
2436 u16 phy_data, phy_data2, is_cm; in e1000_get_cable_length_m88_gen2() local2456 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()2459 phy->min_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2460 phy->max_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2461 phy->cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2488 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()2491 phy->min_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2492 phy->max_cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()2493 phy->cable_length = phy_data / (is_cm ? 100 : 1); in e1000_get_cable_length_m88_gen2()