Searched refs:phy_stat (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8822b.h | 125 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ 126 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) argument 129 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ 130 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) argument 131 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ 132 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) argument 133 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ 134 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) argument 135 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ 136 le32_get_bits(*((__le32 *)(phy_stat) argument 122 GET_PHY_STAT_P0_PWDB(phy_stat) global() argument 128 GET_PHY_STAT_P1_PWDB_B(phy_stat) global() argument 138 GET_PHY_STAT_P1_RXEVM_B(phy_stat) global() argument 140 GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) global() argument 142 GET_PHY_STAT_P1_CFO_TAIL_B(phy_stat) global() argument 144 GET_PHY_STAT_P1_RXSNR_A(phy_stat) global() argument 146 GET_PHY_STAT_P1_RXSNR_B(phy_stat) global() argument [all...] |
| H A D | rtw8821c.h | 179 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ 180 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) argument 181 #define GET_PHY_STAT_P0_VGA(phy_stat) \ 182 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(12, 8)) argument 183 #define GET_PHY_STAT_P0_LNA_L(phy_stat) \ 184 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(15, 13)) argument 185 #define GET_PHY_STAT_P0_LNA_H(phy_stat) \ 186 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), BIT(23)) 191 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ 192 le32_get_bits(*((__le32 *)(phy_stat) argument 178 GET_PHY_STAT_P0_PWDB(phy_stat) global() argument 190 GET_PHY_STAT_P1_PWDB_A(phy_stat) global() argument 194 GET_PHY_STAT_P1_RF_MODE(phy_stat) global() argument 196 GET_PHY_STAT_P1_L_RXSC(phy_stat) global() argument 198 GET_PHY_STAT_P1_HT_RXSC(phy_stat) global() argument 200 GET_PHY_STAT_P1_RXEVM_A(phy_stat) global() argument 202 GET_PHY_STAT_P1_RXEVM_B(phy_stat) global() argument 204 GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) global() argument 206 GET_PHY_STAT_P1_CFO_TAIL_B(phy_stat) global() argument 208 GET_PHY_STAT_P1_RXSNR_A(phy_stat) global() argument 210 GET_PHY_STAT_P1_RXSNR_B(phy_stat) global() argument [all...] |
| H A D | rtw8822c.h | 145 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ 146 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) argument 147 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ 148 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(7, 0)) argument 149 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ 150 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(21, 16)) argument 151 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ 152 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(23, 16)) 153 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ 154 le32_get_bits(*((__le32 *)(phy_stat) argument 142 GET_PHY_STAT_P0_PWDB_A(phy_stat) global() argument 144 GET_PHY_STAT_P0_PWDB_B(phy_stat) global() argument 156 GET_PHY_STAT_P1_PWDB_B(phy_stat) global() argument 158 GET_PHY_STAT_P1_L_RXSC(phy_stat) global() argument 160 GET_PHY_STAT_P1_HT_RXSC(phy_stat) global() argument 162 GET_PHY_STAT_P1_CHANNEL(phy_stat) global() argument 164 GET_PHY_STAT_P1_RXEVM_A(phy_stat) global() argument 166 GET_PHY_STAT_P1_RXEVM_B(phy_stat) global() argument 168 GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) global() argument 170 GET_PHY_STAT_P1_CFO_TAIL_B(phy_stat) global() argument 172 GET_PHY_STAT_P1_RXSNR_A(phy_stat) global() argument 174 GET_PHY_STAT_P1_RXSNR_B(phy_stat) global() argument [all...] |
| H A D | rtw8723d.h | 13 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ 14 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 17 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ 18 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 19 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ 20 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 21 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ 22 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 23 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ 24 le32_get_bits(*((__le32 *)(phy_stat) 95 GET_PHY_STAT_P0_PWDB(phy_stat) global() argument 99 GET_PHY_STAT_P1_PWDB_A(phy_stat) global() argument 101 GET_PHY_STAT_P1_PWDB_B(phy_stat) global() argument 103 GET_PHY_STAT_P1_RF_MODE(phy_stat) global() argument 105 GET_PHY_STAT_P1_L_RXSC(phy_stat) global() argument 107 GET_PHY_STAT_P1_HT_RXSC(phy_stat) global() argument 109 GET_PHY_STAT_P1_RXEVM_A(phy_stat) global() argument 111 GET_PHY_STAT_P1_CFO_TAIL_A(phy_stat) global() argument 113 GET_PHY_STAT_P1_RXSNR_A(phy_stat) global() argument [all...] |
| /freebsd/sys/dev/bwn/ |
| H A D | if_bwnvar.h | 303 uint8_t phy_stat; member
|
| H A D | if_bwn.c | 5422 stat.phy_stat = ((stat1 & 0x00ff0000) >> 16); in bwn_intr_txeof() 5438 stat.phy_stat, in bwn_intr_txeof()
|