Searched refs:ANT_SELCFG_MASK (Results 1 – 1 of 1) sorted by relevance
27 #define ANT_SELCFG_MASK 0x33 /* antenna configuration mask */ macro34 #define BRCMS_ANTSEL_11N_0(ant) ((((ant) & ANT_SELCFG_MASK) >> 4) & 0xf)35 #define BRCMS_ANTSEL_11N_1(ant) (((ant) & ANT_SELCFG_MASK) & 0xf)39 #define BRCMS_ANTSEL_11N(ant) ((ant) & ANT_SELCFG_MASK)