Searched refs:cpu_to_be32 (Results 1 - 25 of 245) sorted by path

12345678910

/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
H A Dmisc.h47 inline __u32 cpu_to_be32(__u32 cpu32);
/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
H A Dmisc.h48 inline __u32 cpu_to_be32(__u32 cpu32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dmisc.c106 cpu_to_be32(__u32 cpu32) function
H A Dmisc.h48 inline __u32 cpu_to_be32(__u32 cpu32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c1797 *(u32*)dec_key = cpu_to_be32(temp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Diomap.c93 __raw_writel(cpu_to_be32(val), addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c353 *(u32 *) cxt->p = cpu_to_be32(v);
454 u32 v = cpu_to_be32((u32) val);
497 *(u32 *) (p + 8) = cpu_to_be32(off + adj);
522 bph->magic = cpu_to_be32(OF_DT_HEADER);
523 bph->version = cpu_to_be32(0x10);
524 bph->last_comp_version = cpu_to_be32(0x10);
538 *(u32 *) p = cpu_to_be32(OF_DT_END);
639 bph->totalsize = cpu_to_be32(endp - p);
640 bph->off_mem_rsvmap = cpu_to_be32(cxt->rgn[FT_RSVMAP].start - p);
641 bph->off_dt_struct = cpu_to_be32(cx
[all...]
H A Dflatdevtree_env.h23 #define cpu_to_be32(x) (x) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Ducc_slow.c242 out_be32((u32 *) bd, cpu_to_be32(T_W));
254 out_be32((u32*)bd, cpu_to_be32(R_W));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-calgary.c770 writel(cpu_to_be32(val32), target);
831 writel(cpu_to_be32(val32), target);
865 writel(cpu_to_be32(val32), target);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Danubis.c660 dst[i] = cpu_to_be32(inter[i]);
H A Dblowfish.c361 out_blk[0] = cpu_to_be32(out32[0]);
362 out_blk[1] = cpu_to_be32(out32[1]);
395 out_blk[0] = cpu_to_be32(yr);
396 out_blk[1] = cpu_to_be32(yl);
H A Dcamellia.c1308 io_text[0] = cpu_to_be32(io[0]);
1309 io_text[1] = cpu_to_be32(io[1]);
1310 io_text[2] = cpu_to_be32(io[2]);
1311 io_text[3] = cpu_to_be32(io[3]);
1410 io_text[0] = cpu_to_be32(io[0]);
1411 io_text[1] = cpu_to_be32(io[1]);
1412 io_text[2] = cpu_to_be32(io[2]);
1413 io_text[3] = cpu_to_be32(io[3]);
1540 io_text[0] = cpu_to_be32(io[0]);
1541 io_text[1] = cpu_to_be32(i
[all...]
H A Dcast5.c641 dst[0] = cpu_to_be32(r);
642 dst[1] = cpu_to_be32(l);
693 dst[0] = cpu_to_be32(r);
694 dst[1] = cpu_to_be32(l);
H A Dcast6.c475 dst[0] = cpu_to_be32(block[0]);
476 dst[1] = cpu_to_be32(block[1]);
477 dst[2] = cpu_to_be32(block[2]);
478 dst[3] = cpu_to_be32(block[3]);
507 dst[0] = cpu_to_be32(block[0]);
508 dst[1] = cpu_to_be32(block[1]);
509 dst[2] = cpu_to_be32(block[2]);
510 dst[3] = cpu_to_be32(block[3]);
H A Dsha1.c104 dst[i] = cpu_to_be32(sctx->state[i]);
H A Dsha256.c290 bits[1] = cpu_to_be32(sctx->count[0]);
291 bits[0] = cpu_to_be32(sctx->count[1]);
303 dst[i] = cpu_to_be32(sctx->state[i]);
H A Dsha512.c244 bits[3] = cpu_to_be32(sctx->count[0]);
245 bits[2] = cpu_to_be32(sctx->count[1]);
246 bits[1] = cpu_to_be32(sctx->count[2]);
247 bits[0] = cpu_to_be32(sctx->count[3]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c110 __be32 be = cpu_to_be32 (data);
379 while (ptrs->out->request != cpu_to_be32 (SRB_COMPLETE)) {
536 cmd.request = cpu_to_be32 (SRB_FLUSH_BUFFER_Q);
537 cmd.args.flush.flags = cpu_to_be32 (pool << SRB_POOL_SHIFT);
585 rx.host_address = cpu_to_be32 (virt_to_bus (skb->data));
926 cmd.request = cpu_to_be32 (SRB_MODIFY_VC_RATE);
927 cmd.args.modify_rate.vc = cpu_to_be32 (vci); // vpi 0
928 cmd.args.modify_rate.rate = cpu_to_be32 (tx_rate_bits << SRB_RATE_SHIFT);
932 cmd.request = cpu_to_be32 (SRB_MODIFY_VC_FLAGS);
933 cmd.args.modify_flags.vc = cpu_to_be32 (vc
[all...]
H A Dfore200e.c1915 tmp.section_bip = cpu_to_be32(fore200e->stats->oc3.section_bip8_errors);
1916 tmp.line_bip = cpu_to_be32(fore200e->stats->oc3.line_bip24_errors);
1917 tmp.path_bip = cpu_to_be32(fore200e->stats->oc3.path_bip8_errors);
1918 tmp.line_febe = cpu_to_be32(fore200e->stats->oc3.line_febe_errors);
1919 tmp.path_febe = cpu_to_be32(fore200e->stats->oc3.path_febe_errors);
1920 tmp.corr_hcs = cpu_to_be32(fore200e->stats->oc3.corr_hcs_errors);
1921 tmp.uncorr_hcs = cpu_to_be32(fore200e->stats->oc3.ucorr_hcs_errors);
1922 tmp.tx_cells = cpu_to_be32(fore200e->stats->aal0.cells_transmitted) +
1923 cpu_to_be32(fore200e->stats->aal34.cells_transmitted) +
1924 cpu_to_be32(fore200
[all...]
H A Dhorizon.c1119 wr_regl (dev, TX_DESCRIPTOR_PORT_OFF, cpu_to_be32 (dev->tx_skb->len));
1123 wr_regl (dev, TX_DESCRIPTOR_REG_OFF, cpu_to_be32 (dev->tx_skb->len));
H A Diphase.c2120 mac1 = cpu_to_be32(le32_to_cpu(readl(
H A Dlanai.c1208 lvcc->tx.buf.ptr[-2] = cpu_to_be32((uu << 24) | (cpi << 16) | len);

Completed in 200 milliseconds

12345678910