Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 25 of 912) sorted by relevance

12345678910>>...37

/linux-6.1.9/block/partitions/
Damiga.c24 sum += be32_to_cpu(*m++); in checksum_block()
52 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0) in amiga_partition()
59 be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) { in amiga_partition()
70 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512; in amiga_partition()
79 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition()
91 blk = be32_to_cpu(pb->pb_Next); in amiga_partition()
94 if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) in amiga_partition()
99 nr_sects = (be32_to_cpu(pb->pb_Environment[10]) + 1 - in amiga_partition()
100 be32_to_cpu(pb->pb_Environment[9])) * in amiga_partition()
101 be32_to_cpu(pb->pb_Environment[3]) * in amiga_partition()
[all …]
Datari.c24 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()
Dsgi.c52 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()
61 csum += be32_to_cpu(cs); in sgi_partition()
75 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
76 start = be32_to_cpu(p->first_block); in sgi_partition()
79 if (be32_to_cpu(p->type) == LINUX_RAID_PARTITION) in sgi_partition()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci.c198 hose->global_number, be32_to_cpu(common->version)); in pnv_pci_dump_p7ioc_diag_data()
202 be32_to_cpu(data->brdgCtl)); in pnv_pci_dump_p7ioc_diag_data()
206 be32_to_cpu(data->portStatusReg), in pnv_pci_dump_p7ioc_diag_data()
207 be32_to_cpu(data->rootCmplxStatus), in pnv_pci_dump_p7ioc_diag_data()
208 be32_to_cpu(data->busAgentStatus)); in pnv_pci_dump_p7ioc_diag_data()
213 be32_to_cpu(data->deviceStatus), in pnv_pci_dump_p7ioc_diag_data()
214 be32_to_cpu(data->slotStatus), in pnv_pci_dump_p7ioc_diag_data()
215 be32_to_cpu(data->linkStatus), in pnv_pci_dump_p7ioc_diag_data()
216 be32_to_cpu(data->devCmdStatus), in pnv_pci_dump_p7ioc_diag_data()
217 be32_to_cpu(data->devSecStatus)); in pnv_pci_dump_p7ioc_diag_data()
[all …]
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dtrace.c270 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()
296 trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24, in parse_everbs_hdrs()
297 parse_syndrome(be32_to_cpu(eh->aeth) >> 24), in parse_everbs_hdrs()
298 be32_to_cpu(eh->aeth) & IB_MSN_MASK); in parse_everbs_hdrs()
306 be32_to_cpu(eh->tid_rdma.w_req.reth.rkey), in parse_everbs_hdrs()
[all …]
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_rtas.c24 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.1.9/arch/powerpc/boot/
Ddevtree.c28 naddr = be32_to_cpu(naddr); in dt_fixup_memory()
35 nsize = be32_to_cpu(nsize); in dt_fixup_memory()
53 printf("Memory <- <0x%x", be32_to_cpu(memreg[0])); in dt_fixup_memory()
55 printf(" 0x%x", be32_to_cpu(memreg[i])); 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()
[all …]
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc_btree.c132 if (be32_to_cpu(rec->alloc.ar_blockcount) <= in xfs_allocbt_update_lastrec()
133 be32_to_cpu(agf->agf_longest)) in xfs_allocbt_update_lastrec()
160 pag->pagf_longest = be32_to_cpu(len); in xfs_allocbt_update_lastrec()
196 x = be32_to_cpu(rec->alloc.ar_startblock); in xfs_bnobt_init_high_key_from_rec()
197 x += be32_to_cpu(rec->alloc.ar_blockcount) - 1; in xfs_bnobt_init_high_key_from_rec()
227 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
240 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_bnobt_key_diff()
252 diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_cntbt_key_diff()
256 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_cntbt_key_diff()
265 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) - in xfs_bnobt_diff_two_keys()
[all …]
Dxfs_dir2_block.c234 if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) * in xfs_dir2_block_need_space()
237 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
314 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()
330 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
331 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
332 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact()
335 (xfs_dir2_data_aoff_t)((be32_to_cpu(btp->stale) - 1) * sizeof(*blp)), in xfs_dir2_block_compact()
445 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname()
452 for (low = 0, high = be32_to_cpu(btp->count) - 1; low <= high; ) { in xfs_dir2_block_addname()
454 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname()
[all …]
Dxfs_refcount_btree.c154 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec()
155 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
181 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
197 return (int64_t)be32_to_cpu(kp->rc_startblock) - start; in xfs_refcountbt_key_diff()
206 return (int64_t)be32_to_cpu(k1->refc.rc_startblock) - in xfs_refcountbt_diff_two_keys()
207 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
287 return be32_to_cpu(k1->refc.rc_startblock) < in xfs_refcountbt_keys_inorder()
288 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder()
297 return be32_to_cpu(r1->refc.rc_startblock) + in xfs_refcountbt_recs_inorder()
298 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
[all …]
/linux-6.1.9/fs/efs/
Dsuper.c163 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
175 csum += be32_to_cpu(cs); in module_exit()
196 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
197 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
203 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
208 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
210 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
211 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
217 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()
236 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super()
[all …]
/linux-6.1.9/drivers/target/iscsi/
Discsi_target_erl0.c87 cmd->write_data_done != be32_to_cpu(hdr->offset)) in iscsit_dataout_within_command_recovery_check()
94 seq = iscsit_get_seq_holder(cmd, be32_to_cpu(hdr->offset), in iscsit_dataout_within_command_recovery_check()
106 (seq->offset != be32_to_cpu(hdr->offset) || in iscsit_dataout_within_command_recovery_check()
107 seq->data_sn != be32_to_cpu(hdr->datasn))) in iscsit_dataout_within_command_recovery_check()
112 seq->data_sn != be32_to_cpu(hdr->datasn)) in iscsit_dataout_within_command_recovery_check()
141 if ((be32_to_cpu(hdr->offset) < cmd->seq_start_offset) || in iscsit_dataout_check_unsolicited_sequence()
142 ((be32_to_cpu(hdr->offset) + payload_length) > cmd->seq_end_offset)) { in iscsit_dataout_check_unsolicited_sequence()
146 be32_to_cpu(hdr->offset), payload_length, cmd->seq_start_offset, in iscsit_dataout_check_unsolicited_sequence()
229 if ((be32_to_cpu(hdr->offset) < cmd->seq_start_offset) || in iscsit_dataout_check_sequence()
230 ((be32_to_cpu(hdr->offset) + payload_length) > cmd->seq_end_offset)) { in iscsit_dataout_check_sequence()
[all …]
/linux-6.1.9/fs/xfs/scrub/
Dagheader.c384 if (blocks != be32_to_cpu(agf->agf_freeblks)) in xchk_agf_xref_freeblks()
416 if (!have || blocks != be32_to_cpu(agf->agf_longest)) in xchk_agf_xref_cntbt()
441 if (blocks != be32_to_cpu(agf->agf_rmap_blocks)) in xchk_agf_xref_btreeblks()
466 if (btreeblks != be32_to_cpu(agf->agf_btreeblks)) in xchk_agf_xref_btreeblks()
485 if (blocks != be32_to_cpu(agf->agf_refcount_blocks)) in xchk_agf_xref_refcblks()
543 eoag = be32_to_cpu(agf->agf_length); in xchk_agf()
548 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
552 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
556 level = be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNO]); in xchk_agf()
560 level = be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNT]); in xchk_agf()
[all …]
/linux-6.1.9/drivers/mtd/ubi/
Dfastmap.c253 if (be32_to_cpu(new_vh->lnum) != aeb->lnum) { in update_vol()
254 if (be32_to_cpu(new_vh->lnum) < aeb->lnum) in update_vol()
285 if (av->highest_lnum == be32_to_cpu(new_vh->lnum)) in update_vol()
287 be32_to_cpu(new_vh->data_size); in update_vol()
310 if (av->highest_lnum <= be32_to_cpu(new_vh->lnum)) { in update_vol()
311 av->highest_lnum = be32_to_cpu(new_vh->lnum); in update_vol()
312 av->last_data_size = be32_to_cpu(new_vh->data_size); in update_vol()
316 av->used_ebs = be32_to_cpu(new_vh->used_ebs); in update_vol()
339 int vol_id = be32_to_cpu(new_vh->vol_id); in process_pool_aeb()
431 pnum = be32_to_cpu(pebs[i]); in scan_pool()
[all …]
Ddebug.c54 pr_err("\tmagic %#08x\n", be32_to_cpu(ec_hdr->magic)); in ubi_dump_ec_hdr()
57 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
58 pr_err("\tdata_offset %d\n", be32_to_cpu(ec_hdr->data_offset)); in ubi_dump_ec_hdr()
59 pr_err("\timage_seq %d\n", be32_to_cpu(ec_hdr->image_seq)); in ubi_dump_ec_hdr()
60 pr_err("\thdr_crc %#08x\n", be32_to_cpu(ec_hdr->hdr_crc)); in ubi_dump_ec_hdr()
73 pr_err("\tmagic %08x\n", be32_to_cpu(vid_hdr->magic)); in ubi_dump_vid_hdr()
78 pr_err("\tvol_id %d\n", be32_to_cpu(vid_hdr->vol_id)); in ubi_dump_vid_hdr()
79 pr_err("\tlnum %d\n", be32_to_cpu(vid_hdr->lnum)); in ubi_dump_vid_hdr()
80 pr_err("\tdata_size %d\n", be32_to_cpu(vid_hdr->data_size)); in ubi_dump_vid_hdr()
81 pr_err("\tused_ebs %d\n", be32_to_cpu(vid_hdr->used_ebs)); in ubi_dump_vid_hdr()
[all …]
/linux-6.1.9/include/rdma/
Dib_hdrs.h211 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.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugdump.c130 if (be32_to_cpu(tl->length) > remaining - sizeof(*tl)) in nfp_traverse_tlvs()
133 total_tlv_size = sizeof(*tl) + be32_to_cpu(tl->length); in nfp_traverse_tlvs()
187 be32_to_cpu(spec->length)); in nfp_dump_error_tlv_size()
202 tl_len = be32_to_cpu(spec->length); in nfp_calc_hwinfo_field_sz()
217 u32 available_sz = be32_to_cpu(spec_csr->tl.length); in nfp_csr_spec_valid()
223 reg_width = be32_to_cpu(spec_csr->register_width); in nfp_csr_spec_valid()
237 tl_len = be32_to_cpu(spec->length); in nfp_calc_rtsym_dump_sz()
257 switch (be32_to_cpu(tl->type)) { in nfp_add_tlv_size()
269 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length)); in nfp_add_tlv_size()
277 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length) * in nfp_add_tlv_size()
[all …]
/linux-6.1.9/crypto/
Dseed.c335 x1 = be32_to_cpu(key[0]); in seed_set_key()
336 x2 = be32_to_cpu(key[1]); in seed_set_key()
337 x3 = be32_to_cpu(key[2]); in seed_set_key()
338 x4 = be32_to_cpu(key[3]); in seed_set_key()
372 x1 = be32_to_cpu(src[0]); in seed_encrypt()
373 x2 = be32_to_cpu(src[1]); in seed_encrypt()
374 x3 = be32_to_cpu(src[2]); in seed_encrypt()
375 x4 = be32_to_cpu(src[3]); in seed_encrypt()
410 x1 = be32_to_cpu(src[0]); in seed_decrypt()
411 x2 = be32_to_cpu(src[1]); in seed_decrypt()
[all …]
/linux-6.1.9/drivers/scsi/ibmvscsi_tgt/
Dlibsrp.c179 len = min(cmd->se_cmd.data_length, be32_to_cpu(md->len)); in srp_direct_data()
181 len = be32_to_cpu(md->len); in srp_direct_data()
209 nmd = be32_to_cpu(id->table_desc.len) / sizeof(struct srp_direct_buf); in srp_indirect_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()
227 sg_init_one(&dummy, md, 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()
251 len = min(cmd->se_cmd.data_length, be32_to_cpu(id->len)); in srp_indirect_data()
253 len = be32_to_cpu(id->len); in srp_indirect_data()
[all …]
/linux-6.1.9/sound/firewire/dice/
Ddice-transaction.c70 *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.1.9/fs/gfs2/
Dexport.c158 this.no_formal_ino = ((u64)be32_to_cpu(fh[0])) << 32; in gfs2_fh_to_dentry()
159 this.no_formal_ino |= be32_to_cpu(fh[1]); in gfs2_fh_to_dentry()
160 this.no_addr = ((u64)be32_to_cpu(fh[2])) << 32; in gfs2_fh_to_dentry()
161 this.no_addr |= be32_to_cpu(fh[3]); in gfs2_fh_to_dentry()
179 parent.no_formal_ino = ((u64)be32_to_cpu(fh[4])) << 32; in gfs2_fh_to_parent()
180 parent.no_formal_ino |= be32_to_cpu(fh[5]); in gfs2_fh_to_parent()
181 parent.no_addr = ((u64)be32_to_cpu(fh[6])) << 32; in gfs2_fh_to_parent()
182 parent.no_addr |= be32_to_cpu(fh[7]); in gfs2_fh_to_parent()
/linux-6.1.9/drivers/infiniband/hw/mthca/
Dmthca_cq.c195 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()
307 mthca_free_srq_wqe(srq, be32_to_cpu(cqe->wqe)); in mthca_cq_clean()
383 be32_to_cpu(cqe->my_qpn), be32_to_cpu(cqe->wqe), in handle_error_cqe()
505 cq->cqn, cq->cons_index, be32_to_cpu(cqe->my_qpn), in mthca_poll_one()
506 be32_to_cpu(cqe->wqe)); in mthca_poll_one()
514 if (!*cur_qp || be32_to_cpu(cqe->my_qpn) != (*cur_qp)->qpn) { 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()
[all …]
/linux-6.1.9/fs/hfsplus/
Dextents.c29 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()
196 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()
304 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
305 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
317 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
[all …]
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c42 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()
108 be32_to_cpu(cmd_rsp.filtered)); in read_file_tgt_tx_stats()
112 be32_to_cpu(cmd_rsp.timer_exp)); in read_file_tgt_tx_stats()
[all …]
/linux-6.1.9/drivers/usb/misc/
Dezusb.c80 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()

12345678910>>...37