Searched full:little (Results 1 – 25 of 1835) sorted by relevance
12345678910>>...74
/linux-6.12.1/include/uapi/drm/ |
D | drm_fourcc.h | 108 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ 144 #define DRM_FORMAT_R10 fourcc_code('R', '1', '0', ' ') /* [15:0] x:R 6:10 little endian */ 147 #define DRM_FORMAT_R12 fourcc_code('R', '1', '2', ' ') /* [15:0] x:R 4:12 little endian */ 150 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 153 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 154 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 157 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 158 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 165 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 166 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
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-6.12.1/drivers/media/dvb-frontends/ |
D | atbm8830_priv.h | 39 #define REG_CARRIER_OFFSET 0x0827 /* 0x0827-0x0829 little endian */ 42 #define REG_IF_FREQ 0x0A00 /* 0x0A00-0x0A02 little endian */ 43 #define REG_OSC_CLK 0x0A03 /* 0x0A03-0x0A05 little endian */ 54 #define REG_AGC_TARGET 0x1003 /* 0x1003-0x1005 little endian */ 58 #define REG_AGC_PWM_VAL 0x1028 /* 0x1028-0x1029 little endian */
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
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 …]
|
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 …]
|
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 …]
|
/linux-6.12.1/Documentation/translations/zh_CN/arch/riscv/ |
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-6.12.1/include/uapi/linux/ |
D | virtio_pcidev.h | 14 * the @data field should be filled in by the device (in little endian). 16 * the @data field contains the data to write (in little endian). 18 * the @data field should be filled in by the device (in little endian). 20 * the @data field contains the data to write (in little endian). 54 * @data values will often be in little endian (see the ops above.)
|
/linux-6.12.1/Documentation/arch/riscv/ |
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-6.12.1/Documentation/devicetree/bindings/i2c/ |
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-6.12.1/drivers/crypto/cavium/cpt/ |
D | cpt_hw_types.h | 30 * stored in memory as little-endian unless CPT()_PF_Q()_CTL[INST_BE] is set. 80 #else /* Word 0 - Little Endian */ 91 #else /* Word 2 - Little Endian */ 113 * This structure is stored in memory as little-endian unless 138 #else /* Word 0 - Little Endian */ 165 #else /* Word 0 - Little Endian */ 198 #else /* Word 0 - Little Endian */ 227 #else /* Word 0 - Little Endian */ 300 #else /* Word 0 - Little Endian */ 341 #else /* Word 0 - Little Endian */ [all …]
|
/linux-6.12.1/include/crypto/ |
D | gf128mul.h | 73 * in every byte in little-endian order and the bytes themselves also in 74 * little endian order. I will call this lle (little-little-endian). 90 * format (bits are stored in big endian order and the bytes in little 101 * Let's look at the bbe and ble format on a little endian machine. 103 * bbe on a little endian machine u32 x[4]: 113 * ble on a little endian machine 124 * ble (and lbe also) are easier to implement on a little-endian 138 On little endian machines the bit indexes translate into the bit
|
/linux-6.12.1/Documentation/filesystems/ |
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-6.12.1/Documentation/devicetree/bindings/regmap/ |
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-6.12.1/drivers/crypto/marvell/octeontx/ |
D | otx_cpt_hw_types.h | 167 * stored in memory as little-endian unless CPT()_PF_Q()_CTL[INST_BE] is set. 218 #else /* Word 0 - Little Endian */ 229 #else /* Word 2 - Little Endian */ 251 * This structure is stored in memory as little-endian unless 276 #else /* Word 0 - Little Endian */ 303 #else /* Word 0 - Little Endian */ 336 #else /* Word 0 - Little Endian */ 365 #else /* Word 0 - Little Endian */ 438 #else /* Word 0 - Little Endian */ 479 #else /* Word 0 - Little Endian */ [all …]
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-energy.rst | 19 EAS operates only on heterogeneous CPU topologies (such as Arm big.LITTLE) 152 composed of two CPUs each. CPU0 and CPU1 are little CPUs; CPU2 and CPU3 168 | Little | Big | 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 [all …]
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | asi.h | 128 #define ASI_NL 0x0c /* Nucleus, little endian */ 131 #define ASI_AIUPL 0x18 /* Primary, user, little endian */ 132 #define ASI_AIUSL 0x19 /* Secondary, user, little endian */ 154 #define ASI_PHYS_USE_EC_L 0x1c /* PADDR, E-cachable, little endian*/ 155 #define ASI_PHYS_BYPASS_EC_E_L 0x1d /* PADDR, E-bit, little endian */ 241 #define ASI_BLK_AIUPL 0x78 /* Primary, user, little, blk ld/st*/ 242 #define ASI_BLK_AIUSL 0x79 /* Secondary, user, little, blk ld/st*/ 292 #define ASI_BLK_PL 0xf8 /* Primary, blk ld/st, little */ 293 #define ASI_BLK_SL 0xf9 /* Secondary, blk ld/st, little */ 296 * implicit, little-endian [all …]
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | Kconfig | 14 - Little-endian 120 - little-endian 138 - Little-endian 150 - Little-endian
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | image.h | 37 * @text_offset: Image load offset (little endian) 38 * @image_size: Effective Image size (little endian) 39 * @flags: kernel flags (little endian)
|
/linux-6.12.1/drivers/cpuidle/ |
D | cpuidle-big_little.c | 30 * NB: Owing to current menu governor behaviour big and LITTLE 48 * Current values for big and LITTLE clusters are provided for clusters 70 .desc = "ARM little-cluster power down", 189 * For now the differentiation between little and big cores in bl_idle_init() 190 * is based on the part number. A7 cores are considered little in bl_idle_init()
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | fsl,qoriq-gpio.yaml | 52 little-endian: 55 GPIO registers are used as little endian. If not 82 little-endian;
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | basic_types.h | 38 /* Convert little data endian to host ordering */ 99 * 4-byte pointer in little-endian system. 110 /* Translate subfield (continuous bits in little-endian) of 4-byte value in litten byte to */ 131 /* Mask subfield (continuous bits in little-endian) of 4-byte value in litten byte oredering */ 152 /* Set subfield of little-endian 4-byte value to specified value. */
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | reg_8xx.h | 70 #define DC_SLES 0x05000000 /* Set little endian swap mode */ 71 #define DC_CLES 0x07000000 /* Clear little endian swap mode */ 81 #define DC_LES 0x20000000 /* Caches are little endian mode */
|
/linux-6.12.1/Documentation/ABI/testing/ |
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
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-tegra-bpmp.c | 70 * [addr little-endian][flags little-endian][len little-endian][data if write] 71 * [addr little-endian][flags little-endian][len little-endian][data if write]
|
12345678910>>...74