Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c53 .regDmn = { LE16(0), LE16(0x1f) },
93 .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) },
307 LE16(0x000), LE16(0x000), LE16(0x000),
671 .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) },
885 LE16(0x150), LE16(0x150), LE16(0x150),
1250 .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) },
1464 LE16(0x150), LE16(0x150), LE16(0x150),
1829 .antCtrlChain = { LE16(0x10), LE16(0x10), LE16(0x10) },
2043 LE16(0x0), LE16(0x0), LE16(0x0),
2407 .antCtrlChain = { LE16(0x10), LE16(0x10), LE16(0x10) },
[all …]
/linux-6.15/Documentation/staging/
H A Dlzo.rst57 forming a little-endian 16-bit quantity (marked LE16 below).
69 instruction may encode this distance (0001HLLL), it takes one LE16 operand
158 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
175 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
/linux-6.15/drivers/hid/bpf/progs/
H A Dhid_report_helpers.h43 #define LE16(v_) i16(v_) & 0xff, ((v_) >> 8) & 0xff macro
86 #define Input_i16(i_) 0x082, LE16(i_),
87 #define Output_i16(i_) 0x092, LE16(i_),
88 #define Feature_i16(i_) 0x0b2, LE16(i_),
95 #define LogicalMinimum_i16(min_) 0x16, LE16(min_),
99 #define LogicalMaximum_i16(max_) 0x26, LE16(max_),
103 #define PhysicalMinimum_i16(min_) 0x36, LE16(min_),
111 #define UsageMinimum_i16(min_) 0x1a, LE16(min_),
114 #define UsageMaximum_i16(max_) 0x2a, LE16(max_),
117 #define UsagePage_i16(p_) 0x06, LE16(p_),
[all …]