Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43legacy/
Dxmit.c453 u16 phystat0; in b43legacy_rx() local
465 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()
/linux-3.4.99/drivers/net/wireless/b43/
Dxmit.c660 u16 phystat0, phystat3; in b43_rx() local
670 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()