| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8723d.h | 13 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 14 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 17 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 18 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 19 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 20 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 21 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 22 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 23 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 24 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
| H A D | rtw8821c.h | 179 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 180 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 181 #define GET_PHY_STAT_P0_VGA(phy_stat) \ argument 182 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(12, 8)) 183 #define GET_PHY_STAT_P0_LNA_L(phy_stat) \ argument 184 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(15, 13)) 185 #define GET_PHY_STAT_P0_LNA_H(phy_stat) \ argument 186 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), BIT(23)) 191 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 192 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) [all …]
|
| H A D | rtw8822b.h | 125 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 126 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 129 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 130 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 131 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 132 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 133 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 134 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 135 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 136 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
| H A D | rtw8822c.h | 145 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument 146 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 147 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument 148 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(7, 0)) 149 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument 150 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(21, 16)) 151 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ argument 152 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(23, 16)) 153 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument 154 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(29, 24)) [all …]
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtl8192c_recv.h | 16 struct phy_stat { struct 38 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); argument
|
| H A D | rtl8723b_recv.h | 87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | xmit.h | 94 u8 phy_stat; /* PHY TX status */ member 125 u8 phy_stat; member
|
| H A D | xmit.c | 606 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
|
| H A D | debugfs.c | 154 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
| H A D | main.c | 719 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723bs_recv.c | 75 struct phy_stat *pphy_status) in update_recvframe_phyinfo() 325 update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr); in rtl8723bs_recv_tasklet()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | xmit.h | 215 u8 phy_stat; /* PHY TX status */ member
|
| H A D | debugfs.c | 377 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
| H A D | main.c | 1347 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|