Home
last modified time | relevance | path

Searched full:little (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/linux/include/uapi/drm/
H A Ddrm_fourcc.h108 #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/Documentation/devicetree/bindings/
H A Dcommon-properties.txt16 - 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/include/linux/
H A Dpe.h59 #define IMAGE_FILE_MACHINE_ARM 0x01c0 /* ARM Little-Endian (ARMv4) */
60 #define IMAGE_FILE_MACHINE_THUMB 0x01c2 /* ARM Thumb Little-Endian (ARMv4T) */
61 #define IMAGE_FILE_MACHINE_ARMNT 0x01c4 /* ARM Thumb-2 Little-Endian (ARMv7) */
63 #define IMAGE_FILE_MACHINE_ARM64 0xaa64 /* ARM64 Little-Endian (Classic ABI) */
64 #define IMAGE_FILE_MACHINE_ARM64EC 0xa641 /* ARM64 Little-Endian (Emulation Compatible ABI for AMD6…
65 #define IMAGE_FILE_MACHINE_ARM64X 0xa64e /* ARM64 Little-Endian (fat binary with both Classic ABI a…
68 #define IMAGE_FILE_MACHINE_CHPE_X86 0x3a64 /* ARM64 Little-Endian (Compiled Hybrid PE ABI for I386)…
76 #define IMAGE_FILE_MACHINE_M32R 0x9041 /* Mitsubishi M32R 32-bit Little-Endian */
78 #define IMAGE_FILE_MACHINE_MIPS16 0x0266 /* MIPS III with MIPS16 ASE Little-Endian */
79 #define IMAGE_FILE_MACHINE_MIPSFPU 0x0366 /* MIPS III with FPU Little-Endian */
[all …]
H A Dieee802154.h328 * @fc: frame control bytes in little-endian byteorder
338 * @fc: frame control bytes in little-endian byteorder
347 * @fc: frame control bytes in little-endian byteorder
356 * @fc: frame control bytes in little-endian byteorder
365 * @fc: frame control bytes in little-endian byteorder
374 * @fc: frame control bytes in little-endian byteorder
/linux/drivers/media/dvb-frontends/
H A Datbm8830_priv.h39 #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/Documentation/translations/zh_CN/arch/riscv/
H A Dboot-image-header.rst27 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/include/uapi/linux/
H A Dvirtio_pcidev.h14 * 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/drivers/crypto/cavium/cpt/
H A Dcpt_hw_types.h30 * 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/Documentation/arch/riscv/
H A Dboot-image-header.rst14 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 Di2c-mux-reg.txt18 - 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/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtrace_marker_raw.tc8 if lscpu | grep -q 'Little Endian'; then
15 little=`is_little_endian`
21 if [ $little -eq 1 ]; then
57 # add a little buffer
99 # Now add a little more than what it can handle
/linux/drivers/staging/rtl8723bs/include/
H A Dbasic_types.h37 /* Convert little data endian to host ordering */
101 * 4-byte pointer in little-endian system.
112 * Translate subfield (continuous bits in little-endian) of 4-byte value in
113 * little byte to 4-byte value in host byte ordering.
133 * Mask subfield (continuous bits in little-endian) of 4-byte value in little
154 * Set subfield of little-endian 4-byte value to specified value.
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw7 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
/linux/scripts/crypto/
H A Dgen-hash-testvecs.py36 self.r = int.from_bytes(key[:16], byteorder='little') & rclamp
37 self.s = int.from_bytes(key[16:], byteorder='little')
43 c = int.from_bytes(chunk, byteorder='little') + 2**(8 * len(chunk))
51 return m.to_bytes(16, byteorder='little')
61 self.h = int.from_bytes(key, byteorder='little')
68 self.acc ^= int.from_bytes(data[i:i+16], byteorder='little')
80 return self.acc.to_bytes(16, byteorder='little')
189 return int.from_bytes(bytestr[pos//8 : pos//8 + length//8], byteorder='little')
211 h += (p % 2**64).to_bytes(8, byteorder='little')
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h167 * 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/arch/sparc/include/uapi/asm/
H A Dasi.h128 #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/Documentation/devicetree/bindings/regmap/
H A Dregmap.txt5 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/arch/riscv/include/asm/
H A Dimage.h39 * @text_offset: Image load offset (little endian)
40 * @image_size: Effective Image size (little endian)
41 * @flags: kernel flags (little endian)
/linux/Documentation/devicetree/bindings/gpio/
H A Dfsl,qoriq-gpio.yaml60 little-endian:
63 GPIO registers are used as little endian. If not
90 little-endian;
/linux/arch/powerpc/include/asm/
H A Dreg_8xx.h70 #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/drivers/cpuidle/
H A DKconfig.arm47 bool "Support for ARM big.LITTLE processors"
54 Select this option to enable CPU idle driver for big.LITTLE based
56 define different C-states for little and big cores through the
/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c19 char *value = "mary had a little lamb"; in test_btrfs_split_item()
20 char *split1 = "mary had a little"; in test_btrfs_split_item()
23 char *split4 = " had a little"; in test_btrfs_split_item()
87 * 'mary had a little' in test_btrfs_split_item()
/linux/drivers/firewire/
H A Dnosy-user.h22 * quadlet-padded packet data... (little endian)
23 * quadlet with ack (little endian)
/linux/fs/jfs/
H A Djfs_unicode.h50 * UniStrncmp_le: Compare length limited string - native to little-endian
65 * UniStrncpy_to_le: Copy length limited string with pad to little-endian
82 * UniStrncpy_from_le: Copy length limited string with pad from little-endian
/linux/Documentation/input/devices/
H A Diforce-protocol.rst31 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)

12345678910>>...50