Home
last modified time | relevance | path

Searched refs:phy_data2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c2437 u16 phy_data, phy_data2, is_cm; in e1000_get_cable_length_m88_gen2() local
2453 I347AT4_PCDC, &phy_data2); in e1000_get_cable_length_m88_gen2()
2457 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()
2485 ret_val = phy->ops.read_reg(hw, I347AT4_PCDC, &phy_data2); in e1000_get_cable_length_m88_gen2()
2489 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()