Home
last modified time | relevance | path

Searched refs:be32_to_cpup (Results 1 – 25 of 236) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/arch/c6x/platforms/
H A Ddscr.c358 dscr.rmii_resets[i].reg = be32_to_cpup(p++); in dscr_parse_rmii_resets()
359 dscr.rmii_resets[i].mask = be32_to_cpup(p++); in dscr_parse_rmii_resets()
410 r->reg = be32_to_cpup(p++); in dscr_parse_locked_regs()
411 r->lockreg = be32_to_cpup(p++); in dscr_parse_locked_regs()
412 r->key = be32_to_cpup(p++); in dscr_parse_locked_regs()
483 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
484 r->num_ids = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
485 r->reg = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
486 r->enable = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
487 r->disable = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
[all …]
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c328 tv->tv_nsec = be32_to_cpup(p++); in nfsd4_decode_time()
346 bmlen = be32_to_cpup(p++); in nfsd4_decode_bitmap()
352 bmval[0] = be32_to_cpup(p++); in nfsd4_decode_bitmap()
354 bmval[1] = be32_to_cpup(p++); in nfsd4_decode_bitmap()
356 bmval[2] = be32_to_cpup(p++); in nfsd4_decode_bitmap()
384 expected_len = be32_to_cpup(p++); in nfsd4_decode_fattr()
397 nace = be32_to_cpup(p++); in nfsd4_decode_fattr()
414 ace->type = be32_to_cpup(p++); in nfsd4_decode_fattr()
415 ace->flag = be32_to_cpup(p++); in nfsd4_decode_fattr()
416 ace->access_mask = be32_to_cpup(p++); in nfsd4_decode_fattr()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs2xdr.c104 count = be32_to_cpup(p); in decode_nfsdata()
153 *status = be32_to_cpup(p); in decode_stat()
173 *type = be32_to_cpup(p++); in xdr_decode_ftype()
239 timep->tv_sec = be32_to_cpup(p++); in xdr_decode_time()
240 timep->tv_nsec = be32_to_cpup(p++) * NSEC_PER_USEC; in xdr_decode_time()
279 fattr->mode = be32_to_cpup(p++); in decode_fattr()
280 fattr->nlink = be32_to_cpup(p++); in decode_fattr()
281 fattr->uid = make_kuid(userns, be32_to_cpup(p++)); in decode_fattr()
284 fattr->gid = make_kgid(userns, be32_to_cpup(p++)); in decode_fattr()
288 fattr->size = be32_to_cpup(p++); in decode_fattr()
[all …]
H A Dnfs3xdr.c146 *value = be32_to_cpup(p); in decode_uint32()
200 count = be32_to_cpup(p); in decode_inline_filename3()
235 count = be32_to_cpup(p); in decode_nfspath3()
346 *status = be32_to_cpup(p); in decode_nfsstat3()
373 type = be32_to_cpup(p++); in xdr_decode_ftype3()
401 major = be32_to_cpup(p++); in xdr_decode_specdata3()
402 minor = be32_to_cpup(p++); in xdr_decode_specdata3()
433 length = be32_to_cpup(p++); in decode_nfs_fh3()
469 timep->tv_sec = be32_to_cpup(p++); in xdr_decode_nfstime3()
470 timep->tv_nsec = be32_to_cpup(p++); in xdr_decode_nfstime3()
[all …]
H A Dnfs4xdr.c3164 hdr->status = be32_to_cpup(p++); in decode_compound_hdr()
3165 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr()
3172 hdr->nops = be32_to_cpup(p); in decode_compound_hdr()
3188 opnum = be32_to_cpup(p++); in __decode_op_hdr()
3196 nfserr = be32_to_cpup(p); in __decode_op_hdr()
3259 *attrlen = be32_to_cpup(p); in decode_attr_length()
3291 *type = be32_to_cpup(p); in decode_attr_type()
3315 *type = be32_to_cpup(p); in decode_attr_fh_expire_type()
3374 *res = be32_to_cpup(p); in decode_attr_link_support()
3392 *res = be32_to_cpup(p); in decode_attr_symlink_support()
[all …]
H A Dnfs42xdr.c491 len = be32_to_cpup(p); in decode_getxattr()
582 count = be32_to_cpup(p); in decode_listxattrs()
598 len = be32_to_cpup(p); in decode_listxattrs()
629 res->eof = be32_to_cpup(p); in decode_listxattrs()
873 count = be32_to_cpup(p); in decode_write_response()
886 res->verifier.committed = be32_to_cpup(p); in decode_write_response()
902 ns->nl4_type = be32_to_cpup(p); in decode_nl4_server()
950 res->consecutive = be32_to_cpup(p++); in decode_copy_requirements()
951 res->synchronous = be32_to_cpup(p++); in decode_copy_requirements()
995 res->cnr_lease_time.nseconds = be32_to_cpup(p); in decode_copy_notify()
[all …]
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-ti-syscon.c198 controls[i].assert_offset = be32_to_cpup(list++); in ti_syscon_reset_probe()
199 controls[i].assert_bit = be32_to_cpup(list++); in ti_syscon_reset_probe()
200 controls[i].deassert_offset = be32_to_cpup(list++); in ti_syscon_reset_probe()
201 controls[i].deassert_bit = be32_to_cpup(list++); in ti_syscon_reset_probe()
202 controls[i].status_offset = be32_to_cpup(list++); in ti_syscon_reset_probe()
203 controls[i].status_bit = be32_to_cpup(list++); in ti_syscon_reset_probe()
204 controls[i].flags = be32_to_cpup(list++); in ti_syscon_reset_probe()
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Ddev.c61 b->type = be32_to_cpup(p++); in nfs4_block_decode_volume()
68 b->simple.nr_sigs = be32_to_cpup(p++); in nfs4_block_decode_volume()
80 b->simple.sigs[i].sig_len = be32_to_cpup(p++); in nfs4_block_decode_volume()
103 b->slice.volume = be32_to_cpup(p++); in nfs4_block_decode_volume()
110 b->concat.volumes_count = be32_to_cpup(p++); in nfs4_block_decode_volume()
120 b->concat.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume()
128 b->stripe.volumes_count = be32_to_cpup(p++); in nfs4_block_decode_volume()
138 b->stripe.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume()
144 b->scsi.code_set = be32_to_cpup(p++); in nfs4_block_decode_volume()
145 b->scsi.designator_type = be32_to_cpup(p++); in nfs4_block_decode_volume()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dxz_config.h24 static inline u32 be32_to_cpup(const u32 *p) in be32_to_cpup() function
31 static inline u32 be32_to_cpup(const u32 *p) in be32_to_cpup() function
39 return be32_to_cpup(p); in get_unaligned_be32()
/OK3568_Linux_fs/kernel/arch/m68k/mac/
H A Dconfig.c88 mac_bi_data.id = be32_to_cpup(data); in mac_parse_bootinfo()
91 mac_bi_data.videoaddr = be32_to_cpup(data); in mac_parse_bootinfo()
94 mac_bi_data.videodepth = be32_to_cpup(data); in mac_parse_bootinfo()
97 mac_bi_data.videorow = be32_to_cpup(data); in mac_parse_bootinfo()
100 mac_bi_data.dimensions = be32_to_cpup(data); in mac_parse_bootinfo()
103 mac_orig_videoaddr = be32_to_cpup(data); in mac_parse_bootinfo()
108 mac_bi_data.sccbase = be32_to_cpup(data); in mac_parse_bootinfo()
111 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo()
114 mac_bi_data.gmtbias = be32_to_cpup(data); in mac_parse_bootinfo()
117 mac_bi_data.memsize = be32_to_cpup(data); in mac_parse_bootinfo()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dbcm87xx.c53 u16 devid = be32_to_cpup(paddr++); in bcm87xx_of_reg_init()
54 u16 reg = be32_to_cpup(paddr++); in bcm87xx_of_reg_init()
55 u16 mask = be32_to_cpup(paddr++); in bcm87xx_of_reg_init()
56 u16 val_bits = be32_to_cpup(paddr++); in bcm87xx_of_reg_init()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Drpc_rdma.h177 *handle = be32_to_cpup(p++); in xdr_decode_rdma_segment()
178 *length = be32_to_cpup(p++); in xdr_decode_rdma_segment()
197 *position = be32_to_cpup(p++); in xdr_decode_read_segment()
/OK3568_Linux_fs/kernel/arch/mips/bmips/
H A Ddma.c109 r->child_addr = be32_to_cpup(data++); in bmips_init_dma_ranges()
110 r->parent_addr = be32_to_cpup(data++); in bmips_init_dma_ranges()
111 r->size = be32_to_cpup(data++); in bmips_init_dma_ranges()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c76 return be32_to_cpup(ip); in of_n_addr_cells()
92 return be32_to_cpup(ip); in of_n_size_cells()
105 return be32_to_cpup(ip); in of_simple_addr_cells()
117 return be32_to_cpup(ip); in of_simple_size_cells()
478 *outp = be32_to_cpup(val); in of_read_u32()
525 *out_values++ = be32_to_cpup(val++); in of_read_u32_array()
641 phandle = be32_to_cpup(list++); in __of_parse_phandle_with_args()
702 be32_to_cpup(list++); in __of_parse_phandle_with_args()
/OK3568_Linux_fs/u-boot/lib/
H A Dof_live.c158 np->phandle = be32_to_cpup(p); in unflatten_dt_node()
165 np->phandle = be32_to_cpup(p); in unflatten_dt_node()
309 if (be32_to_cpup(mem + size) != 0xdeadbeef) { in unflatten_device_tree()
311 be32_to_cpup(mem + size)); in unflatten_device_tree()
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclntxdr.c145 length = be32_to_cpup(p++); in decode_cookie()
219 __func__, be32_to_cpup(p)); in decode_nlm_stat()
266 exclusive = be32_to_cpup(p++); in decode_nlm_holder()
267 lock->svid = be32_to_cpup(p); in decode_nlm_holder()
280 l_offset = be32_to_cpup(p++); in decode_nlm_holder()
281 l_len = be32_to_cpup(p); in decode_nlm_holder()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c78 mp_count = be32_to_cpup(p); in nfs4_ff_alloc_deviceid_node()
99 version_count = be32_to_cpup(p); in nfs4_ff_alloc_deviceid_node()
114 ds_versions[i].version = be32_to_cpup(p++); in nfs4_ff_alloc_deviceid_node()
115 ds_versions[i].minor_version = be32_to_cpup(p++); in nfs4_ff_alloc_deviceid_node()
116 ds_versions[i].rsize = nfs_block_size(be32_to_cpup(p++), NULL); in nfs4_ff_alloc_deviceid_node()
117 ds_versions[i].wsize = nfs_block_size(be32_to_cpup(p++), NULL); in nfs4_ff_alloc_deviceid_node()
118 ds_versions[i].tightly_coupled = be32_to_cpup(p); in nfs4_ff_alloc_deviceid_node()
/OK3568_Linux_fs/kernel/fs/nfs/filelayout/
H A Dfilelayoutdev.c92 cnt = be32_to_cpup(p); in nfs4_fl_alloc_deviceid_node()
113 *indexp = be32_to_cpup(p++); in nfs4_fl_alloc_deviceid_node()
123 num = be32_to_cpup(p); in nfs4_fl_alloc_deviceid_node()
161 mp_count = be32_to_cpup(p); /* multipath count */ in nfs4_fl_alloc_deviceid_node()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_utils.c68 *dma_channel_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel()
77 *dma_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel()
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dmdio-mux-mmioreg.c132 if (be32_to_cpup(iprop) >= BIT(s->iosize * 8)) { in mdio_mux_mmioreg_probe()
136 s->mask = be32_to_cpup(iprop); in mdio_mux_mmioreg_probe()
150 if (be32_to_cpup(iprop) & ~s->mask) { in mdio_mux_mmioreg_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dlegacy_serial.c86 clock = be32_to_cpup(clk); in add_legacy_port()
94 shift = be32_to_cpup(rs); in add_legacy_port()
143 legacy_serial_infos[index].speed = spd ? be32_to_cpup(spd) : 0; in add_legacy_port()
296 if (reg && (be32_to_cpup(reg) < 4)) in add_legacy_pci_port()
297 index = lindex = be32_to_cpup(reg); in add_legacy_pci_port()
622 speed = be32_to_cpup(spd); in check_legacy_serial_console()
H A Ddt_cpu_ftrs.c914 f->isa = be32_to_cpup(prop); in process_cpufeatures_node()
921 f->usable_privilege = be32_to_cpup(prop); in process_cpufeatures_node()
925 f->hv_support = be32_to_cpup(prop); in process_cpufeatures_node()
931 f->os_support = be32_to_cpup(prop); in process_cpufeatures_node()
937 f->hfscr_bit_nr = be32_to_cpup(prop); in process_cpufeatures_node()
942 f->fscr_bit_nr = be32_to_cpup(prop); in process_cpufeatures_node()
947 f->hwcap_bit_nr = be32_to_cpup(prop); in process_cpufeatures_node()
1093 isa = be32_to_cpup(prop); in dt_cpu_ftrs_scan_callback()
H A Dprom.c243 mmu_slb_size = be32_to_cpup(slb_size_ptr); in init_mmu_slb_size()
301 if (prop && be32_to_cpup(prop) >= fp->min_value) { in check_cpu_feature_properties()
376 if (prop && (be32_to_cpup(prop) & 0xff000000) == 0x0f000000) in early_init_dt_scan_cpus()
377 identify_cpu(0, be32_to_cpup(prop)); in early_init_dt_scan_cpus()
654 base_32 = be32_to_cpup(reserve_map_32++); in early_reserve_mem()
655 size_32 = be32_to_cpup(reserve_map_32++); in early_reserve_mem()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dmsi.c142 req_msi = be32_to_cpup(p); in check_req()
178 *total = be32_to_cpup(p); in find_pe_total_msi()
238 class = p ? be32_to_cpup(p) : 0; in count_non_bridge_devices()
260 req = be32_to_cpup(p); in count_spare_msis()
264 req = max(req, (int)be32_to_cpup(p)); in count_spare_msis()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-ls-extirq.c117 hwirq = be32_to_cpup(map); in ls_extirq_parse_map()
122 ipar = of_find_node_by_phandle(be32_to_cpup(map + 2)); in ls_extirq_parse_map()
137 priv->map[hwirq].param[j] = be32_to_cpup(map++); in ls_extirq_parse_map()

12345678910