Searched refs:ENDIAN (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | gen-glibc-locales.mk | 17 --$(ENDIAN)-endian \ 32 --$(ENDIAN)-endian \
|
| /OK3568_Linux_fs/buildroot/package/flashrom/ |
| H A D | 0001-Makefile-Fix-building-on-AArch64-NixOS.patch | 19 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 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);
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf_errno.c | 27 [ERRCODE_OFFSET(ENDIAN)] = "Endian mismatch",
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/cpu/ |
| H A D | cpuinfo-pvr-full.c | 70 CI(endian, ENDIAN); in set_cpuinfo_pvr_full()
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | sh_flctl.h | 48 #define ENDIAN (0x1 << 16) /* 1 = little endian */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc911x.h | 274 #define ENDIAN 0x98 macro
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/phy/broadcom/ |
| H A D | phy-brcm-usb-init.c | 896 reg |= USB_CTRL_MASK_FAMILY(params, SETUP, ENDIAN); in usb_init_eohci()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc911x.h | 503 #define ENDIAN (0x98) macro
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile | 706 ENDIAN=$(call LOWERCASE,$(BR2_ENDIAN)) \
|