Home
last modified time | relevance | path

Searched refs:ENDIAN (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/samples/seccomp/
H A Dbpf-helper.h89 #define ENDIAN(_lo, _hi) _lo, _hi macro
92 #define ENDIAN(_lo, _hi) _hi, _lo macro
98 __u32 ENDIAN(lo32, hi32);
/linux-6.15/tools/lib/bpf/
H A Dlibbpf_errno.c28 [ERRCODE_OFFSET(ENDIAN)] = "Endian mismatch",
/linux-6.15/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c70 CI(endian, ENDIAN); in set_cpuinfo_pvr_full()
/linux-6.15/include/linux/mtd/
H A Dsh_flctl.h48 #define ENDIAN (0x1 << 16) /* 1 = little endian */ macro
/linux-6.15/drivers/dma/
H A Dpxa_dma.c248 PXA_DCMD_STR(ENDIAN), burst, width, in descriptors_show()
297 PXA_DCMD_STR(ENDIAN), burst, width, dcmd & PXA_DCMD_LENGTH); in chan_state_show()
/linux-6.15/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c951 reg |= USB_CTRL_MASK_FAMILY(params, SETUP, ENDIAN); in usb_init_eohci()