Searched refs:__be32_to_cpu (Results 1 – 12 of 12) sorted by relevance
23 return __be32_to_cpu(res); in __sdb_rd()38 if (SDB_MAGIC != __be32_to_cpu(SDB_MAGIC)) in __fmc_scan_sdb_tree()40 } else if (onew == __be32_to_cpu(SDB_MAGIC)) { in __fmc_scan_sdb_tree()191 __be32_to_cpu(p->device_id), in __fmc_show_sdb_tree()197 __be32_to_cpu(p->device_id), in __fmc_show_sdb_tree()205 __be32_to_cpu(p->device_id), in __fmc_show_sdb_tree()226 __be32_to_cpu(r->synthesis.date), in __fmc_show_sdb_tree()230 __be32_to_cpu(r->synthesis.tool_version)); in __fmc_show_sdb_tree()278 if (__be32_to_cpu(p->device_id) != did) in fmc_find_sdb_device()
94 #define be32_to_cpu __be32_to_cpu135 #define ___ntohl(x) __be32_to_cpu(x)
619 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()622 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()1140 rtas.base = __be32_to_cpu(*basep); in rtas_initialize()1141 rtas.size = __be32_to_cpu(*sizep); in rtas_initialize()1147 rtas.entry = __be32_to_cpu(*entryp); in rtas_initialize()
86 key = request_asymmetric_key(keyring, __be32_to_cpu(hdr->keyid)); in asymmetric_verify()
39 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
202 #define ___ntohl(x) __be32_to_cpu(x)
465 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
325 crc = __be32_to_cpu((__force __be32)crc);
624 return __be32_to_cpu(__raw_readl(addr)); in ioread32be()
230 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
40 W[I] = __be32_to_cpu(((__be32 *)(input))[I]); in LOAD_OP()