Searched refs:lo32 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/samples/seccomp/ |
D | bpf-helper.h | 98 __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.15/drivers/nvdimm/ |
D | core.c | 182 u32 lo32 = 0; in nd_fletcher64() local 187 lo32 += le ? le32_to_cpu((__le32) buf[i]) : buf[i]; in nd_fletcher64() 188 hi32 += lo32; in nd_fletcher64() 191 return hi32 << 32 | lo32; in nd_fletcher64()
|
/Linux-v5.15/drivers/misc/mei/ |
D | hw-txe.c | 1230 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()
|
/Linux-v5.15/drivers/i3c/master/mipi-i3c-hci/ |
D | dma.c | 150 static inline u32 lo32(dma_addr_t physaddr) in lo32() function 265 rh_reg_write(CMD_RING_BASE_LO, lo32(rh->xfer_dma)); in hci_dma_init() 267 rh_reg_write(RESP_RING_BASE_LO, lo32(rh->resp_dma)); in hci_dma_init() 401 *ring_data++ = lo32(xfer->data_dma); in hci_dma_queue_xfer()
|
/Linux-v5.15/drivers/staging/r8188eu/hal/ |
D | rtl8188e_hal_init.c | 200 __le32 lo32 = 0, hi32 = 0; in efuse_read_phymap_from_txpktbuf() local 228 lo32 = cpu_to_le32(rtw_read32(adapter, REG_PKTBUF_DBG_DATA_L)); in efuse_read_phymap_from_txpktbuf() 238 len = le32_to_cpu(lo32) & 0x0000ffff; in efuse_read_phymap_from_txpktbuf() 244 memcpy(pos, ((u8 *)&lo32) + 2, (limit >= count + 2) ? 2 : limit - count); in efuse_read_phymap_from_txpktbuf() 248 memcpy(pos, ((u8 *)&lo32), (limit >= count + 4) ? 4 : limit - count); in efuse_read_phymap_from_txpktbuf()
|