Searched refs:phystat0 (Results 1 – 2 of 2) sorted by relevance
660 u16 phystat0, phystat3; in b43_rx() local670 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()691 if (unlikely(phystat0 & (B43_RX_PHYST0_PLCPHCF | B43_RX_PHYST0_PLCPFV))) in b43_rx()693 if (phystat0 & B43_RX_PHYST0_SHORTPRMBL) in b43_rx()761 (phystat0 & B43_RX_PHYST0_OFDM), in b43_rx()762 (phystat0 & B43_RX_PHYST0_GAINCTL), in b43_rx()767 if (phystat0 & B43_RX_PHYST0_OFDM) in b43_rx()778 status.antenna = !!(phystat0 & B43_RX_PHYST0_ANT); in b43_rx()
453 u16 phystat0; in b43legacy_rx() local465 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43legacy_rx()546 (phystat0 & B43legacy_RX_PHYST0_OFDM), in b43legacy_rx()547 (phystat0 & B43legacy_RX_PHYST0_GAINCTL), in b43legacy_rx()550 if (phystat0 & B43legacy_RX_PHYST0_OFDM) in b43legacy_rx()554 status.antenna = !!(phystat0 & B43legacy_RX_PHYST0_ANT); in b43legacy_rx()