Searched defs:phy_stat (Results 1 – 8 of 8) sorted by relevance
13 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument17 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument19 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument21 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument23 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument25 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument27 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument29 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument31 #define GET_PHY_STAT_P1_RXSNR_A(phy_stat) \ argument
125 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument129 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument131 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument133 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument135 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument137 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument139 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument141 #define GET_PHY_STAT_P1_RXEVM_B(phy_stat) \ argument143 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument145 #define GET_PHY_STAT_P1_CFO_TAIL_B(phy_stat) \ argument[all …]
179 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument181 #define GET_PHY_STAT_P0_VGA(phy_stat) \ argument183 #define GET_PHY_STAT_P0_LNA_L(phy_stat) \ argument185 #define GET_PHY_STAT_P0_LNA_H(phy_stat) \ argument191 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument193 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument195 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument197 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument199 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument201 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument[all …]
145 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument147 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument149 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument151 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ argument153 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument157 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument159 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument161 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument163 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument165 #define GET_PHY_STAT_P1_CHANNEL(phy_stat) \ argument[all …]
16 struct phy_stat { struct38 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); argument
94 u8 phy_stat; /* PHY TX status */ member125 u8 phy_stat; member
215 u8 phy_stat; /* PHY TX status */ member
3083 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; in dw_hdmi_irq() local