Searched refs:phy_stat (Results 1 - 17 of 17) sorted by relevance

/linux-master/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);
H A Drtl8723b_recv.h87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822b.h122 #define GET_PHY_STAT_P0_PWDB(phy_stat) \
123 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8))
126 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \
127 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8))
128 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \
129 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16))
130 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \
131 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28))
132 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \
133 le32_get_bits(*((__le32 *)(phy_stat)
[all...]
H A Drtw8821c.h178 #define GET_PHY_STAT_P0_PWDB(phy_stat) \
179 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8))
180 #define GET_PHY_STAT_P0_VGA(phy_stat) \
181 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(12, 8))
182 #define GET_PHY_STAT_P0_LNA_L(phy_stat) \
183 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(15, 13))
184 #define GET_PHY_STAT_P0_LNA_H(phy_stat) \
185 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), BIT(23))
190 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \
191 le32_get_bits(*((__le32 *)(phy_stat)
[all...]
H A Drtw8822c.h142 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \
143 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8))
144 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \
145 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(7, 0))
146 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \
147 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(21, 16))
148 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \
149 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(23, 16))
150 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \
151 le32_get_bits(*((__le32 *)(phy_stat)
[all...]
H A Drtw8723d.h96 #define GET_PHY_STAT_P0_PWDB(phy_stat) \
97 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8))
100 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \
101 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8))
102 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \
103 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16))
104 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \
105 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28))
106 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \
107 le32_get_bits(*((__le32 *)(phy_stat)
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_recv.h59 struct phy_stat { struct
H A Drtl8712_recv.c706 struct phy_stat *pphy_stat = (struct phy_stat *)(prxstat + 1);
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h94 u8 phy_stat; /* PHY TX status */ member in struct:b43legacy_txstatus
125 u8 phy_stat; member in struct:b43legacy_hwtxstatus
H A Dxmit.c606 status.phy_stat = hw->phy_stat;
H A Ddebugfs.c139 "index | cookie | seq | phy_stat | frame_count | "
155 stat->cookie, stat->seq, stat->phy_stat,
H A Dmain.c719 stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c76 struct phy_stat *pphy_status)
328 update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dxmit.h215 u8 phy_stat; /* PHY TX status */ member in struct:b43_txstatus
H A Ddebugfs.c362 "index | cookie | seq | phy_stat | frame_count | "
378 stat->cookie, stat->seq, stat->phy_stat,
H A Dmain.c1347 stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3086 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; local
3091 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0);
3118 phy_stat & HDMI_PHY_HPD,
3119 phy_stat & HDMI_PHY_RX_SENSE);
3121 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) {
3127 if (phy_stat & HDMI_PHY_HPD)
3130 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE)))

Completed in 301 milliseconds