/Linux-v6.1/include/uapi/drm/ |
D | drm_fourcc.h | 96 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ 132 #define DRM_FORMAT_R10 fourcc_code('R', '1', '0', ' ') /* [15:0] x:R 6:10 little endian */ 135 #define DRM_FORMAT_R12 fourcc_code('R', '1', '2', ' ') /* [15:0] x:R 4:12 little endian */ 138 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 141 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 142 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 145 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 146 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 153 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 154 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… [all …]
|
/Linux-v6.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-v6.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-v6.1/Documentation/translations/zh_CN/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-v6.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-v6.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls208xa.dtsi | 277 little-endian; 291 little-endian; 360 little-endian; 525 little-endian; 532 little-endian; 544 little-endian; 556 little-endian; 569 little-endian; 582 little-endian; 595 little-endian; [all …]
|
D | fsl-lx2160a.dtsi | 425 little-endian; 432 little-endian; 671 little-endian; 685 little-endian; 723 little-endian; 892 little-endian; 907 little-endian; 973 little-endian; 984 little-endian; 995 little-endian; [all …]
|
D | fsl-ls1088a.dtsi | 233 little-endian; 244 little-endian; 327 little-endian; 367 little-endian; 378 little-endian; 389 little-endian; 400 little-endian; 411 little-endian; 485 little-endian; 772 little-endian; [all …]
|
/Linux-v6.1/fs/ntfs/ |
D | time.h | 23 * that in little endian format. 45 * get_current_ntfs_time - get the current time in little endian NTFS format 48 * NTFS time and return that in little endian format. 60 * @time: NTFS time (little endian) to convert to Linux UTC 62 * Convert the little endian NTFS time @time to its corresponding Linux UTC
|
D | unistr.c | 18 * All these routines assume that the Unicode characters are in little endian 122 * ntfs_ucsncmp - compare two little endian Unicode strings 128 * The strings in little endian format and appropriate le16_to_cpu() 129 * conversion is performed on non-little endian machines. 154 * ntfs_ucsncasecmp - compare two little endian Unicode strings, ignoring case 162 * ignoring case. The strings in little endian format and appropriate 163 * le16_to_cpu() conversion is performed on non-little endian machines. 223 * ntfs_nlstoucs - convert NLS string to little endian Unicode string 230 * map dictates, into a little endian, 2-byte Unicode string. 298 * ntfs_ucstonls - convert little endian Unicode string to NLS string [all …]
|
/Linux-v6.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-v6.1/Documentation/riscv/ |
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-v6.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-v6.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-mpc8xxx.txt | 16 - little-endian : GPIO registers are used as little endian. If not 35 little-endian; 52 little-endian;
|
/Linux-v6.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-v6.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-v6.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-v6.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-v6.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-v6.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-v6.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-v6.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 69 .desc = "ARM little-cluster power down", 185 * For now the differentiation between little and big cores in bl_idle_init() 186 * is based on the part number. A7 cores are considered little in bl_idle_init()
|
/Linux-v6.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-v6.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-v6.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]
|