Searched defs:cpu_to_le32 (Results 1 - 8 of 8) sorted by relevance

/external/libsepol/src/
H A Dprivate.h27 #define cpu_to_le32(x) (x) macro
34 #define cpu_to_le32(x) bswap_32(x) macro
/external/linux-tools-perf/util/include/linux/
H A Dkernel.h69 #define cpu_to_le32(x) (x) macro
/external/grub/stage2/
H A Dmd5.c41 #define cpu_to_le32(x) (x) macro
42 #define le32_to_cpu(x) cpu_to_le32(x)
191 *(UINT4 *) (buffer + 56) = cpu_to_le32 (8 * length);
196 state[i] = cpu_to_le32 (state[i]);
/external/kernel-headers/original/linux/byteorder/
H A Dgeneric.h93 #define cpu_to_le32 __cpu_to_le32 macro
/external/grub/netboot/
H A Dfa311.c41 #define cpu_to_le32(val) (val) macro
43 #define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
258 dev->rx_ring[entry].cmd_status = cpu_to_le32(dev->rx_buf_sz);
297 dev->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | len);
408 dev->rx_ring[i].cmd_status = cpu_to_le32(dev->rx_buf_sz);
H A Dnatsemi.c85 #define cpu_to_le32(val) (val)
84 #define cpu_to_le32 macro
H A Dtulip.c130 #define cpu_to_le32(val) (val)
920 rx_ring[i].status = cpu_to_le32(0x80000000);
921 rx_ring[i].length = cpu_to_le32(BUFLEN);
926 rx_ring[i-1].length = cpu_to_le32(DESC_RING_WRAP | BUFLEN);
943 tx_ring[1].length = cpu_to_le32(DESC_RING_WRAP | BUFLEN);
992 u32 addr_low = cpu_to_le32(get_unaligned((u32 *)nic->node_addr));
993 u32 addr_high = cpu_to_le32(get_unaligned((u16 *)(nic->node_addr+4)));
1027 tx_ring[0].length = cpu_to_le32(tx_flags);
1029 tx_ring[0].status = cpu_to_le32(0x80000000);
1103 tx_ring[0].length = cpu_to_le32(
129 #define cpu_to_le32 macro
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1534 static inline uint32_t cpu_to_le32(uint32_t x) function
1552 h->length = cpu_to_le32(len);
1562 h->oem_revision = cpu_to_le32(1);
1568 h->asl_compiler_revision = cpu_to_le32(1);
1630 numamem->flags = cpu_to_le32(!!enabled);
1745 rsdp->rsdt_physical_address = cpu_to_le32(rsdt_addr);
1750 fadt->firmware_ctrl = cpu_to_le32(facs_addr);
1751 fadt->dsdt = cpu_to_le32(dsdt_addr);
1755 fadt->smi_cmd = cpu_to_le32(SMI_CMD_IO_ADDR);
1758 fadt->pm1a_evt_blk = cpu_to_le32(pm_io_bas
[all...]

Completed in 170 milliseconds