/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
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 …]
|
D | rtw8822b.h | 124 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 125 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 128 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 129 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 130 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 131 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 132 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 133 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 134 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 135 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
D | rtw8821c.h | 178 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 179 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 180 #define GET_PHY_STAT_P0_VGA(phy_stat) \ argument 181 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(12, 8)) 182 #define GET_PHY_STAT_P0_LNA_L(phy_stat) \ argument 183 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(15, 13)) 184 #define GET_PHY_STAT_P0_LNA_H(phy_stat) \ argument 185 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), BIT(23)) 190 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 191 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) [all …]
|
D | rtw8822c.h | 144 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument 145 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 146 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument 147 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(7, 0)) 148 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument 149 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(21, 16)) 150 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ argument 151 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(23, 16)) 152 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument 153 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(29, 24)) [all …]
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
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
|
D | rtl8723b_recv.h | 87 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/ |
D | xmit.h | 94 u8 phy_stat; /* PHY TX status */ member 125 u8 phy_stat; member
|
D | xmit.c | 606 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
|
D | debugfs.c | 155 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
D | main.c | 719 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 59 struct phy_stat { struct
|
D | rtl8712_recv.c | 702 struct phy_stat *pphy_stat = (struct phy_stat *)(prxstat + 1); in query_rx_phy_status()
|
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_recv.c | 75 struct phy_stat *pphy_status) in update_recvframe_phyinfo() 327 update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr); in rtl8723bs_recv_tasklet()
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | xmit.h | 215 u8 phy_stat; /* PHY TX status */ member
|
D | debugfs.c | 378 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
D | main.c | 1347 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
/linux-6.12.1/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 3083 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; in dw_hdmi_irq() local 3088 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in dw_hdmi_irq() 3115 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq() 3116 phy_stat & HDMI_PHY_RX_SENSE); in dw_hdmi_irq() 3118 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq() 3124 if (phy_stat & HDMI_PHY_HPD) in dw_hdmi_irq() 3127 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE))) in dw_hdmi_irq()
|