/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822b.h | 116 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 117 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 120 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 121 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 122 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 123 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 124 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 125 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 126 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 127 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
D | rtw8821c.h | 149 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 150 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 153 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 154 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 155 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 156 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 157 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 158 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 159 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 160 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
D | rtw8822c.h | 134 #define GET_PHY_STAT_P0_PWDB_A(phy_stat) \ argument 135 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 136 #define GET_PHY_STAT_P0_PWDB_B(phy_stat) \ argument 137 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(7, 0)) 138 #define GET_PHY_STAT_P0_GAIN_A(phy_stat) \ argument 139 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(21, 16)) 140 #define GET_PHY_STAT_P0_GAIN_B(phy_stat) \ argument 141 le32_get_bits(*((__le32 *)(phy_stat) + 0x04), GENMASK(29, 24)) 144 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 145 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) [all …]
|
D | rtw8723d.h | 76 #define GET_PHY_STAT_P0_PWDB(phy_stat) \ argument 77 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 80 #define GET_PHY_STAT_P1_PWDB_A(phy_stat) \ argument 81 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(15, 8)) 82 #define GET_PHY_STAT_P1_PWDB_B(phy_stat) \ argument 83 le32_get_bits(*((__le32 *)(phy_stat) + 0x00), GENMASK(23, 16)) 84 #define GET_PHY_STAT_P1_RF_MODE(phy_stat) \ argument 85 le32_get_bits(*((__le32 *)(phy_stat) + 0x03), GENMASK(29, 28)) 86 #define GET_PHY_STAT_P1_L_RXSC(phy_stat) \ argument 87 le32_get_bits(*((__le32 *)(phy_stat) + 0x01), GENMASK(11, 8)) [all …]
|
/kernel/linux/linux-5.10/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 | 131 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_recv.h | 24 struct phy_stat { struct 49 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy); argument
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 59 struct phy_stat { struct
|
D | rtl8712_recv.c | 706 struct phy_stat *pphy_stat = (struct phy_stat *)(prxstat + 1); in query_rx_phy_status()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_recv.c | 78 struct phy_stat *pphy_status) in update_recvframe_phyinfo() 346 update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr); in rtl8723bs_recv_tasklet()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_rxdesc.c | 130 struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
D | usb_ops_linux.c | 40 struct phy_stat *pphy_status = NULL; in recvbuf2recvframe() 84 pphy_status = (struct phy_stat *)(pbuf + RXDESC_OFFSET); in recvbuf2recvframe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 2985 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; in dw_hdmi_irq() local 2989 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in dw_hdmi_irq() 3016 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq() 3017 phy_stat & HDMI_PHY_RX_SENSE); in dw_hdmi_irq() 3019 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) { in dw_hdmi_irq()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 12053 + u8 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); 12056 + if (!(phy_stat & HDMI_PHY_RX_SENSE)) 12058 + if (phy_stat & HDMI_PHY_HPD) 13508 - u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; 13509 + u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat, hdcp_stat;
|