Searched refs:BRCMS_ANTSEL_11N_0 (Results 1 – 1 of 1) sorted by relevance
34 #define BRCMS_ANTSEL_11N_0(ant) ((((ant) & ANT_SELCFG_MASK) >> 4) & 0xf) macro36 #define BRCMS_ANTIDX_11N(ant) (((BRCMS_ANTSEL_11N_0(ant)) << 2) +\