Searched refs:le32_to_cpu (Results 1 – 12 of 12) sorted by relevance
968 len = le32_to_cpu(buf[0]); in perm_read()1011 len = le32_to_cpu(buf[0]); in common_read()1018 nel = le32_to_cpu(buf[3]); in common_read()1173 len = le32_to_cpu(buf[0]); in class_read()1181 nel = le32_to_cpu(buf[4]); in class_read()1277 len = le32_to_cpu(buf[0]); in role_read()1348 len = le32_to_cpu(buf[0]); in type_read()1442 len = le32_to_cpu(buf[0]); in user_read()1501 len = le32_to_cpu(buf[0]); in sens_read()1556 len = le32_to_cpu(buf[0]); in cat_read()[all …]
239 booldatum->value = le32_to_cpu(buf[0]); in cond_read_bool()240 booldatum->state = le32_to_cpu(buf[1]); in cond_read_bool()245 len = le32_to_cpu(buf[2]); in cond_read_bool()378 len = le32_to_cpu(buf[0]); in cond_read_av_list()426 node->cur_state = le32_to_cpu(buf[0]); in cond_read_node()434 len = le32_to_cpu(buf[0]); in cond_read_node()446 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()447 expr->bool_val = le32_to_cpu(buf[1]); in cond_read_node()484 len = le32_to_cpu(buf[0]); in cond_read_list()
365 items2 = le32_to_cpu(buf32[0]); in avtab_read_item()380 val = le32_to_cpu(buf32[items++]); in avtab_read_item()387 val = le32_to_cpu(buf32[items++]); in avtab_read_item()394 val = le32_to_cpu(buf32[items++]); in avtab_read_item()402 val = le32_to_cpu(buf32[items++]); in avtab_read_item()421 datum.data = le32_to_cpu(buf32[items++]); in avtab_read_item()475 datum.data = le32_to_cpu(*buf32); in avtab_read_item()503 nel = le32_to_cpu(buf[0]); in avtab_read()
237 mapunit = le32_to_cpu(buf[0]); in ebitmap_read()238 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()239 count = le32_to_cpu(buf[2]); in ebitmap_read()267 startbit = le32_to_cpu(startbit); in ebitmap_read()
34 #define le32_to_cpu __le32_to_cpu macro
31 return le32_to_cpu(v.value); in le32_native()
35 return le32_to_cpu(__get_unaligned(p, 4)); in get_unaligned_le32()
81 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \
73 insn = le32_to_cpu(*altinsnptr); in get_alt_insn()
103 #define readl_relaxed(c) ({ u32 __v = le32_to_cpu((__force __le32)__raw_readl(c)); __v; })
153 + val = le32_to_cpu(*(u32 *) buf);
118 +#define le32_to_cpu(x) ((__u32) (x))
Completed in 32 milliseconds