Searched refs:cpu_to_le32 (Results 1 – 14 of 14) sorted by relevance
51 cpu_to_le32((addr & 0xffffff) | ((cmd & 0xff) << 24)); in bam_prep_ce_le32()53 bam_ce->mask = cpu_to_le32(0xffffffff); in bam_prep_ce_le32()69 bam_prep_ce_le32(bam_ce, addr, cmd, cpu_to_le32(data)); in bam_prep_ce()
69 ((cpu_to_le32(vote_x) & \71 ((cpu_to_le32(vote_y) & \
136 fd->simple.frc = cpu_to_le32(frc); in dpaa2_fd_set_frc()157 fd->simple.ctrl = cpu_to_le32(ctrl); in dpaa2_fd_set_ctrl()208 fd->simple.len = cpu_to_le32(len); in dpaa2_fd_set_len()351 sg->len = cpu_to_le32(len); in dpaa2_sg_set_len()513 fle->frc = cpu_to_le32(frc); in dpaa2_fl_set_frc()534 fle->ctrl = cpu_to_le32(ctrl); in dpaa2_fl_set_ctrl()586 fle->len = cpu_to_le32(len); in dpaa2_fl_set_len()
63 return cpu_to_le32((__force __u32)new); in sctp_compute_cksum()
88 #define cpu_to_le32 __cpu_to_le32 macro151 *var = cpu_to_le32(le32_to_cpu(*var) + val); in le32_add_cpu()
43 return (__force __virtio32)cpu_to_le32(val); in __cpu_to_virtio32()
45 *((__le32 *)p) = cpu_to_le32(val); in put_unaligned_le32()
49 __le32 ev = cpu_to_le32(v); in ceph_pagelist_encode_32()
214 tv->tv_sec = cpu_to_le32((u32)ts->tv_sec); in ceph_encode_timespec64()215 tv->tv_nsec = cpu_to_le32((u32)ts->tv_nsec); in ceph_encode_timespec64()
15 dev->d_rps0.cpu_addr[ count++ ] = cpu_to_le32(x); \19 dev->d_rps1.cpu_addr[ count++ ] = cpu_to_le32(x); \
44 return cpu_to_le32(~0U >> (FIELD_SIZEOF(struct nft_cmp_fast_expr, in nft_cmp_fast_mask()
25 #define CT_LE_L(v) cpu_to_le32(v)
44 #define DMA_LO_LE(x) cpu_to_le32(lower_32_bits(x))45 #define DMA_HI_LE(x) cpu_to_le32(upper_32_bits(x))
523 __raw_writel(cpu_to_le32(value), PCI_IOBASE + addr); in outl()