Searched refs:endian (Results 51 - 75 of 119) sorted by relevance

12345

/linux-master/tools/testing/selftests/hid/
H A DMakefile182 MENDIAN=$(if $(IS_LITTLE_ENDIAN),-mlittle-endian,-mbig-endian)
/linux-master/drivers/usb/gadget/udc/
H A Dm66592-udc.c589 unsigned int endian; local
592 if (m66592->pdata->endian)
593 endian = 0; /* big endian */
595 endian = M66592_LITTLE; /* little endian */
611 m66592_bset(m66592, endian, M66592_CFBCFG);
612 m66592_bset(m66592, endian, M66592_D0FBCFG);
616 if (m66592->pdata->endian)
617 endian
[all...]
/linux-master/scripts/
H A Drecordmcount.c525 static unsigned int const endian = 1; local
531 if (*(unsigned char const *)&endian != 1) {
532 /* main() is big endian, file.o is little endian. */
544 if (*(unsigned char const *)&endian != 0) {
545 /* main() is little endian, file.o is big endian. */
/linux-master/arch/arm/
H A DMakefile45 KBUILD_CPPFLAGS += -mbig-endian
49 KBUILD_CPPFLAGS += -mlittle-endian
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c4 #include <endian.h>
281 fprintf(stderr, "vmlinux is not little endian?\n");
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c30 #define _DEFAULT_SOURCE /* for endian.h */
32 #include <endian.h>
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c10 #include <endian.h>
/linux-master/arch/arm/nwfpe/
H A Dentry.S133 ARM_BE8(rev r0, r0) @ little endian instruction
/linux-master/drivers/iommu/
H A Domap-iommu.h25 u32 endian, elsz, mixed; member in struct:iotlb_entry
/linux-master/arch/mips/
H A DMakefile513 $(foreach bits,$(1),$(foreach rev,$(2),$(foreach endian,$(3),
514 target := $(bits)$(rev)$(filter el,$(endian))_defconfig
517 $$(target): $(generic_config_dir)/$(endian).config
525 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c57 #include <endian.h>
59 #include <machine/endian.h>
/linux-master/arch/arm/kernel/
H A Dhead.S549 ARM_BE8(rev r0, r0) @ byteswap if big endian
578 THUMB( mov r6, r6, ror #16 ) @ Convert word order for big-endian.
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c28 #define _BSD_SOURCE /* for endian.h */
30 #include <endian.h>
/linux-master/arch/um/drivers/
H A Dcow_user.c14 #include <endian.h>
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h15 #include <endian.h>
83 * conveniently access the register fields for endian conversions.
420 * because of the endian conversion. P9 processor may run either as
421 * Little or Big endian. However the NX coprocessor regs are always
422 * big endian.
/linux-master/fs/hpfs/
H A Dhpfs.h24 #error unknown endian
248 Bit order in the maps is little-endian. 0 means taken, 1 means free.
/linux-master/tools/bootconfig/
H A Dmain.c13 #include <endian.h>
/linux-master/samples/seccomp/
H A Dbpf-helper.h19 #include <endian.h>
/linux-master/arch/arc/net/
H A Dbpf_jit.h158 * desired "endian"ness and the host endianness.
162 u8 gen_swap(u8 *buf, u8 rd, u8 size, u8 endian, bool force, bool do_zext);
/linux-master/sound/pci/asihpi/
H A Dhpi6000.c640 u32 endian = 0; local
662 * set RST3-=1 to disconnect HAD8 to set DSP in little endian mode
664 endian = 0;
689 * Little endian can be set by pullup
691 dw2040_reset = dw2040_reset & (~(endian << 3));
703 /* set HAD8 back to PCI2040, now that DSP set to little endian mode */
714 /* set control reg for little endian, HWOB=1 */
/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c815 u32 endian; local
820 /* flush endian modifications before status update */
838 endian = readl(&bda->bda_pci_endian);
839 WARN(endian != QTN_PCI_LITTLE_ENDIAN,
/linux-master/include/linux/usb/
H A Dr8a66597.h33 /* set one = big endian, set zero = little endian */
34 unsigned endian:1; member in struct:r8a66597_platdata
208 #define BIGEND 0x0100 /* b8: Big endian mode */
/linux-master/tools/lib/bpf/
H A Dbtf.h135 LIBBPF_API int btf__set_endianness(struct btf *btf, enum btf_endianness endian);
/linux-master/include/acpi/
H A Dacrestyp.h464 ACPI_RESOURCE_SERIAL_COMMON u8 endian; member in struct:acpi_resource_uart_serialbus
/linux-master/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c9 #include <endian.h>

Completed in 274 milliseconds

12345