Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/misc/
H A Dgen-glibc-locales.mk17 --$(ENDIAN)-endian \
32 --$(ENDIAN)-endian \
/OK3568_Linux_fs/buildroot/package/flashrom/
H A D0001-Makefile-Fix-building-on-AArch64-NixOS.patch19 TARGET_OS, ARCH and ENDIAN variables, respectively, output
73 -override ENDIAN := $(strip $(call debug_shell,$(CC) $(CPPFLAGS) -E endiantest.c 2>/dev/null | grep…
76 +override ENDIAN := $(strip $(call debug_shell,$(CC) $(CPPFLAGS) -E endiantest.c 2>/dev/null \
80 ifneq ($(ARCH)-little, $(filter $(ARCH),x86 mips)-$(ENDIAN))
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf_errno.c27 [ERRCODE_OFFSET(ENDIAN)] = "Endian mismatch",
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c70 CI(endian, ENDIAN); in set_cpuinfo_pvr_full()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dsh_flctl.h48 #define ENDIAN (0x1 << 16) /* 1 = little endian */ macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc911x.h274 #define ENDIAN 0x98 macro
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpxa_dma.c247 PXA_DCMD_STR(ENDIAN), burst, width, in descriptors_show()
297 PXA_DCMD_STR(ENDIAN), burst, width, dcmd & PXA_DCMD_LENGTH); in chan_state_show()
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c896 reg |= USB_CTRL_MASK_FAMILY(params, SETUP, ENDIAN); in usb_init_eohci()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc911x.h503 #define ENDIAN (0x98) macro
/OK3568_Linux_fs/buildroot/
H A DMakefile706 ENDIAN=$(call LOWERCASE,$(BR2_ENDIAN)) \