| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | pci.c | 199 be32_to_cpu(data->brdgCtl)); in pnv_pci_dump_p7ioc_diag_data() 224 be32_to_cpu(data->tlpHdr1), in pnv_pci_dump_p7ioc_diag_data() 225 be32_to_cpu(data->tlpHdr2), in pnv_pci_dump_p7ioc_diag_data() 226 be32_to_cpu(data->tlpHdr3), in pnv_pci_dump_p7ioc_diag_data() 227 be32_to_cpu(data->tlpHdr4)); in pnv_pci_dump_p7ioc_diag_data() 231 be32_to_cpu(data->sourceId), in pnv_pci_dump_p7ioc_diag_data() 306 be32_to_cpu(data->tlpHdr1), in pnv_pci_dump_phb3_diag_data() 307 be32_to_cpu(data->tlpHdr2), in pnv_pci_dump_phb3_diag_data() 308 be32_to_cpu(data->tlpHdr3), in pnv_pci_dump_phb3_diag_data() 387 be32_to_cpu(data->tlpHdr1), in pnv_pci_dump_phb4_diag_data() [all …]
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | trace.c | 270 be32_to_cpu(eh->imm_data)); in parse_everbs_hdrs() 277 be32_to_cpu(eh->rc.reth.rkey), in parse_everbs_hdrs() 278 be32_to_cpu(eh->rc.reth.length), in parse_everbs_hdrs() 279 be32_to_cpu(eh->rc.imm_data)); in parse_everbs_hdrs() 289 be32_to_cpu(eh->rc.reth.rkey), in parse_everbs_hdrs() 290 be32_to_cpu(eh->rc.reth.length)); in parse_everbs_hdrs() 396 be32_to_cpu(eh->at.aeth) >> 24, in parse_everbs_hdrs() 413 be32_to_cpu(eh->ud.deth[0]), in parse_everbs_hdrs() 415 be32_to_cpu(eh->ud.deth[1]) >> in parse_everbs_hdrs() 420 be32_to_cpu(eh->ud.deth[0]), in parse_everbs_hdrs() [all …]
|
| /linux-6.15/block/partitions/ |
| H A D | amiga.c | 32 sum += be32_to_cpu(*m++); in checksum_block() 71 be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) { in amiga_partition() 82 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512; in amiga_partition() 91 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition() 108 blk = be32_to_cpu(pb->pb_Next); in amiga_partition() 121 nr_hd = be32_to_cpu(pb->pb_Environment[NR_HD]); in amiga_partition() 132 if (cylblk > be32_to_cpu(rdb->rdb_CylBlocks)) { in amiga_partition() 135 be32_to_cpu(rdb->rdb_CylBlocks)); in amiga_partition() 152 lo_cyl = be32_to_cpu(pb->pb_Environment[LO_CYL]); in amiga_partition() 196 be32_to_cpu(pb->pb_Environment[6]), in amiga_partition() [all …]
|
| H A D | atari.c | 24 be32_to_cpu((pi)->st) <= (hdsiz) && \ 25 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz)) 84 put_partition (state, slot, be32_to_cpu(pi->st), in atari_partition() 85 be32_to_cpu(pi->siz)); in atari_partition() 93 partsect = extensect = be32_to_cpu(pi->st); in atari_partition() 110 partsect + be32_to_cpu(xrs->part[0].st), in atari_partition() 111 be32_to_cpu(xrs->part[0].siz)); in atari_partition() 124 partsect = be32_to_cpu(xrs->part[1].st) + extensect; in atari_partition() 144 be32_to_cpu(pi->st), in atari_partition() 145 be32_to_cpu(pi->siz)); in atari_partition()
|
| H A D | sgi.c | 52 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition() 59 csum += be32_to_cpu(cs); in sgi_partition() 73 blocks = be32_to_cpu(p->num_blocks); in sgi_partition() 74 start = be32_to_cpu(p->first_block); in sgi_partition() 77 if (be32_to_cpu(p->type) == LINUX_RAID_PARTITION) in sgi_partition()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_rtas.c | 24 if (be32_to_cpu(args->nargs) != 3 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_set_xive() 29 irq = be32_to_cpu(args->args[0]); in kvm_rtas_set_xive() 30 server = be32_to_cpu(args->args[1]); in kvm_rtas_set_xive() 31 priority = be32_to_cpu(args->args[2]); in kvm_rtas_set_xive() 48 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 3) { in kvm_rtas_get_xive() 53 irq = be32_to_cpu(args->args[0]); in kvm_rtas_get_xive() 76 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_int_off() 81 irq = be32_to_cpu(args->args[0]); in kvm_rtas_int_off() 98 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_int_on() 103 irq = be32_to_cpu(args->args[0]); in kvm_rtas_int_on() [all …]
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | devtree.c | 28 naddr = be32_to_cpu(naddr); in dt_fixup_memory() 35 nsize = be32_to_cpu(nsize); in dt_fixup_memory() 142 *naddr = be32_to_cpu(*naddr); in dt_get_reg_format() 146 *nsize = be32_to_cpu(*nsize); in dt_get_reg_format() 175 u64 tmp = (u64)be32_to_cpu(reg[i]) + be32_to_cpu(add[i]) + carry; in add_reg() 192 if (be32_to_cpu(reg[i]) < be32_to_cpu(range[i])) in compare_reg() 194 if (be32_to_cpu(reg[i]) > be32_to_cpu(range[i])) in compare_reg() 199 end = be32_to_cpu(range[i]) + be32_to_cpu(rangesize[i]); in compare_reg() 201 if (be32_to_cpu(reg[i]) < end) in compare_reg() 203 if (be32_to_cpu(reg[i]) > end) in compare_reg() [all …]
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_alloc_btree.c | 150 x = be32_to_cpu(rec->alloc.ar_startblock); in xfs_bnobt_init_high_key_from_rec() 226 be32_to_cpu(k2->alloc.ar_startblock); in xfs_bnobt_diff_two_keys() 242 be32_to_cpu(k2->alloc.ar_blockcount); in xfs_cntbt_diff_two_keys() 247 be32_to_cpu(k2->alloc.ar_startblock); in xfs_cntbt_diff_two_keys() 376 be32_to_cpu(r1->alloc.ar_blockcount) <= in xfs_bnobt_recs_inorder() 377 be32_to_cpu(r2->alloc.ar_startblock); in xfs_bnobt_recs_inorder() 387 be32_to_cpu(k2->alloc.ar_blockcount) || in xfs_cntbt_keys_inorder() 389 be32_to_cpu(k1->alloc.ar_startblock) < in xfs_cntbt_keys_inorder() 390 be32_to_cpu(k2->alloc.ar_startblock)); in xfs_cntbt_keys_inorder() 400 be32_to_cpu(r2->alloc.ar_blockcount) || in xfs_cntbt_recs_inorder() [all …]
|
| H A D | xfs_refcount_btree.c | 145 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec() 146 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec() 201 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys() 292 return be32_to_cpu(k1->refc.rc_startblock) < in xfs_refcountbt_keys_inorder() 293 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder() 302 return be32_to_cpu(r1->refc.rc_startblock) + in xfs_refcountbt_recs_inorder() 303 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder() 304 be32_to_cpu(r2->refc.rc_startblock); in xfs_refcountbt_recs_inorder() 317 be32_to_cpu(key2->refc.rc_startblock)); in xfs_refcountbt_keys_contiguous() 508 agblocks = be32_to_cpu(agf->agf_length); in xfs_refcountbt_calc_reserves() [all …]
|
| H A D | xfs_dir2_block.c | 338 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact() 452 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 523 highstale < be32_to_cpu(btp->count) && in xfs_dir2_block_addname() 667 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup() 763 } while (++mid < be32_to_cpu(btp->count) && in xfs_dir2_block_lookup_int() 764 be32_to_cpu(blp[mid].hashval) == hash); in xfs_dir2_block_lookup_int() 821 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename() 896 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace() 921 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : in xfs_dir2_block_sort() 922 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); in xfs_dir2_block_sort() [all …]
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_mem_maps.c | 420 xm_base = be32_to_cpu(alg.adsp2.xm); in cs_dsp_mock_xm_header_get_alg_base_in_words() 421 ym_base = be32_to_cpu(alg.adsp2.ym); in cs_dsp_mock_xm_header_get_alg_base_in_words() 422 zm_base = be32_to_cpu(alg.adsp2.zm); in cs_dsp_mock_xm_header_get_alg_base_in_words() 479 return be32_to_cpu(adsp2_hdr->ver); in cs_dsp_mock_xm_header_get_fw_version() 482 return be32_to_cpu(halo_hdr->ver); in cs_dsp_mock_xm_header_get_fw_version() 511 num_algs = be32_to_cpu(num_algs_be32); in cs_dsp_mock_xm_header_drop_from_regmap_cache() 541 next_free_xm_word = be32_to_cpu(hdr->xm); in cs_dsp_mock_xm_header_add_adsp2_algs() 596 next_free_xm_word = be32_to_cpu(hdr->xm_base) + be32_to_cpu(hdr->xm_size) - 1; in cs_dsp_mock_xm_header_add_halo_algs() 597 next_free_ym_word = be32_to_cpu(hdr->ym_base) + be32_to_cpu(hdr->ym_size) - 1; in cs_dsp_mock_xm_header_add_halo_algs() 623 alg_xm_last = be32_to_cpu(alg_info->xm_base) + be32_to_cpu(alg_info->xm_size) - 1; in cs_dsp_mock_xm_header_add_halo_algs() [all …]
|
| /linux-6.15/fs/efs/ |
| H A D | super.c | 152 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit() 164 csum += be32_to_cpu(cs); in module_exit() 185 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit() 186 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit() 197 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit() 200 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit() 206 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit() 225 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super() 228 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super() 229 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super() [all …]
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_erl0.c | 112 seq->data_sn != be32_to_cpu(hdr->datasn)) in iscsit_dataout_within_command_recovery_check() 359 if (be32_to_cpu(hdr->datasn) > data_sn) { in iscsit_dataout_check_datasn() 362 be32_to_cpu(hdr->datasn), data_sn); in iscsit_dataout_check_datasn() 418 be32_to_cpu(hdr->offset), seq->offset); in iscsit_dataout_pre_datapduinorder_yes() 444 be32_to_cpu(hdr->offset), payload_length) : in iscsit_dataout_pre_datapduinorder_yes() 471 be32_to_cpu(hdr->offset), payload_length); in iscsit_dataout_pre_datapduinorder_no() 553 be32_to_cpu(hdr->datasn), in iscsit_dataout_post_crc_passed() 580 be32_to_cpu(hdr->offset), in iscsit_dataout_post_crc_passed() 588 cmd, be32_to_cpu(hdr->datasn), in iscsit_dataout_post_crc_passed() 605 be32_to_cpu(hdr->offset), in iscsit_dataout_post_crc_passed() [all …]
|
| /linux-6.15/drivers/mtd/ubi/ |
| H A D | fastmap.c | 288 be32_to_cpu(new_vh->data_size); in update_vol() 432 pnum = be32_to_cpu(pebs[i]); in scan_pool() 487 new_aeb->lnum = be32_to_cpu(vh->lnum); in scan_pool() 644 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap() 657 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap() 670 be32_to_cpu(fmec->ec), 1); in ubi_attach_fastmap() 683 be32_to_cpu(fmec->ec), 1); in ubi_attach_fastmap() 705 be32_to_cpu(fmvhdr->used_ebs), in ubi_attach_fastmap() 706 be32_to_cpu(fmvhdr->data_pad), in ubi_attach_fastmap() 1007 be32_to_cpu(vh->vol_id), in ubi_scan_fastmap() [all …]
|
| /linux-6.15/include/rdma/ |
| H A D | ib_hdrs.h | 211 return be32_to_cpu(ohdr->u.ud.deth[0]); in ib_get_qkey() 216 return ((be32_to_cpu(ohdr->u.ud.deth[1])) & IB_QPN_MASK); in ib_get_sqpn() 239 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_PAD_SHIFT) & in ib_bth_get_pad() 245 return (be32_to_cpu(ohdr->bth[0]) & IB_BTH_PKEY_MASK); in ib_bth_get_pkey() 250 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_OPCODE_SHIFT) & in ib_bth_get_opcode() 256 return (u8)((be32_to_cpu(ohdr->bth[2]) >> IB_BTH_A_SHIFT) & in ib_bth_get_ackreq() 262 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_M_SHIFT) & in ib_bth_get_migreq() 268 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_SE_SHIFT) & in ib_bth_get_se() 274 return (u32)(be32_to_cpu(ohdr->bth[2])); in ib_bth_get_psn() 279 return (u32)((be32_to_cpu(ohdr->bth[1])) & IB_QPN_MASK); in ib_bth_get_qpn() [all …]
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_debugdump.c | 192 be32_to_cpu(spec->length)); in nfp_dump_error_tlv_size() 207 tl_len = be32_to_cpu(spec->length); in nfp_calc_hwinfo_field_sz() 242 tl_len = be32_to_cpu(spec->length); in nfp_calc_rtsym_dump_sz() 262 switch (be32_to_cpu(tl->type)) { in nfp_add_tlv_size() 313 be32_to_cpu(dump_level->length), in nfp_calc_specific_level_size() 425 tl_len = be32_to_cpu(spec->length); in nfp_dump_hwinfo_field() 484 cpp_rd_addr = be32_to_cpu(spec_csr->cpp.offset); in nfp_dump_csr_range() 588 cpp_rd_addr = be32_to_cpu(spec_csr->cpp.offset); in nfp_dump_indirect_csr_range() 621 tl_len = be32_to_cpu(spec_tl->length); in nfp_dump_single_rtsym() 672 switch (be32_to_cpu(tl->type)) { in nfp_dump_for_tlv() [all …]
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | agheader.c | 621 eoag = be32_to_cpu(agf->agf_length); in xchk_agf() 626 agbno = be32_to_cpu(agf->agf_bno_root); in xchk_agf() 630 agbno = be32_to_cpu(agf->agf_cnt_root); in xchk_agf() 634 level = be32_to_cpu(agf->agf_bno_level); in xchk_agf() 638 level = be32_to_cpu(agf->agf_cnt_level); in xchk_agf() 1001 eoag = be32_to_cpu(agi->agi_length); in xchk_agi() 1006 agbno = be32_to_cpu(agi->agi_root); in xchk_agi() 1010 level = be32_to_cpu(agi->agi_level); in xchk_agi() 1026 icount = be32_to_cpu(agi->agi_count); in xchk_agi() 1032 agino = be32_to_cpu(agi->agi_newino); in xchk_agi() [all …]
|
| /linux-6.15/drivers/scsi/ibmvscsi_tgt/ |
| H A D | libsrp.c | 181 len = be32_to_cpu(md->len); in srp_direct_data() 219 be32_to_cpu(id->table_desc.len), in srp_indirect_data() 223 be32_to_cpu(id->table_desc.len)); in srp_indirect_data() 229 sg_dma_len(&dummy) = be32_to_cpu(id->table_desc.len); in srp_indirect_data() 231 be32_to_cpu(id->table_desc.len)); in srp_indirect_data() 253 len = be32_to_cpu(id->len); in srp_indirect_data() 264 be32_to_cpu(id->table_desc.len), md, token); in srp_indirect_data() 358 len = be32_to_cpu(md->len); in srp_data_length() 362 len = be32_to_cpu(id->len); in srp_data_length() 405 *data_len = be32_to_cpu(db->len); in srp_get_desc_table() [all …]
|
| /linux-6.15/sound/firewire/dice/ |
| H A D | dice-transaction.c | 70 *source = be32_to_cpu(info) & CLOCK_SOURCE_MASK; in snd_dice_transaction_get_clock_source() 85 index = (be32_to_cpu(info) & CLOCK_RATE_MASK) >> CLOCK_RATE_SHIFT; in snd_dice_transaction_get_rate() 296 data = be32_to_cpu(pointers[i]); in get_subaddrs() 303 if (be32_to_cpu(pointers[1]) > 0x18) { in get_subaddrs() 310 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in get_subaddrs() 319 be32_to_cpu(version)); in get_subaddrs() 328 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in get_subaddrs() 329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs() 330 dice->rx_offset = be32_to_cpu(pointers[4]) * 4; in get_subaddrs() 334 dice->sync_offset = be32_to_cpu(pointers[6]) * 4; in get_subaddrs() [all …]
|
| /linux-6.15/fs/gfs2/ |
| H A D | export.c | 156 this.no_formal_ino = ((u64)be32_to_cpu(fh[0])) << 32; in gfs2_fh_to_dentry() 157 this.no_formal_ino |= be32_to_cpu(fh[1]); in gfs2_fh_to_dentry() 158 this.no_addr = ((u64)be32_to_cpu(fh[2])) << 32; in gfs2_fh_to_dentry() 159 this.no_addr |= be32_to_cpu(fh[3]); in gfs2_fh_to_dentry() 177 parent.no_formal_ino = ((u64)be32_to_cpu(fh[4])) << 32; in gfs2_fh_to_parent() 178 parent.no_formal_ino |= be32_to_cpu(fh[5]); in gfs2_fh_to_parent() 179 parent.no_addr = ((u64)be32_to_cpu(fh[6])) << 32; in gfs2_fh_to_parent() 180 parent.no_addr |= be32_to_cpu(fh[7]); in gfs2_fh_to_parent()
|
| /linux-6.15/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cq.c | 195 be32_to_cpu(cqe[0]), be32_to_cpu(cqe[1]), be32_to_cpu(cqe[2]), in dump_cqe() 196 be32_to_cpu(cqe[3]), be32_to_cpu(cqe[4]), be32_to_cpu(cqe[5]), in dump_cqe() 197 be32_to_cpu(cqe[6]), be32_to_cpu(cqe[7])); in dump_cqe() 383 be32_to_cpu(cqe->my_qpn), be32_to_cpu(cqe->wqe), in handle_error_cqe() 506 be32_to_cpu(cqe->wqe)); in mthca_poll_one() 521 be32_to_cpu(cqe->my_qpn) & in mthca_poll_one() 525 be32_to_cpu(cqe->my_qpn) & 0xffffff); in mthca_poll_one() 541 u32 wqe = be32_to_cpu(cqe->wqe); in mthca_poll_one() 549 wqe = be32_to_cpu(cqe->wqe); in mthca_poll_one() 611 entry->byte_len = be32_to_cpu(cqe->byte_cnt); in mthca_poll_one() [all …]
|
| /linux-6.15/fs/hfsplus/ |
| H A D | extents.c | 29 return be32_to_cpu(k1id) < be32_to_cpu(k2id) ? -1 : 1; in hfsplus_ext_cmp_key() 38 return be32_to_cpu(k1s) < be32_to_cpu(k2s) ? -1 : 1; in hfsplus_ext_cmp_key() 57 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block() 59 return be32_to_cpu(ext->start_block) + off; in hfsplus_ext_find_block() 72 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count() 84 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock() 304 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent() 317 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent() 350 count = be32_to_cpu(extent->block_count); in hfsplus_free_extents() 361 start = be32_to_cpu(extent->start_block); in hfsplus_free_extents() [all …]
|
| /linux-6.15/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_debug.c | 42 be32_to_cpu(cmd_rsp.rx)); in read_file_tgt_int_stats() 46 be32_to_cpu(cmd_rsp.rxorn)); in read_file_tgt_int_stats() 50 be32_to_cpu(cmd_rsp.rxeol)); in read_file_tgt_int_stats() 54 be32_to_cpu(cmd_rsp.txurn)); in read_file_tgt_int_stats() 58 be32_to_cpu(cmd_rsp.txto)); in read_file_tgt_int_stats() 62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats() 100 be32_to_cpu(cmd_rsp.xretries)); in read_file_tgt_tx_stats() 104 be32_to_cpu(cmd_rsp.fifoerr)); in read_file_tgt_tx_stats() 124 be32_to_cpu(cmd_rsp.qnull)); in read_file_tgt_tx_stats() 132 be32_to_cpu(cmd_rsp.nobuf)); in read_file_tgt_tx_stats() [all …]
|
| /linux-6.15/drivers/usb/misc/ |
| H A D | ezusb.c | 80 if (be32_to_cpu(record->addr) > fx.max_internal_adress) { in ezusb_ihex_firmware_download() 81 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download() 88 be32_to_cpu(record->addr), record->data, in ezusb_ihex_firmware_download() 100 if (be32_to_cpu(record->addr) <= fx.max_internal_adress) { in ezusb_ihex_firmware_download() 101 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download() 108 be32_to_cpu(record->addr), record->data, in ezusb_ihex_firmware_download()
|
| /linux-6.15/fs/hfs/ |
| H A D | part_tbl.c | 83 *part_start += be32_to_cpu(p->pdStart); in hfs_part_find() 84 *part_size = be32_to_cpu(p->pdSize); in hfs_part_find() 95 size = be32_to_cpu(pm->pmMapBlkCnt); in hfs_part_find() 99 *part_start += be32_to_cpu(pm->pmPyPartStart); in hfs_part_find() 100 *part_size = be32_to_cpu(pm->pmPartBlkCnt); in hfs_part_find()
|