Searched refs:SET_BITS_OFFSET_LE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | def.h | 43 #define SET_BITS_OFFSET_LE(__pdesc, __shift, __len, __val) \ macro 53 SET_BITS_OFFSET_LE(__pdesc, 0, 16, __val) 55 SET_BITS_OFFSET_LE(__pdesc, 16, 8, __val) 57 SET_BITS_OFFSET_LE(__pdesc, 24, 2, __val) 59 SET_BITS_OFFSET_LE(__pdesc, 26, 1, __val) 61 SET_BITS_OFFSET_LE(__pdesc, 27, 1, __val) 63 SET_BITS_OFFSET_LE(__pdesc, 28, 1, __val) 65 SET_BITS_OFFSET_LE(__pdesc, 29, 1, __val) 67 SET_BITS_OFFSET_LE(__pdesc, 30, 1, __val) 69 SET_BITS_OFFSET_LE(__pdesc, 31, 1, __val) [all …]
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.h | 33 #define SET_BITS_OFFSET_LE(__pdesc, __shift, __len, __val) \ macro 42 SET_BITS_OFFSET_LE(__pdesc, 0, 16, __val) 44 SET_BITS_OFFSET_LE(__pdesc, 16, 8, __val) 46 SET_BITS_OFFSET_LE(__pdesc, 24, 1, __val) 48 SET_BITS_OFFSET_LE(__pdesc, 25, 1, __val) 50 SET_BITS_OFFSET_LE(__pdesc, 26, 1, __val) 52 SET_BITS_OFFSET_LE(__pdesc, 27, 1, __val) 54 SET_BITS_OFFSET_LE(__pdesc, 28, 1, __val) 56 SET_BITS_OFFSET_LE(__pdesc, 29, 1, __val) 58 SET_BITS_OFFSET_LE(__pdesc, 30, 1, __val) [all …]
|