Searched refs:phy_stat (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A 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 …]
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | xmit.h | 94 u8 phy_stat; /* PHY TX status */ member 125 u8 phy_stat; member
|
| H A D | xmit.c | 607 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
|
| H A D | debugfs.c | 154 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
| H A D | main.c | 719 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | xmit.h | 215 u8 phy_stat; /* PHY TX status */ member
|
| H A D | debugfs.c | 377 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
| H A D | main.c | 1347 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|