Searched refs:clrbit (Results 1 – 2 of 2) sorted by relevance
38 #define clrbit(a, i) (((u8 *)a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
513 clrbit(rateset->mcs, 32); in brcms_c_rateset_bw_mcs_filter()