Home
last modified time | relevance | path

Searched refs:phy_stat (Results 1 – 8 of 8) 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 …]
/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.c607 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/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()