Searched defs:phy_stat (Results 1 – 9 of 9) 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
124 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument128 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument130 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument132 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument134 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument136 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument138 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument140 #define GET_PHY_STAT_P1_RXEVM_B(phy_stat) \ argument142 #define GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) \ argument144 #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) \ argument200 #define GET_PHY_STAT_P1_RXEVM_A(phy_stat) \ argument[all …]
144 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument146 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument148 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument150 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ argument152 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument156 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument158 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument160 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument162 #define GET_PHY_STAT_P1_HT_RXSC(phy_stat) \ argument164 #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
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;
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