Home
last modified time | relevance | path

Searched refs:BIT_MASK_EF_CELL_SEL (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h1159 #define BIT_MASK_EF_CELL_SEL 0x3 macro
1161 (((x) & BIT_MASK_EF_CELL_SEL) << BIT_SHIFT_EF_CELL_SEL)
1163 (((x) >> BIT_SHIFT_EF_CELL_SEL) & BIT_MASK_EF_CELL_SEL)