Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h3049 #define BIT_MASK_USB_SPRF 0x3 macro
3050 #define BIT_USB_SPRF(x) (((x) & BIT_MASK_USB_SPRF) << BIT_SHIFT_USB_SPRF)
3051 #define BIT_GET_USB_SPRF(x) (((x) >> BIT_SHIFT_USB_SPRF) & BIT_MASK_USB_SPRF)