Home
last modified time | relevance | path

Searched refs:LE (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt18 peripheral always needs to be accessed in little endian (LE) mode.
20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel,
30 default to LE for their MMIO accesses.
33 Scenario 1 : CPU in LE mode & device in LE mode.
41 Scenario 2 : CPU in LE mode & device in BE mode.
57 Scenario 4 : CPU in BE mode & device in LE mode.
/openbmc/u-boot/cmd/
H A Ditest.c25 #define LE 4 macro
47 { "-le", LE },
48 { "<=" , LE },
123 case LE: return (p <= 0); in stringcomp()
141 case LE: return (l <= r); in arithcomp()
/openbmc/linux/arch/arm/mach-mvebu/
H A Dpmsu_ll.S29 ARM_BE8(setend be ) @ go BE8 if entered LE
45 ARM_BE8(setend be ) @ go BE8 if entered LE
62 ARM_BE8(rev r0, r0) @ the value is stored LE
H A Dheadsmp.S29 ARM_BE8(setend be ) @ go BE8 if entered LE
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-powerpc64.txt27 Checking if can we convert from CP850 to UCS-2LE: (255, "")
28 Checking if can we convert from IBM850 to UCS-2LE: (255, "")
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-powerpc64le.txt27 Checking if can we convert from CP850 to UCS-2LE: (255, "")
28 Checking if can we convert from IBM850 to UCS-2LE: (255, "")
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-aarch64.txt27 Checking if can we convert from CP850 to UCS-2LE: OK
28 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-mips64el.txt27 Checking if can we convert from CP850 to UCS-2LE: OK
28 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-powerpc.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-aarch64_be.txt27 Checking if can we convert from CP850 to UCS-2LE: OK
28 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-mips.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-riscv32.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-armeb.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-x86_64.txt27 Checking if can we convert from CP850 to UCS-2LE: OK
28 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-mipsel.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-i686.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-mips64.txt27 Checking if can we convert from CP850 to UCS-2LE: OK
28 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-riscv64.txt27 Checking if can we convert from CP850 to UCS-2LE: OK
28 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-i586.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
H A Dcross-answers-arm.txt28 Checking if can we convert from CP850 to UCS-2LE: OK
29 Checking if can we convert from UTF-8 to UCS-2LE: OK
/openbmc/qemu/target/ppc/
H A Dmem_helper.c35 return FIELD_EX64(env->msr, MSR, LE); in needs_byteswap()
37 return !FIELD_EX64(env->msr, MSR, LE); in needs_byteswap()
402 if (FIELD_EX64(env->msr, MSR, LE)) { \
429 if (FIELD_EX64(env->msr, MSR, LE)) { \ in LVE()
463 if (FIELD_EX64(env->msr, MSR, LE) && !lj) { \
494 if (FIELD_EX64(env->msr, MSR, LE) && !lj) { \
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-trap.c49 #define LE 1UL macro
114 if (thread_endianness == LE) { in trap_signal_handler()
/openbmc/linux/arch/s390/crypto/
H A Dcrc32le-vx.S63 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask
72 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm-fsl-ftm.txt10 Vybrid | LE
12 LS2 | LE
/openbmc/linux/arch/riscv/include/asm/
H A Dimage.h16 #error conversion of header fields to LE not yet implemented

1234