Searched refs:ENDIAN (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/samples/seccomp/ |
H A D | bpf-helper.h | 89 #define ENDIAN(_lo, _hi) _lo, _hi macro 92 #define ENDIAN(_lo, _hi) _hi, _lo macro 98 __u32 ENDIAN(lo32, hi32);
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_errno.c | 28 [ERRCODE_OFFSET(ENDIAN)] = "Endian mismatch",
|
/openbmc/linux/arch/microblaze/kernel/cpu/ |
H A D | cpuinfo-pvr-full.c | 70 CI(endian, ENDIAN); in set_cpuinfo_pvr_full()
|
/openbmc/linux/include/linux/mtd/ |
H A D | sh_flctl.h | 48 #define ENDIAN (0x1 << 16) /* 1 = little endian */ macro
|
/openbmc/qemu/hw/ssi/ |
H A D | xilinx_spips.c | 163 FIELD(GQSPI_CNFG, ENDIAN, 26, 1) 954 ret = ARRAY_FIELD_EX32(s->regs, GQSPI_CNFG, ENDIAN) ? in xlnx_zynqmp_qspips_read() 957 if (!ARRAY_FIELD_EX32(s->regs, GQSPI_CNFG, ENDIAN)) { in xlnx_zynqmp_qspips_read() 1097 ARRAY_FIELD_EX32(s->regs, GQSPI_CNFG, ENDIAN)); in xlnx_zynqmp_qspips_write()
|
/openbmc/u-boot/drivers/net/ |
H A D | smc911x.h | 273 #define ENDIAN 0x98 macro
|
/openbmc/linux/drivers/dma/ |
H A D | pxa_dma.c | 247 PXA_DCMD_STR(ENDIAN), burst, width, in descriptors_show() 297 PXA_DCMD_STR(ENDIAN), burst, width, dcmd & PXA_DCMD_LENGTH); in chan_state_show()
|
/openbmc/linux/drivers/phy/broadcom/ |
H A D | phy-brcm-usb-init.c | 954 reg |= USB_CTRL_MASK_FAMILY(params, SETUP, ENDIAN); in usb_init_eohci()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 2015 FIELD(ID_ISAR1, ENDIAN, 0, 4)
|