Home
last modified time | relevance | path

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

/Linux-v5.10/samples/seccomp/
Dbpf-helper.h98 __u32 ENDIAN(lo32, hi32);
104 JEQ64(((union arg64){.u64 = (x)}).lo32, \
108 JGT64(((union arg64){.u64 = (x)}).lo32, \
112 JGE64(((union arg64){.u64 = (x)}).lo32, \
116 JNE64(((union arg64){.u64 = (x)}).lo32, \
120 JLT64(((union arg64){.u64 = (x)}).lo32, \
124 JLE64(((union arg64){.u64 = (x)}).lo32, \
129 JA64(((union arg64){.u64 = (x)}).lo32, \
/Linux-v5.10/drivers/nvdimm/
Dcore.c183 u32 lo32 = 0; in nd_fletcher64() local
188 lo32 += le ? le32_to_cpu((__le32) buf[i]) : buf[i]; in nd_fletcher64()
189 hi32 += lo32; in nd_fletcher64()
192 return hi32 << 32 | lo32; in nd_fletcher64()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_efuse.c213 u32 lo32 = 0, hi32 = 0; in efuse_read_phymap_from_txpktbuf() local
240 lo32 = usb_read32(adapter, REG_PKTBUF_DBG_DATA_L); in efuse_read_phymap_from_txpktbuf()
253 aaa = le16_to_cpup((__le16 *)&lo32); in efuse_read_phymap_from_txpktbuf()
254 len = le16_to_cpu(*((__le16 *)&lo32)); in efuse_read_phymap_from_txpktbuf()
260 memcpy(pos, ((u8 *)&lo32) + 2, (limit >= count + 2) ? 2 : limit - count); in efuse_read_phymap_from_txpktbuf()
265 memcpy(pos, ((u8 *)&lo32), (limit >= count + 4) ? 4 : limit - count); in efuse_read_phymap_from_txpktbuf()
/Linux-v5.10/drivers/misc/mei/
Dhw-txe.c1230 u32 lo32 = lower_32_bits(addr); in mei_txe_setup_satt2() local
1239 if (lo32 & 0xF) in mei_txe_setup_satt2()
1254 mei_txe_br_reg_write(hw, SATT2_BRG_BA_LSB_REG, lo32); in mei_txe_setup_satt2()
1257 range, lo32, ctrl); in mei_txe_setup_satt2()