Searched refs:le32_to_cpu (Results 1 – 15 of 15) sorted by relevance
/include/uapi/linux/ |
D | bfs_fs.h | 71 ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE) 77 ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock)) 79 …((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RD…
|
D | msdos_fs.h | 23 #define CF_LE_L(v) le32_to_cpu(v) 85 #define IS_FSINFO(x) (le32_to_cpu((x)->signature1) == FAT_FSINFO_SIG1 \ 86 && le32_to_cpu((x)->signature2) == FAT_FSINFO_SIG2)
|
/include/linux/ |
D | siphash.h | 115 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned() 117 return hsiphash_2u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned() 120 return hsiphash_3u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned() 121 le32_to_cpu(data[2]), key); in ___hsiphash_aligned() 123 return hsiphash_4u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned() 124 le32_to_cpu(data[2]), le32_to_cpu(data[3]), in ___hsiphash_aligned()
|
D | virtio_byteorder.h | 35 return le32_to_cpu((__force __le32)val); in __virtio32_to_cpu()
|
D | ieee80211.h | 2074 he_oper_params = le32_to_cpu(he_oper->he_oper_params); in ieee80211_he_oper_size() 2112 he_spr_params = le32_to_cpu(he_spr->he_sr_control); in ieee80211_he_spr_size()
|
/include/soc/fsl/ |
D | dpaa2-fd.h | 126 return le32_to_cpu(fd->simple.frc); in dpaa2_fd_get_frc() 147 return le32_to_cpu(fd->simple.ctrl); in dpaa2_fd_get_ctrl() 196 return le32_to_cpu(fd->simple.len) & FD_SHORT_LEN_MASK; in dpaa2_fd_get_len() 198 return le32_to_cpu(fd->simple.len); in dpaa2_fd_get_len() 339 return le32_to_cpu(sg->len) & SG_SHORT_LEN_MASK; in dpaa2_sg_get_len() 341 return le32_to_cpu(sg->len); in dpaa2_sg_get_len() 503 return le32_to_cpu(fle->frc); in dpaa2_fl_get_frc() 524 return le32_to_cpu(fle->ctrl); in dpaa2_fl_get_ctrl() 574 return le32_to_cpu(fle->len) & FL_SHORT_LEN_MASK; in dpaa2_fl_get_len() 576 return le32_to_cpu(fle->len); in dpaa2_fl_get_len()
|
D | dpaa2-global.h | 130 return le32_to_cpu(dq->dq.fqid) & DQ_FQID_MASK; in dpaa2_dq_fqid() 141 return le32_to_cpu(dq->dq.fq_byte_cnt); in dpaa2_dq_byte_count() 152 return le32_to_cpu(dq->dq.fq_frm_cnt) & DQ_FRAME_COUNT_MASK; in dpaa2_dq_frame_count()
|
/include/linux/byteorder/ |
D | generic.h | 89 #define le32_to_cpu __le32_to_cpu macro 151 *var = cpu_to_le32(le32_to_cpu(*var) + val); in le32_add_cpu()
|
/include/net/caif/ |
D | cfpkt.h | 59 return le32_to_cpu(tmp); in cfpkt_extr_head_u32()
|
/include/sound/ |
D | hda_register.h | 319 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()
|
/include/linux/ceph/ |
D | decode.h | 208 ts->tv_sec = (time64_t)le32_to_cpu(tv->tv_sec); in ceph_decode_timespec64() 209 ts->tv_nsec = (long)le32_to_cpu(tv->tv_nsec); in ceph_decode_timespec64()
|
/include/linux/fsl/ |
D | mc.h | 282 return le32_to_cpu(rsp_params->object_id); in mc_cmd_read_object_id()
|
/include/linux/qed/ |
D | common_hsi.h | 53 HILO_GEN(le32_to_cpu(hi), le32_to_cpu(lo), u64)
|
D | qed_if.h | 1370 prod = le32_to_cpu(sb_info->sb_virt->prod_index) & in qed_sb_update_sb_idx()
|
/include/trace/events/ |
D | ext4.h | 1551 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1592 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1595 __entry->i_lblk = le32_to_cpu(ix->ee_block); 2084 __entry->ee_lblk = le32_to_cpu(ex->ee_block); 2128 __entry->ee_lblk = le32_to_cpu(ex->ee_block);
|