Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h12157 #define BIT_MASK_STC_INT_FLAG 0xff macro
12159 (((x) & BIT_MASK_STC_INT_FLAG) << BIT_SHIFT_STC_INT_FLAG)
12161 (((x) >> BIT_SHIFT_STC_INT_FLAG) & BIT_MASK_STC_INT_FLAG)