/linux/Documentation/translations/zh_CN/riscv/ |
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/ |
A D | fsl-ls208xa.dtsi | 278 little-endian; 284 little-endian; 353 little-endian; 518 little-endian; 525 little-endian; 534 little-endian; 543 little-endian; 556 little-endian; 569 little-endian; 1223 little-endian; [all …]
|
A D | fsl-lx2160a.dtsi | 425 little-endian; 432 little-endian; 665 little-endian; 671 little-endian; 709 little-endian; 878 little-endian; 893 little-endian; 959 little-endian; 970 little-endian; 981 little-endian; [all …]
|
A D | fsl-ls1088a.dtsi | 226 little-endian; 232 little-endian; 307 little-endian; 347 little-endian; 358 little-endian; 369 little-endian; 380 little-endian; 391 little-endian; 465 little-endian; 751 little-endian; [all …]
|
A D | fsl-ls1028a.dtsi | 194 little-endian; 203 little-endian; 217 little-endian; 346 little-endian; 362 little-endian; 378 little-endian; 390 little-endian; 404 little-endian; 555 little-endian; 566 little-endian; [all …]
|
/linux/Documentation/devicetree/bindings/ |
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/riscv/ |
A D | boot-image-header.rst | 17 u64 text_offset; /* Image load offset, little endian */ 18 u64 image_size; /* Effective Image size, little endian */ 19 u64 flags; /* kernel flags, little endian */ 23 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */ 24 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
|
/linux/Documentation/devicetree/bindings/gpio/ |
A D | gpio-mpc8xxx.txt | 16 - little-endian : GPIO registers are used as little endian. If not 35 little-endian; 52 little-endian;
|
/linux/Documentation/devicetree/bindings/i2c/ |
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/ |
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/ |
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/ |
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
|
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
|
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
|
A D | pixfmt-y12i.rst | 17 in a 24-bit word in the little-endian order. On a little-endian machine
|
/linux/Documentation/devicetree/bindings/display/ |
A D | sm501fb.txt | 19 - little-endian: available on big endian systems, to 21 - big-endian: available on little endian systems, to
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | qcom,msm8996-apcc.yaml | 29 - description: Primary PLL clock for power cluster (little) 31 - description: Alternate PLL clock for power cluster (little)
|
/linux/arch/x86/include/asm/ |
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/arch/x86/include/asm/ |
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/ |
A D | guts.txt | 28 - little-endian : Indicates that the global utilities block is little
|
/linux/Documentation/devicetree/bindings/memory-controllers/fsl/ |
A D | fsl,ddr.yaml | 53 little-endian: 55 Specifies little-endian access to registers. If omitted, big-endian will
|
/linux/Documentation/scheduler/ |
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/devicetree/bindings/mmc/ |
A D | fsl-esdhc.txt | 39 - little-endian : If the host controller is little-endian mode, specify
|
/linux/Documentation/input/devices/ |
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/tools/lib/traceevent/Documentation/ |
A D | libtraceevent-file_endian.txt | 35 _TEP_LITTLE_ENDIAN_ - the raw data is in little endian format, 56 /* The raw data is in little endian */
|