/linux-6.6.21/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822b.h | 122 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 123 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 126 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 127 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 128 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 129 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 130 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 131 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 132 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 133 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 | 142 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument 143 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 144 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument 145 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(7, 0)) 146 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument 147 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(21, 16)) 148 #define GET_PHY_STAT_P0_CHANNEL(phy_stat) \ argument 149 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(23, 16)) 150 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument 151 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(29, 24)) [all …]
|
D | rtw8723d.h | 96 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 97 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 100 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 101 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 102 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 103 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 104 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 105 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 106 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 107 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
/linux-6.6.21/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.6.21/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.6.21/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 59 struct phy_stat { struct
|
D | rtl8712_recv.c | 707 struct phy_stat *pphy_stat = (struct phy_stat *)(prxstat + 1); in query_rx_phy_status()
|
/linux-6.6.21/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_recv.c | 76 struct phy_stat *pphy_status) in update_recvframe_phyinfo() 328 update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr); in rtl8723bs_recv_tasklet()
|
/linux-6.6.21/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.6.21/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 3079 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; in dw_hdmi_irq() local 3084 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in dw_hdmi_irq() 3111 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq() 3112 phy_stat & HDMI_PHY_RX_SENSE); in dw_hdmi_irq() 3114 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq() 3120 if (phy_stat & HDMI_PHY_HPD) in dw_hdmi_irq() 3123 if (!(phy_stat & (HDMI_PHY_HPD | HDMI_PHY_RX_SENSE))) in dw_hdmi_irq()
|