Searched defs:phy_stat (Results 1 – 9 of 9) sorted by relevance
16 struct phy_stat { struct38 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); argument
59 struct phy_stat { struct60 __le32 phydw0;61 __le32 phydw1;62 __le32 phydw2;63 __le32 phydw3;64 __le32 phydw4;65 __le32 phydw5;66 __le32 phydw6;67 __le32 phydw7;
122 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument126 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument128 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument130 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument132 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument134 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument136 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument138 #define GET_PHY_STAT_P1_RXEVM_B(phy_stat) \ argument140 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument142 #define GET_PHY_STAT_P1_CFO_TAIL_B(phy_stat) \ argument[all …]
178 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument180 #define GET_PHY_STAT_P0_VGA(phy_stat) \ argument182 #define GET_PHY_STAT_P0_LNA_L(phy_stat) \ argument184 #define GET_PHY_STAT_P0_LNA_H(phy_stat) \ argument190 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument192 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument194 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument196 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument198 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument204 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument[all …]
142 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument144 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument146 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument148 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ argument150 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument154 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument156 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument158 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument162 #define GET_PHY_STAT_P1_CHANNEL(phy_stat) \ argument168 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument[all …]
96 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument100 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument102 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument104 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument106 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument108 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument110 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument112 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument114 #define GET_PHY_STAT_P1_RXSNR_A(phy_stat) \ argument
94 u8 phy_stat; /* PHY TX status */ member125 u8 phy_stat; member
215 u8 phy_stat; /* PHY TX status */ member
3079 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; in dw_hdmi_irq() local