Symbol: cpu_to_le32
usr/src/grub/grub-0.97/netboot/epic100.c
14
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/epic100.c
269
rx_ring[i].status = cpu_to_le32(RRING_OWN); /* Owned by Epic chip */
usr/src/grub/grub-0.97/netboot/epic100.c
270
rx_ring[i].buflength = cpu_to_le32(PKT_BUF_SZ);
usr/src/grub/grub-0.97/netboot/epic100.c
284
tx_ring[i].buflength = 0x0000 | cpu_to_le32(TD_STDFLAGS << 16);
usr/src/grub/grub-0.97/netboot/epic100.c
337
tx_ring[entry].buflength |= cpu_to_le32(len);
usr/src/grub/grub-0.97/netboot/epic100.c
338
tx_ring[entry].status = cpu_to_le32(len << 16) |
usr/src/grub/grub-0.97/netboot/epic100.c
339
cpu_to_le32(TRING_OWN); /* Pass ownership to the chip. */
usr/src/grub/grub-0.97/netboot/epic100.c
375
if ((rx_ring[entry].status & cpu_to_le32(RRING_OWN)) == RRING_OWN)
usr/src/grub/grub-0.97/netboot/forcedeth.c
71
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/ns83820.c
517
rx_ring[i].cmdsts = cpu_to_le32(REAL_RX_BUF_SIZE);
usr/src/grub/grub-0.97/netboot/ns83820.c
518
rx_ring[i].extsts = cpu_to_le32(0);
usr/src/grub/grub-0.97/netboot/ns83820.c
578
tx_ring[i].cmdsts = cpu_to_le32(0);
usr/src/grub/grub-0.97/netboot/ns83820.c
579
tx_ring[i].extsts = cpu_to_le32(0);
usr/src/grub/grub-0.97/netboot/ns83820.c
66
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/ns83820.c
666
rx_ring[i].cmdsts = cpu_to_le32(REAL_RX_BUF_SIZE);
usr/src/grub/grub-0.97/netboot/ns83820.c
698
rx_ring[entry].cmdsts = cpu_to_le32(CMDSTS_OWN);
usr/src/grub/grub-0.97/netboot/ns83820.c
746
tx_ring[cur_tx].extsts = cpu_to_le32(extsts);
usr/src/grub/grub-0.97/netboot/ns83820.c
748
cmdsts = cpu_to_le32(0);
usr/src/grub/grub-0.97/netboot/ns83820.c
749
cmdsts |= cpu_to_le32(CMDSTS_OWN | s);
usr/src/grub/grub-0.97/netboot/ns83820.c
750
tx_ring[cur_tx].cmdsts = cpu_to_le32(cmdsts);
usr/src/grub/grub-0.97/netboot/pcnet32.c
73
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/r8169.c
73
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/sundance.c
365
rx_ring[i].length = cpu_to_le32(PKT_BUF_SZ | LastFrag);
usr/src/grub/grub-0.97/netboot/sundance.c
382
tx_ring[1].length = cpu_to_le32(LastFrag | PKT_BUF_SZ);
usr/src/grub/grub-0.97/netboot/sundance.c
503
rx_ring[entry].length = cpu_to_le32(PKT_BUF_SZ | LastFrag);
usr/src/grub/grub-0.97/netboot/sundance.c
538
tx_ring[0].length = cpu_to_le32(s | LastFrag);
usr/src/grub/grub-0.97/netboot/sundance.c
539
tx_ring[0].status = cpu_to_le32(0x00000001);
usr/src/grub/grub-0.97/netboot/sundance.c
65
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/tlan.c
71
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/tulip.c
1028
tx_ring[0].length = cpu_to_le32(tx_flags);
usr/src/grub/grub-0.97/netboot/tulip.c
1030
tx_ring[0].status = cpu_to_le32(0x80000000);
usr/src/grub/grub-0.97/netboot/tulip.c
1104
tx_ring[0].length = cpu_to_le32(0x60000000 | s);
usr/src/grub/grub-0.97/netboot/tulip.c
1105
tx_ring[0].status = cpu_to_le32(0x80000000);
usr/src/grub/grub-0.97/netboot/tulip.c
908
rx_ring[i].status = cpu_to_le32(0x80000000);
usr/src/grub/grub-0.97/netboot/tulip.c
909
rx_ring[i].length = cpu_to_le32(BUFLEN);
usr/src/grub/grub-0.97/netboot/tulip.c
914
rx_ring[i-1].length = cpu_to_le32(DESC_RING_WRAP | BUFLEN);
usr/src/grub/grub-0.97/netboot/tulip.c
931
tx_ring[1].length = cpu_to_le32(DESC_RING_WRAP | BUFLEN);
usr/src/grub/grub-0.97/netboot/tulip.c
993
u32 addr_low = cpu_to_le32(get_unaligned((u32 *)nic->node_addr));
usr/src/grub/grub-0.97/netboot/tulip.c
994
u32 addr_high = cpu_to_le32(get_unaligned((u16 *)(nic->node_addr+4)));
usr/src/grub/grub-0.97/stage2/md5.c
191
*(UINT4 *) (buffer + 56) = cpu_to_le32 (8 * length);
usr/src/grub/grub-0.97/stage2/md5.c
196
state[i] = cpu_to_le32 (state[i]);
usr/src/grub/grub-0.97/stage2/md5.c
42
#define le32_to_cpu(x) cpu_to_le32(x)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
1013
(__force u32)cpu_to_le32(last.word));
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3194
cpu_to_le32(data));
usr/src/uts/common/io/cxgbe/common/t4_hw.c
967
(__force u32)cpu_to_le32(*buf++));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5435
mac_iocb_ptr->frame_len = (uint32_t)cpu_to_le32(msg_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5509
cpu_to_le32(
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5512
cpu_to_le32(
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5522
(uint32_t)cpu_to_le32(dma_cookie.dmac_size);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5525
cpu_to_le32(LS_64BITS(phys_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5527
cpu_to_le32(MS_64BITS(phys_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5545
(cpu_to_le32((sizeof (struct oal_entry) *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5548
last_oal_entry->buf_len = cpu_to_le32(
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5579
mac_iocb_ptr->frame_len = (uint32_t)cpu_to_le32(msg_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5586
phy_addr_low = cpu_to_le32(LS_64BITS(phys_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5587
phy_addr_high = cpu_to_le32(MS_64BITS(phys_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5593
cpu_to_le32(msg_len | OAL_LAST_ENTRY);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6458
cpu_to_le32(LS_64BITS(rx_ring->cq_dma.dma_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6460
cpu_to_le32(MS_64BITS(rx_ring->cq_dma.dma_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6463
cpu_to_le32(LS_64BITS(rx_ring->prod_idx_sh_reg_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6465
cpu_to_le32(MS_64BITS(rx_ring->prod_idx_sh_reg_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6488
cpu_to_le32(LS_64BITS(rx_ring->lbq_base_indirect_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6490
cpu_to_le32(MS_64BITS(rx_ring->lbq_base_indirect_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6516
cpu_to_le32(LS_64BITS(rx_ring->sbq_base_indirect_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6518
cpu_to_le32(MS_64BITS(rx_ring->sbq_base_indirect_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6662
wqicb->wq_addr_lo = cpu_to_le32(LS_64BITS(tx_ring->wq_dma.dma_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6663
wqicb->wq_addr_hi = cpu_to_le32(MS_64BITS(tx_ring->wq_dma.dma_addr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6665
cpu_to_le32(LS_64BITS(tx_ring->cnsmr_idx_sh_reg_dma));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6667
cpu_to_le32(MS_64BITS(tx_ring->cnsmr_idx_sh_reg_dma));
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge.h
90
#define le32_to_cpu(x) cpu_to_le32(x)