Searched refs:phystat0 (Results 1 – 2 of 2) sorted by relevance
455 u16 phystat0; in b43legacy_rx() local467 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43legacy_rx()548 (phystat0 & B43legacy_RX_PHYST0_OFDM), in b43legacy_rx()549 (phystat0 & B43legacy_RX_PHYST0_GAINCTL), in b43legacy_rx()554 if (phystat0 & B43legacy_RX_PHYST0_OFDM) in b43legacy_rx()558 status.antenna = !!(phystat0 & B43legacy_RX_PHYST0_ANT); in b43legacy_rx()
525 u16 phystat0, phystat3, chanstat, mactime; in b43_rx() local534 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()598 (phystat0 & B43_RX_PHYST0_OFDM), in b43_rx()599 (phystat0 & B43_RX_PHYST0_GAINCTL), in b43_rx()604 if (phystat0 & B43_RX_PHYST0_OFDM) in b43_rx()611 status.antenna = !!(phystat0 & B43_RX_PHYST0_ANT); in b43_rx()