Home
last modified time | relevance | path

Searched refs:phystat0 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Dxmit.c427 u16 phystat0; in b43legacy_rx() local
439 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43legacy_rx()
520 (phystat0 & B43legacy_RX_PHYST0_OFDM), in b43legacy_rx()
521 (phystat0 & B43legacy_RX_PHYST0_GAINCTL), in b43legacy_rx()
524 if (phystat0 & B43legacy_RX_PHYST0_OFDM) in b43legacy_rx()
528 status.antenna = !!(phystat0 & B43legacy_RX_PHYST0_ANT); in b43legacy_rx()
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dxmit.c639 u16 phystat0, phystat3; in b43_rx() local
648 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
668 if (unlikely(phystat0 & (B43_RX_PHYST0_PLCPHCF | B43_RX_PHYST0_PLCPFV))) in b43_rx()
670 if (phystat0 & B43_RX_PHYST0_SHORTPRMBL) in b43_rx()
737 (phystat0 & B43_RX_PHYST0_OFDM), in b43_rx()
738 (phystat0 & B43_RX_PHYST0_GAINCTL), in b43_rx()
743 if (phystat0 & B43_RX_PHYST0_OFDM) in b43_rx()
755 status.antenna = !!(phystat0 & B43_RX_PHYST0_ANT); in b43_rx()