| /linux/Documentation/translations/zh_CN/arch/riscv/ |
| H A D | boot-image-header.rst | 27 u64 text_offset; /* Image load offset, little endian */ 28 u64 image_size; /* Effective Image size, little endian */ 29 u64 flags; /* kernel flags, little endian */ 33 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */ 34 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls208xa.dtsi | 272 little-endian; 286 little-endian; 356 little-endian; 521 little-endian; 528 little-endian; 540 little-endian; 552 little-endian; 565 little-endian; 578 little-endian; 591 little-endian; [all …]
|
| H A D | fsl-lx2160a.dtsi | 434 little-endian; 441 little-endian; 687 little-endian; 701 little-endian; 739 little-endian; 938 little-endian; 953 little-endian; 1035 little-endian; 1046 little-endian; 1057 little-endian; [all …]
|
| H A D | fsl-ls1088a.dtsi | 234 little-endian; 245 little-endian; 328 little-endian; 368 little-endian; 379 little-endian; 390 little-endian; 401 little-endian; 412 little-endian; 486 little-endian; 784 little-endian; [all …]
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | common-properties.txt | 16 - little-endian: Boolean; force little endian register accesses 18 peripheral always needs to be accessed in little endian (LE) mode. 27 In such cases, little-endian is the preferred default, but it is not 28 a requirement. Some implementations assume that little-endian is 62 little-endian;
|
| /linux/Documentation/arch/riscv/ |
| H A D | boot-image-header.rst | 14 u64 text_offset; /* Image load offset, little endian */ 15 u64 image_size; /* Effective Image size, little endian */ 16 u64 flags; /* kernel flags, little endian */ 20 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */ 21 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mux-reg.txt | 18 - little-endian: The existence indicates the register is in little endian. 20 If both little-endian and big-endian are omitted, the endianness of the 45 little-endian; /* little endian register on PCIe */
|
| /linux/Documentation/devicetree/bindings/regmap/ |
| H A D | regmap.txt | 5 little-endian, 10 Regmap defaults to little-endian register access on MMIO based 16 On SoCs that can be operated in both big-endian and little-endian
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-sdr-ru12le.rst | 11 Real unsigned 12-bit little endian sample 18 represented as a 12 bit unsigned little endian number. Sample is stored
|
| H A D | pixfmt-sdr-cu16le.rst | 11 Complex unsigned 16-bit little endian IQ sample 19 and Q are represented as a 16 bit unsigned little endian number. I value
|
| H A D | pixfmt-sdr-cs14le.rst | 10 Complex signed 14-bit little endian IQ sample 18 and Q are represented as a 14 bit signed little endian number. I value
|
| H A D | pixfmt-y12i.rst | 18 in a 24-bit word in the little-endian order. On a little-endian machine
|
| H A D | metafmt-generic.rst | 70 This format is little endian. 114 This format is little endian. 155 This format is little endian. 202 This format is little endian. 251 This format is little endian. 304 This format is little endian.
|
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | trace_marker_raw.tc | 17 little=`is_little_endian` 23 if [ $little -eq 1 ]; then
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | Kconfig | 8 # Fields of HW and management structures are little endian and are 18 The driver is supported on X86_64 and ARM64 little endian.
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | sm501fb.txt | 19 - little-endian: available on big endian systems, to 21 - big-endian: available on little endian systems, to
|
| /linux/Documentation/wmi/ |
| H A D | acpi-interface.rst | 123 ``string`` Starts with an unsigned 16-bit little endian integer specifying 2 bytes 132 ``sint16`` Signed 16-bit little endian integer. 2 bytes 133 ``uint16`` Unsigned 16-bit little endian integer. 2 bytes 134 ``sint32`` Signed 32-bit little endian integer. 4 bytes 135 ``uint32`` Unsigned 32-bit little endian integer. 4 bytes 136 ``sint64`` Signed 64-bit little endian integer. 8 bytes 137 ``uint64`` Unsigned 64-bit little endian integer. 8 bytes
|
| /linux/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | guts.txt | 28 - little-endian : Indicates that the global utilities block is little
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-scmi-raw | 7 in little-endian binary format to have it sent to the configured 22 in little-endian binary format to have it sent to the configured 40 little-endian binary format to have it sent to the configured 56 (header included) in little-endian binary format to have it sent 110 in little-endian binary format to have it sent to the configured 134 in little-endian binary format to have it sent to the configured 162 little-endian binary format to have it sent to the configured 187 (header included) in little-endian binary format to have it sent
|
| H A D | sysfs-kernel-cpu_byteorder | 11 "little", "big"
|
| /linux/Documentation/scheduler/ |
| H A D | sched-energy.rst | 152 composed of two CPUs each. CPU0 and CPU1 are little CPUs; CPU2 and CPU3 249 Big CPUs are generally more power hungry than the little ones and are thus used 250 mainly when a task doesn't fit the littles. However, little CPUs aren't always 252 of the little CPUs can be less energy-efficient than the lowest OPPs of the 253 bigs, for example. So, if the little CPUs happen to have enough utilization at 256 on the little side. 259 than those of the little, using the big CPUs for a small task might still, under 260 specific conditions, save energy. Indeed, placing a task on a little CPU can 264 running on a little, but it won't impact the other tasks of the little CPUs 267 smaller than the cost of raising the OPP on the little CPUs for all the other
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | insn.h | 44 insn_value_t little; member 56 p->little = __cpu_to_le32(v); in insn_field_set() 64 p->value = __le32_to_cpu(p->little); in insn_set_byte()
|
| /linux/arch/x86/include/asm/ |
| H A D | insn.h | 44 insn_value_t little; member 56 p->little = __cpu_to_le32(v); in insn_field_set() 64 p->value = __le32_to_cpu(p->little); in insn_set_byte()
|
| /linux/tools/testing/selftests/hid/ |
| H A D | settings | 1 # HID tests can be long, so give a little bit more time
|
| /linux/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 31 values inside packets are encoded using little-endian. Bytes whose roles are 119 03-04 Duration of effect (little endian encoding, in ms) 133 0c-0d Delay before execution of effect (little endian encoding, in ms) 147 02-03 Duration of attack (little endian encoding, in ms) 173 05-06 Period (little endian encoding, in ms)
|