Home
last modified time | relevance | path

Searched refs:phy_stat (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.h13 #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 Drtw8821c.h179 #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 Drtw8822b.h125 #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 Drtw8822c.h145 #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 Drtl8192c_recv.h16 struct phy_stat { struct
38 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); argument
H A Drtl8723b_recv.h87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h94 u8 phy_stat; /* PHY TX status */ member
125 u8 phy_stat; member
H A Dxmit.c606 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
H A Ddebugfs.c154 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
H A Dmain.c719 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c75 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 Dxmit.h215 u8 phy_stat; /* PHY TX status */ member
H A Ddebugfs.c377 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
H A Dmain.c1347 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()