Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c28 #define LE32(x) cpu_to_le32(x) macro
85 .antCtrlCommon = LE32(0x110),
87 .antCtrlCommon2 = LE32(0x22222),
302 .antCtrlCommon = LE32(0x110),
663 .antCtrlCommon = LE32(0x110),
880 .antCtrlCommon = LE32(0x220),
1242 .antCtrlCommon = LE32(0x110),
1459 .antCtrlCommon = LE32(0x220),
1821 .antCtrlCommon = LE32(0x110),
2038 .antCtrlCommon = LE32(0x110),
[all …]
/linux-6.15/drivers/hid/bpf/progs/
H A Dhid_report_helpers.h44 #define LE32(v_) i32(v_) & 0xff, ((v_) >> 8) & 0xff, ((v_) >> 16) & 0xff, ((v_) >> 24) & 0xff macro
96 #define LogicalMinimum_i32(min_) 0x17, LE32(min_),
100 #define LogicalMaximum_i32(max_) 0x27, LE32(max_),
104 #define PhysicalMinimum_i32(min_) 0x37, LE32(min_),
108 #define PhysicalMaximum_i32(max_) 0x47, LE32(max_),
121 #define Usage_i32(u_) 0x0b, LE32(u_),