Home
last modified time | relevance | path

Searched refs:le32_to_cpu (Results 1 – 23 of 23) sorted by relevance

/include/uapi/linux/
A Dbfs_fs.h71 ((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…
A Dmsdos_fs.h23 #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/trace/events/
A Ddlm.h359 __entry->rc_type = le32_to_cpu(rc->rc_type);
437 __entry->m_type = le32_to_cpu(ms->m_type);
439 __entry->m_pid = le32_to_cpu(ms->m_pid);
440 __entry->m_lkid = le32_to_cpu(ms->m_lkid);
448 __entry->m_hash = le32_to_cpu(ms->m_hash);
453 __entry->m_asts = le32_to_cpu(ms->m_asts);
533 __entry->m_type = le32_to_cpu(ms->m_type);
535 __entry->m_pid = le32_to_cpu(ms->m_pid);
536 __entry->m_lkid = le32_to_cpu(ms->m_lkid);
544 __entry->m_hash = le32_to_cpu(ms->m_hash);
[all …]
A Dsof.h79 __entry->pcm_id = le32_to_cpu(spcm->pcm.pcm_id);
A Dext4.h1587 __entry->u_lblk = le32_to_cpu(ux->ee_block);
1628 __entry->u_lblk = le32_to_cpu(ux->ee_block);
1631 __entry->i_lblk = le32_to_cpu(ix->ee_block);
2040 __entry->ee_lblk = le32_to_cpu(ex->ee_block);
2084 __entry->ee_lblk = le32_to_cpu(ex->ee_block);
/include/linux/
A Dsiphash.h111 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
113 return hsiphash_2u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
116 return hsiphash_3u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
117 le32_to_cpu(data[2]), key); in ___hsiphash_aligned()
119 return hsiphash_4u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
120 le32_to_cpu(data[2]), le32_to_cpu(data[3]), in ___hsiphash_aligned()
A Dlitex.h21 return le32_to_cpu((__le32 __force)readl(addr)); in _read_litex_subregister()
A Dvirtio_byteorder.h35 return le32_to_cpu((__force __le32)val); in __virtio32_to_cpu()
A Dunaligned.h23 return le32_to_cpu(__get_unaligned_t(__le32, p)); in get_unaligned_le32()
A Dturris-omnia-mcu-interface.h343 *dst = le32_to_cpu(reply) & bits; in omnia_cmd_read_bits()
371 *dst = le32_to_cpu(reply); in omnia_cmd_read_u32()
A Dvirtio_config.h446 __le32: (u32)le32_to_cpu(x), \
A Dieee80211.h3005 he_oper_params = le32_to_cpu(he_oper->he_oper_params); in ieee80211_he_oper_size()
3037 he_oper_params = le32_to_cpu(he_oper->he_oper_params); in ieee80211_he_6ghz_oper()
/include/soc/fsl/
A Ddpaa2-fd.h127 return le32_to_cpu(fd->simple.frc); in dpaa2_fd_get_frc()
148 return le32_to_cpu(fd->simple.ctrl); in dpaa2_fd_get_ctrl()
197 return le32_to_cpu(fd->simple.len) & FD_SHORT_LEN_MASK; in dpaa2_fd_get_len()
199 return le32_to_cpu(fd->simple.len); in dpaa2_fd_get_len()
340 return le32_to_cpu(sg->len) & SG_SHORT_LEN_MASK; in dpaa2_sg_get_len()
342 return le32_to_cpu(sg->len); in dpaa2_sg_get_len()
504 return le32_to_cpu(fle->frc); in dpaa2_fl_get_frc()
525 return le32_to_cpu(fle->ctrl); in dpaa2_fl_get_ctrl()
575 return le32_to_cpu(fle->len) & FL_SHORT_LEN_MASK; in dpaa2_fl_get_len()
577 return le32_to_cpu(fle->len); in dpaa2_fl_get_len()
A Ddpaa2-global.h130 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/
A Dgeneric.h89 #define le32_to_cpu __le32_to_cpu macro
151 *var = cpu_to_le32(le32_to_cpu(*var) + val); in le32_add_cpu()
/include/linux/platform_data/x86/
A Dsimatic-ipc.h60 return le32_to_cpu(data_entry->station_id); in simatic_ipc_get_station_id()
/include/linux/rpmsg/
A Dbyteorder.h38 return le32_to_cpu((__force __le32)val); in __rpmsg32_to_cpu()
/include/net/caif/
A Dcfpkt.h59 return le32_to_cpu(tmp); in cfpkt_extr_head_u32()
/include/sound/
A Dhda_register.h365 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()
/include/linux/ceph/
A Ddecode.h208 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/qed/
A Dcommon_hsi.h27 HILO_GEN(le32_to_cpu(hi), le32_to_cpu(lo), u64)
A Dqed_if.h1429 prod = le32_to_cpu(sb_info->sb_virt->prod_index) & in qed_sb_update_sb_idx()
/include/linux/fsl/
A Dmc.h296 return le32_to_cpu(rsp_params->object_id); in mc_cmd_read_object_id()

Completed in 66 milliseconds