/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; 780 little-endian; [all …]
|
H A D | fsl-ls1028a.dtsi | 212 little-endian; 221 little-endian; 235 little-endian; 425 little-endian; 439 little-endian; 590 little-endian; 601 little-endian; 612 little-endian; 1071 little-endian; 1141 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/filesystems/ |
H A D | sysv-fs.rst | 66 - Minix FS little endian 0 1 67 - Xenix FS little endian 0 1 68 - SystemV FS little endian 0 1 69 - Coherent FS little endian 0 1 75 - Minix FS little endian 0 1 2 3 76 - Xenix FS little endian 0 1 2 3 77 - SystemV FS little endian 0 1 2 3
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-sdr-ru12le.rst | 10 Real unsigned 12-bit little endian sample 17 represented as a 12 bit unsigned little endian number. Sample is stored
|
H A D | pixfmt-sdr-cu16le.rst | 10 Complex unsigned 16-bit little endian IQ sample 18 and Q are represented as a 16 bit unsigned little endian number. I value
|
H A D | pixfmt-sdr-cs14le.rst | 9 Complex signed 14-bit little endian IQ sample 17 and Q are represented as a 14 bit signed little endian number. I value
|
H A D | pixfmt-y12i.rst | 17 in a 24-bit word in the little-endian order. On a little-endian machine
|
H A D | metafmt-generic.rst | 69 This format is little endian. 113 This format is little endian. 154 This format is little endian. 201 This format is little endian. 250 This format is little endian. 303 This format is 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/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/Documentation/devicetree/bindings/soc/fsl/ |
H A D | guts.txt | 28 - little-endian : Indicates that the global utilities block is little
|
/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/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)
|
/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 74 in little-endian binary format to have it sent to the configured 98 in little-endian binary format to have it sent to the configured
|
H A D | sysfs-kernel-cpu_byteorder | 11 "little", "big"
|
H A D | sysfs-bus-iio-chemical-vz89x | 7 This value has little application outside of calibration.
|
/linux/tools/testing/selftests/hid/ |
H A D | settings | 1 # HID tests can be long, so give a little bit more time
|
/linux/Documentation/arch/arm64/ |
H A D | booting.rst | 79 u64 text_offset; /* Image load offset, little endian */ 80 u64 image_size; /* Effective Image size, little endian */ 81 u64 flags; /* kernel flags, little endian */ 85 u32 magic = 0x644d5241; /* Magic number, little endian, "ARM\x64" */ 91 - As of v3.17, all fields are little endian unless stated otherwise. 103 little-endian and must be respected. Where image_size is zero, 106 - The flags field (introduced in v3.17) is a little-endian 64-bit field 443 value. The value will be written as a single 64-bit little-endian
|