Searched refs:PhyRxStatus_3 (Results 1 – 4 of 4) sorted by relevance
1392 __le16 PhyRxStatus_3; member1407 u16 PhyRxStatus_3; member1511 (((rxs)->PhyRxStatus_3) & PRXS3_HTPHY_RXPWR_ANT1)1514 ((((rxs)->PhyRxStatus_3) & PRXS3_HTPHY_RXPWR_ANT2) >> 8)
7692 rxh->PhyRxStatus_3 = le16_to_cpu(rxh_le->PhyRxStatus_3); in brcms_b_recv()
2427 uint16 PhyRxStatus_3; /**< PhyRxStatus 63:48 */ member2476 uint16 PhyRxStatus_3; /**< PhyRxStatus 63:48 */ member3767 #define ACPHY_RXPWR_ANT1(rxs) ((rxs)->lt80.PhyRxStatus_3 & PRXS3_ACPHY_RXPWR_ANT1)3769 #define ACPHY_RXPWR_ANT2(rxs) (((rxs)->lt80.PhyRxStatus_3 & PRXS3_ACPHY_RXPWR_ANT2) >> 8)3795 #define D11N_MMPLCPLen(rxs) ((rxs)->lt80.PhyRxStatus_3 & PRXS3_nphy_MMPLCPLen_MASK)3942 #define RXPWR_ANT2_REV_GE80(rxs) ((rxs)->ge80.PhyRxStatus_3 & \3950 #define RXPWR_ANT3_REV_GE80(rxs) (((rxs)->ge80.PhyRxStatus_3 & \
45 __le16 PhyRxStatus_3; member