Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h4052 #define BIT_MASK_L0S_TO_RCVY_NUM 0xff macro
4054 (((x) & BIT_MASK_L0S_TO_RCVY_NUM) << BIT_SHIFT_L0S_TO_RCVY_NUM)
4056 (((x) >> BIT_SHIFT_L0S_TO_RCVY_NUM) & BIT_MASK_L0S_TO_RCVY_NUM)