Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h7500 #define BIT_MASK_SIFS_CCK_TRX 0xff macro
7502 (((x) & BIT_MASK_SIFS_CCK_TRX) << BIT_SHIFT_SIFS_CCK_TRX)
7504 (((x) >> BIT_SHIFT_SIFS_CCK_TRX) & BIT_MASK_SIFS_CCK_TRX)