Searched refs:le32_to_cpu (Results 1 – 23 of 23) sorted by relevance
| /include/uapi/linux/ |
| A 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…
|
| A 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/trace/events/ |
| A D | dlm.h | 359 __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 D | sof.h | 79 __entry->pcm_id = le32_to_cpu(spcm->pcm.pcm_id);
|
| A D | ext4.h | 1587 __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 D | siphash.h | 111 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 D | litex.h | 21 return le32_to_cpu((__le32 __force)readl(addr)); in _read_litex_subregister()
|
| A D | virtio_byteorder.h | 35 return le32_to_cpu((__force __le32)val); in __virtio32_to_cpu()
|
| A D | unaligned.h | 23 return le32_to_cpu(__get_unaligned_t(__le32, p)); in get_unaligned_le32()
|
| A D | turris-omnia-mcu-interface.h | 343 *dst = le32_to_cpu(reply) & bits; in omnia_cmd_read_bits() 371 *dst = le32_to_cpu(reply); in omnia_cmd_read_u32()
|
| A D | virtio_config.h | 446 __le32: (u32)le32_to_cpu(x), \
|
| A D | ieee80211.h | 3005 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 D | dpaa2-fd.h | 127 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 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/ |
| A 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/linux/platform_data/x86/ |
| A D | simatic-ipc.h | 60 return le32_to_cpu(data_entry->station_id); in simatic_ipc_get_station_id()
|
| /include/linux/rpmsg/ |
| A D | byteorder.h | 38 return le32_to_cpu((__force __le32)val); in __rpmsg32_to_cpu()
|
| /include/net/caif/ |
| A D | cfpkt.h | 59 return le32_to_cpu(tmp); in cfpkt_extr_head_u32()
|
| /include/sound/ |
| A D | hda_register.h | 365 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()
|
| /include/linux/ceph/ |
| A 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/qed/ |
| A D | common_hsi.h | 27 HILO_GEN(le32_to_cpu(hi), le32_to_cpu(lo), u64)
|
| A D | qed_if.h | 1429 prod = le32_to_cpu(sb_info->sb_virt->prod_index) & in qed_sb_update_sb_idx()
|
| /include/linux/fsl/ |
| A D | mc.h | 296 return le32_to_cpu(rsp_params->object_id); in mc_cmd_read_object_id()
|
Completed in 66 milliseconds