Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drx.h468 * @phy_data2: depends on info type (see @phy_data1)
470 __le32 phy_data2;
564 * @phy_data2: depends on info type (see @phy_data1)
566 __le32 phy_data2;
472 __le32 phy_data2; global() member
568 __le32 phy_data2; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c959 u32 phy_data2 = le32_to_cpu(phy_data->d2); in iwl_mvm_reorder()
975 phy_data2); in iwl_mvm_reorder()
979 phy_data2); in iwl_mvm_reorder()
996 phy_data2); in iwl_mvm_reorder()
1000 phy_data2); in iwl_mvm_reorder()
2094 phy_data.d2 = desc->v3.phy_data2; in iwl_mvm_rx_he()
2107 phy_data.d2 = desc->v1.phy_data2; in iwl_mvm_rx_he()
1236 u32 phy_data2 = le32_to_cpu(phy_data->d2); iwl_mvm_decode_he_mu_ext() local
/freebsd/sys/dev/e1000/
H A De1000_phy.c2448 u16 phy_data, phy_data2, is_cm; in e1000_get_cable_length_m88_gen2() local
2464 I347AT4_PCDC, &phy_data2); in e1000_get_cable_length_m88_gen2()
2468 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()
2496 ret_val = phy->ops.read_reg(hw, I347AT4_PCDC, &phy_data2); in e1000_get_cable_length_m88_gen2()
2500 is_cm = !(phy_data2 & I347AT4_PCDC_CABLE_LENGTH_UNIT); in e1000_get_cable_length_m88_gen2()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h3368 uint32_t phy_data2; member