/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | common-properties.txt | 18 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 D | itest.c | 25 #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 D | pmsu_ll.S | 29 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 D | headsmp.S | 29 ARM_BE8(setend be ) @ go BE8 if entered LE
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
H A D | cross-answers-powerpc64.txt | 27 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 D | cross-answers-powerpc64le.txt | 27 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 D | cross-answers-aarch64.txt | 27 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 D | cross-answers-mips64el.txt | 27 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 D | cross-answers-powerpc.txt | 28 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 D | cross-answers-aarch64_be.txt | 27 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 D | cross-answers-mips.txt | 28 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 D | cross-answers-riscv32.txt | 28 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 D | cross-answers-armeb.txt | 28 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 D | cross-answers-x86_64.txt | 27 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 D | cross-answers-mipsel.txt | 28 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 D | cross-answers-i686.txt | 28 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 D | cross-answers-mips64.txt | 27 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 D | cross-answers-riscv64.txt | 27 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 D | cross-answers-i586.txt | 28 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 D | cross-answers-arm.txt | 28 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 D | mem_helper.c | 35 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 D | tm-trap.c | 49 #define LE 1UL macro 114 if (thread_endianness == LE) { in trap_signal_handler()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | crc32le-vx.S | 63 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask 72 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | pwm-fsl-ftm.txt | 10 Vybrid | LE 12 LS2 | LE
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | image.h | 16 #error conversion of header fields to LE not yet implemented
|