Home
last modified time | relevance | path

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

12345678910>>...31

/linux/drivers/infiniband/hw/hfi1/
H A 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/block/partitions/
H A Damiga.c32 sum += be32_to_cpu(*m++); in checksum_block()
64 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0) in amiga_partition()
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()
111 if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) in amiga_partition()
121 nr_hd = be32_to_cpu(pb->pb_Environment[NR_HD]); in amiga_partition()
122 nr_sect = be32_to_cpu(pb->pb_Environment[NR_SECT]); in amiga_partition()
132 if (cylblk > be32_to_cpu(rdb->rdb_CylBlocks)) { in amiga_partition()
[all …]
H A 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()
H A Dsgi.c52 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/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c150 x = be32_to_cpu(rec->alloc.ar_startblock); in xfs_bnobt_init_high_key_from_rec()
151 x += be32_to_cpu(rec->alloc.ar_blockcount) - 1; in xfs_bnobt_init_high_key_from_rec()
181 ASSERT(cur->bc_group->xg_gno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
197 return cmp_int(be32_to_cpu(kp->ar_startblock), in xfs_bnobt_cmp_key_with_cur()
209 return cmp_int(be32_to_cpu(kp->ar_blockcount), rec->ar_blockcount) ?: in xfs_cntbt_cmp_key_with_cur()
210 cmp_int(be32_to_cpu(kp->ar_startblock), rec->ar_startblock); in xfs_cntbt_cmp_key_with_cur()
222 return cmp_int(be32_to_cpu(k1->alloc.ar_startblock), in xfs_bnobt_cmp_two_keys()
223 be32_to_cpu(k2->alloc.ar_startblock)); in xfs_bnobt_cmp_two_keys()
236 return cmp_int(be32_to_cpu(k1->alloc.ar_blockcount), in xfs_cntbt_cmp_two_keys()
237 be32_to_cpu(k2->alloc.ar_blockcount)) ?: in xfs_cntbt_cmp_two_keys()
[all …]
H A Dxfs_refcount_btree.c145 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()
172 ASSERT(cur->bc_group->xg_gno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
188 return cmp_int(be32_to_cpu(kp->rc_startblock), start); in xfs_refcountbt_cmp_key_with_cur()
200 return cmp_int(be32_to_cpu(k1->refc.rc_startblock), in xfs_refcountbt_cmp_two_keys()
201 be32_to_cpu(k2->refc.rc_startblock)); in xfs_refcountbt_cmp_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()
[all …]
H A Dxfs_da_btree.c149 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_da3_node_hdr_from_disk()
150 to->back = be32_to_cpu(from3->hdr.info.hdr.back); in xfs_da3_node_hdr_from_disk()
157 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_da3_node_hdr_from_disk()
158 to->back = be32_to_cpu(from->hdr.info.back); in xfs_da3_node_hdr_from_disk()
685 if (be32_to_cpu(node->hdr.info.forw) != addblk->blkno) { in xfs_da3_split()
699 if (be32_to_cpu(node->hdr.info.back) != addblk->blkno) { in xfs_da3_split()
962 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
963 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
964 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
1054 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
[all …]
/linux/arch/powerpc/boot/
H A 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/arch/powerpc/kvm/
H A 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/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_mem_maps.c419 if (be32_to_cpu(alg.adsp2.alg.id) == alg_id) { in cs_dsp_mock_xm_header_get_alg_base_in_words()
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()
436 if (be32_to_cpu(alg.halo.alg.id) == alg_id) { in cs_dsp_mock_xm_header_get_alg_base_in_words()
437 xm_base = be32_to_cpu(alg.halo.xm_base); in cs_dsp_mock_xm_header_get_alg_base_in_words()
438 ym_base = be32_to_cpu(alg.halo.ym_base); 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()
513 num_algs = be32_to_cpu(num_algs_be32); in cs_dsp_mock_xm_header_drop_from_regmap_cache()
[all …]
/linux/drivers/target/iscsi/
H A 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/drivers/mtd/ubi/
H A Dfastmap.c254 if (be32_to_cpu(new_vh->lnum) != aeb->lnum) { in update_vol()
255 if (be32_to_cpu(new_vh->lnum) < aeb->lnum) in update_vol()
286 if (av->highest_lnum == be32_to_cpu(new_vh->lnum)) in update_vol()
288 be32_to_cpu(new_vh->data_size); in update_vol()
311 if (av->highest_lnum <= be32_to_cpu(new_vh->lnum)) { in update_vol()
312 av->highest_lnum = be32_to_cpu(new_vh->lnum); in update_vol()
313 av->last_data_size = be32_to_cpu(new_vh->data_size); in update_vol()
317 av->used_ebs = be32_to_cpu(new_vh->used_ebs); in update_vol()
340 int vol_id = be32_to_cpu(new_vh->vol_id); in process_pool_aeb()
432 pnum = be32_to_cpu(pebs[i]); in scan_pool()
[all …]
H A Ddebug.c84 pr_err("\tmagic %#08x\n", be32_to_cpu(ec_hdr->magic)); in ubi_dump_ec_hdr()
87 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
88 pr_err("\tdata_offset %d\n", be32_to_cpu(ec_hdr->data_offset)); in ubi_dump_ec_hdr()
89 pr_err("\timage_seq %d\n", be32_to_cpu(ec_hdr->image_seq)); in ubi_dump_ec_hdr()
90 pr_err("\thdr_crc %#08x\n", be32_to_cpu(ec_hdr->hdr_crc)); in ubi_dump_ec_hdr()
103 pr_err("\tmagic %08x\n", be32_to_cpu(vid_hdr->magic)); in ubi_dump_vid_hdr()
108 pr_err("\tvol_id %d\n", be32_to_cpu(vid_hdr->vol_id)); in ubi_dump_vid_hdr()
109 pr_err("\tlnum %d\n", be32_to_cpu(vid_hdr->lnum)); in ubi_dump_vid_hdr()
110 pr_err("\tdata_size %d\n", be32_to_cpu(vid_hdr->data_size)); in ubi_dump_vid_hdr()
111 pr_err("\tused_ebs %d\n", be32_to_cpu(vid_hdr->used_ebs)); in ubi_dump_vid_hdr()
[all …]
/linux/include/rdma/
H A 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/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c135 if (be32_to_cpu(tl->length) > remaining - sizeof(*tl)) in nfp_traverse_tlvs()
138 total_tlv_size = sizeof(*tl) + be32_to_cpu(tl->length); in nfp_traverse_tlvs()
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()
222 u32 available_sz = be32_to_cpu(spec_csr->tl.length); in nfp_csr_spec_valid()
228 reg_width = be32_to_cpu(spec_csr->register_width); in nfp_csr_spec_valid()
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()
274 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length)); in nfp_add_tlv_size()
282 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length) * in nfp_add_tlv_size()
[all …]
/linux/fs/xfs/scrub/
H A Dagheader.c461 if (blocks != be32_to_cpu(agf->agf_freeblks)) in xchk_agf_xref_freeblks()
493 if (!have || blocks != be32_to_cpu(agf->agf_longest)) in xchk_agf_xref_cntbt()
518 if (blocks != be32_to_cpu(agf->agf_rmap_blocks)) in xchk_agf_xref_btreeblks()
543 if (btreeblks != be32_to_cpu(agf->agf_btreeblks)) in xchk_agf_xref_btreeblks()
562 if (blocks != be32_to_cpu(agf->agf_refcount_blocks)) in xchk_agf_xref_refcblks()
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()
[all …]
/linux/sound/firewire/dice/
H A 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/drivers/infiniband/hw/mthca/
H A 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/fs/hfsplus/
H A 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/drivers/net/wireless/ath/ath9k/
H A 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/drivers/usb/misc/
H A 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()
/linux/fs/hfs/
H A Dpart_tbl.c83 *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()
/linux/fs/affs/
H A Damigaffs.c42 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]); in affs_insert_hash()
48 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain); in affs_insert_hash()
94 hash_ino = be32_to_cpu(AFFS_HEAD(bh)->table[offset]); in affs_remove_hash()
102 affs_adjust_checksum(bh, be32_to_cpu(ino) - hash_ino); in affs_remove_hash()
112 hash_ino = be32_to_cpu(AFFS_TAIL(sb, bh)->hash_chain); in affs_remove_hash()
161 link_ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain); in affs_remove_link()
166 dir = affs_iget(sb, be32_to_cpu(AFFS_TAIL(sb, link_bh)->parent)); in affs_remove_link()
201 while ((ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain)) != 0) { in affs_remove_link()
205 affs_adjust_checksum(bh, be32_to_cpu(ino2) - link_ino); in affs_remove_link()
209 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_remove_link()
[all …]
/linux/fs/romfs/
H A Dsuper.c159 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_readdir()
187 nextfh = be32_to_cpu(ri.next); in romfs_readdir()
189 ino = be32_to_cpu(ri.spec); in romfs_readdir()
220 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_lookup()
240 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD) in romfs_lookup()
241 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_lookup()
247 offset = be32_to_cpu(ri.next) & ROMFH_MASK; in romfs_lookup()
288 nextfh = be32_to_cpu(ri.next); in romfs_iget()
292 pos = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_iget()
314 i->i_size = be32_to_cpu(ri.size); in romfs_iget()
[all …]
/linux/sound/firewire/motu/
H A Dmotu-protocol-v1.c141 parse_clock_rate_828(be32_to_cpu(reg), rate); in get_clock_rate_828()
176 return parse_clock_rate_896(be32_to_cpu(reg), rate); in get_clock_rate_896()
198 data = be32_to_cpu(reg) & CLK_828_STATUS_MASK; in set_clock_rate_828()
218 data = be32_to_cpu(reg); in set_clock_rate_896()
263 data = be32_to_cpu(reg) & CLK_828_STATUS_MASK; in get_clock_source_828()
302 data = be32_to_cpu(reg); in get_clock_source_896()
349 data = be32_to_cpu(reg) & CLK_828_STATUS_MASK; in switch_fetching_mode_828()
373 data = be32_to_cpu(reg); in switch_fetching_mode_896()
408 data = be32_to_cpu(reg) & CLK_828_STATUS_MASK; in detect_packet_formats_828()

12345678910>>...31