Searched refs:cpu_to_be32 (Results 76 - 100 of 245) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dpart_tbl.c97 p->pdFSID == cpu_to_be32(0x54465331)/*"TFS1"*/ &&
H A Drecovery.c190 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
193 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
384 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
478 cpu_to_be32(JFS_MAGIC_NUMBER);
H A Drevoke.c572 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
573 header->h_blocktype = cpu_to_be32(JFS_REVOKE_BLOCK);
574 header->h_sequence = cpu_to_be32(transaction->t_tid);
585 cpu_to_be32(record->blocknr);
610 header->r_count = cpu_to_be32(offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c194 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
197 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
390 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
482 cpu_to_be32(JFS_MAGIC_NUMBER);
H A Drevoke.c574 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
575 header->h_blocktype = cpu_to_be32(JFS_REVOKE_BLOCK);
576 header->h_sequence = cpu_to_be32(transaction->t_tid);
587 cpu_to_be32(record->blocknr);
612 header->r_count = cpu_to_be32(offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_hwdep.h29 #define writel_be(data,addr) __raw_writel(cpu_to_be32(data),addr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dmisc.c106 cpu_to_be32(__u32 cpu32) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dmisc.c105 cpu_to_be32(__u32 cpu32) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dmisc.c106 cpu_to_be32(__u32 cpu32) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dpacker.c85 mask = cpu_to_be32(((1ull << desc[i].size_bits) - 1) << shift);
87 *addr = (*addr & ~mask) | (cpu_to_be32(val) & mask);
133 case 32: *(__be32 *) (structure + offset) = cpu_to_be32(val); break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c455 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS |
460 mpt_entry->flags |= cpu_to_be32(MTHCA_MPT_FLAG_PHYSICAL);
462 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12);
463 mpt_entry->key = cpu_to_be32(key);
464 mpt_entry->pd = cpu_to_be32(pd);
635 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS |
640 mpt_entry->page_size = cpu_to_be32(mr->attr.page_shift - 12);
641 mpt_entry->key = cpu_to_be32(key);
642 mpt_entry->pd = cpu_to_be32(pd);
755 mpt_entry.lkey = cpu_to_be32(ke
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_arch.h45 #define cpu_to_be32(val) ((__be32)(val)) macro
52 #define cpu_to_be32(val) (__swab32((__uint32_t)(val))) macro
180 *a = cpu_to_be32(be32_to_cpu(*a) + b);
H A Dxfs_alloc_btree.c546 rrblock->bb_leftsib = cpu_to_be32(lbno);
761 pp[ptr - 1] = cpu_to_be32(*bnop);
1345 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(nbno);
1400 new->bb_magic = cpu_to_be32(xfs_magics[cur->bc_btnum]);
1403 new->bb_leftsib = cpu_to_be32(NULLAGBLOCK);
1404 new->bb_rightsib = cpu_to_be32(NULLAGBLOCK);
1436 pp[0] = cpu_to_be32(lbno);
1437 pp[1] = cpu_to_be32(rbno);
1633 right->bb_magic = cpu_to_be32(xfs_magics[cur->bc_btnum]);
1690 left->bb_rightsib = cpu_to_be32(rbn
[all...]
H A Dxfs_ialloc_btree.c493 rrblock->bb_leftsib = cpu_to_be32(lbno);
685 pp[ptr - 1] = cpu_to_be32(*bnop);
1234 agi->agi_root = cpu_to_be32(args.agbno);
1288 new->bb_magic = cpu_to_be32(xfs_magics[cur->bc_btnum]);
1291 new->bb_leftsib = cpu_to_be32(NULLAGBLOCK);
1292 new->bb_rightsib = cpu_to_be32(NULLAGBLOCK);
1313 pp[0] = cpu_to_be32(lbno);
1314 pp[1] = cpu_to_be32(rbno);
1523 right->bb_magic = cpu_to_be32(xfs_magics[cur->bc_btnum]);
1570 left->bb_rightsib = cpu_to_be32(arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dqp.c132 context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
136 *(__be32 *) mailbox->buf = cpu_to_be32(optpar);
140 cpu_to_be32(qp->qpn);
H A Dsrq.c141 srq_context->state_logsize_srqn = cpu_to_be32((ilog2(srq->max) << 24) |
148 srq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
149 srq_context->pd = cpu_to_be32(pdn);
H A Dmr.c323 mpt_entry->flags = cpu_to_be32(MLX4_MPT_FLAG_SW_OWNS |
328 mpt_entry->key = cpu_to_be32(key_to_hw_index(mr->key));
329 mpt_entry->pd = cpu_to_be32(mr->pd);
332 mpt_entry->entity_size = cpu_to_be32(mr->mtt.page_shift);
334 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_PHYSICAL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dipr.c496 cpu_to_be32(dma_addr + offsetof(struct ipr_cmnd, ioadl));
702 ipr_cmd->ioasa.ioasc = cpu_to_be32(IPR_IOASC_IOA_WAS_RESET);
703 ipr_cmd->ioasa.ilid = cpu_to_be32(IPR_DRIVER_ILID);
822 ioarcb->res_handle = cpu_to_be32(IPR_IOA_RES_HANDLE);
829 ioarcb->read_data_transfer_length = cpu_to_be32(sizeof(hostrcb->hcam));
830 ioarcb->read_ioadl_len = cpu_to_be32(sizeof(struct ipr_ioadl_desc));
832 cpu_to_be32(IPR_IOADL_FLAGS_READ_LAST | sizeof(hostrcb->hcam));
833 ipr_cmd->ioadl[0].address = cpu_to_be32(hostrcb->hostrcb_dma);
1690 hostrcb->hcam.length = cpu_to_be32(sizeof(hostrcb->hcam.u.raw));
2009 *dest = cpu_to_be32(read
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drevoke.c575 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);
576 header->h_blocktype = cpu_to_be32(JBD2_REVOKE_BLOCK);
577 header->h_sequence = cpu_to_be32(transaction->t_tid);
594 cpu_to_be32(record->blocknr);
621 header->r_count = cpu_to_be32(offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c491 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC);
492 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH);
493 lh->lh_header.mh_format = cpu_to_be32(GFS2_FORMAT_LH);
495 lh->lh_flags = cpu_to_be32(flags);
496 lh->lh_tail = cpu_to_be32(tail);
497 lh->lh_blkno = cpu_to_be32(sdp->sd_log_flush_head);
499 lh->lh_hash = cpu_to_be32(hash);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c394 cpu_to_be32((6 << 28) |
450 ohdr->bth[0] = cpu_to_be32(bth0);
457 cpu_to_be32(wr->wr.ud.remote_qpn);
458 ohdr->bth[2] = cpu_to_be32(qp->s_next_psn++ & IPATH_PSN_MASK);
463 ohdr->u.ud.deth[0] = cpu_to_be32((int)wr->wr.ud.remote_qkey < 0 ?
465 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
H A Dipath_rc.c141 cpu_to_be32(e->atomic_data >> 32);
143 cpu_to_be32(e->atomic_data);
179 cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) |
322 cpu_to_be32(wqe->wr.wr.rdma.rkey);
323 ohdr->u.rc.reth.length = cpu_to_be32(len);
373 cpu_to_be32(wqe->wr.wr.rdma.rkey);
374 ohdr->u.rc.reth.length = cpu_to_be32(len);
412 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32(
414 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32(
416 ohdr->u.atomic_eth.rkey = cpu_to_be32(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dvote.c190 response.r_hdr.h_node_num = cpu_to_be32(osb->node_num);
191 response.r_response = cpu_to_be32(vote_response);
477 hdr->h_node_num = cpu_to_be32(osb->node_num);
478 hdr->h_request = cpu_to_be32(type);
480 hdr->h_generation = cpu_to_be32(generation);
499 hdr->h_response_id = cpu_to_be32(response_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cm.c101 cpu_to_be32(iw_param->private_data_len);
156 wr.backlog = cpu_to_be32(backlog);
338 wr->private_data_length = cpu_to_be32(iw_param->private_data_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c127 if (sbi->s_creator != cpu_to_be32(0x3f3f3f3f))
129 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f))
222 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */

Completed in 296 milliseconds

12345678910