/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | siteinfo.bbclass | 17 # * endianness: Return "be" for big endian targets, "le" for little endian 26 …"allarch": "endian-little bit-32", # bogus, but better than special-casing the checks below for al… 27 "aarch64": "endian-little bit-64 arm-common arm-64", 29 "arc": "endian-little bit-32 arc-common", 31 "arm": "endian-little bit-32 arm-common arm-32", 34 "bfin": "endian-little bit-32 bfin-common", 35 "epiphany": "endian-little bit-32", 36 "i386": "endian-little bit-32 ix86-common", 37 "i486": "endian-little bit-32 ix86-common", 38 "i586": "endian-little bit-32 ix86-common", [all …]
|
H A D | libc-package.bbclass | 249 "arc": " --uint32-align=4 --little-endian ", \ 251 "arm": " --uint32-align=4 --little-endian ", \ 253 "aarch64": " --uint32-align=4 --little-endian ", \ 258 "powerpc64le": " --uint32-align=4 --little-endian ", \ 263 "mipsel": " --uint32-align=4 --little-endian ", \ 264 "mipsisa32r6el": " --uint32-align=4 --little-endian ", \ 265 "mips64el":" --uint32-align=4 --little-endian ", \ 266 "mipsisa64r6el":" --uint32-align=4 --little-endian ", \ 267 "riscv64": " --uint32-align=4 --little-endian ", \ 268 "riscv32": " --uint32-align=4 --little-endian ", \ [all …]
|
H A D | rust-target-config.bbclass | 134 TARGET_ENDIAN[arm-eabi] = "little" 142 TARGET_ENDIAN[armv7-eabi] = "little" 150 TARGET_ENDIAN[aarch64] = "little" 157 TARGET_ENDIAN[x86_64] = "little" 164 TARGET_ENDIAN[x86_64-x32] = "little" 171 TARGET_ENDIAN[i686] = "little" 178 TARGET_ENDIAN[i586] = "little" 192 TARGET_ENDIAN[mipsel] = "little" 213 TARGET_ENDIAN[mips64el] = "little" 234 TARGET_ENDIAN[powerpc64le] = "little" [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 46 "start_lba": int.from_bytes(partition[8:12], "little"), 47 "size": int.from_bytes(partition[12:16], "little"), 64 self.bytes_per_sector = int.from_bytes(data[11:13], "little") 66 self.reserved_sectors = int.from_bytes(data[14:16], "little") 68 self.root_entries = int.from_bytes(data[17:19], "little") 69 total_sectors_16 = int.from_bytes(data[19:21], "little") 71 self.sectors_per_fat = int.from_bytes(data[22:24], "little") 72 self.sectors_per_track = int.from_bytes(data[24:26], "little") 73 self.heads = int.from_bytes(data[26:28], "little") 74 self.hidden_sectors = int.from_bytes(data[28:32], "little") [all …]
|
/openbmc/linux/include/uapi/drm/ |
H A 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 …]
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 107 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ 143 #define DRM_FORMAT_R10 fourcc_code('R', '1', '0', ' ') /* [15:0] x:R 6:10 little endian */ 146 #define DRM_FORMAT_R12 fourcc_code('R', '1', '2', ' ') /* [15:0] x:R 4:12 little endian */ 149 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 152 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 153 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 156 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 157 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 164 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 165 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… [all …]
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | headerize-hsdk.py | 86 file.write(arc_id.to_bytes(2, byteorder='little')) 87 file.write(uboot_img_size.to_bytes(4, byteorder='little')) 88 file.write(check_sum.to_bytes(1, byteorder='little')) 89 file.write(image_copy_adr.to_bytes(4, byteorder='little')) 91 file.write(jump_address.to_bytes(4, byteorder='little')) 92 for i in range(12): file.write(0xFF.to_bytes(1, byteorder='little')) 95 file.write(0xFF.to_bytes(1, byteorder='little')) 96 file.write(flash_address.to_bytes(4, byteorder='little')) 97 for i in range(11): file.write(0xFF.to_bytes(1, byteorder='little')) 98 file.write(flash_type.to_bytes(1, byteorder='little'))
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | head.S | 3 * ARM64 header for proper chain-loading with Little Kernel. 5 * Little Kernel shipped with Dragonboard410C boots standard Linux images for 20 /* Image load offset from start of RAM, little-endian */ 22 /* Effective size of kernel image, little-endian */ 24 /* Informative flags, little-endian */
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | arm64-support.patch | 22 'arm' : { 'endian': 'little', 'defines': ('__arm__',) }, 23 'aarch64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 24 + 'arm64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 25 'i386' : { 'endian': 'little', 'defines': ('__i386', '_M_IX86')}, 26 'ppc64le' : { 'endian': 'little', 'defines': ('__powerpc64__',)}, 40 # Using 64 bit little endian
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch | 6 convert UUID string to little endian binary data 40 + * uuid_str_to_le_bin() - Convert string UUID to little endian binary data. 42 + * @uuid_bin: pointer to allocated array for little endian output [16B] 44 + * uuid_bin filled with little endian UUID data 70 + * uuid_str_to_le_bin() - Convert string UUID to little endian binary data. 72 + * @uuid_bin: pointer to allocated array for little endian output [16B] 79 + * When converting to a little endian binary UUID, the string fields are reversed. 83 + * uuid_bin filled with little endian UUID data
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A 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 */
|
/openbmc/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;
|
/openbmc/linux/Documentation/translations/zh_CN/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" */
|
/openbmc/qemu/include/standard-headers/linux/ |
H A 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.)
|
/openbmc/linux/include/uapi/linux/ |
H A 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.)
|
/openbmc/u-boot/board/qualcomm/dragonboard820c/ |
H A D | head.S | 3 * ARM64 header for proper chain-loading with Little Kernel. 5 * Little Kernel shipped with Dragonboard820C boots standard Linux images for 24 .quad 0 /* Effective size of kernel image, little-endian */ 25 .quad 0 /* kernel flags, little-endian */
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0001-Add-support-for-riscv32-CPU.patch | 18 powerpcel powerpcle powerpcle 32 little 20 ppc64el powerpc64le powerpc64le 64 little 21 +riscv32 riscv32 riscv32 32 little 22 riscv64 riscv64 riscv64 64 little
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A 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 …]
|
/openbmc/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 */
|
/openbmc/linux/fs/ntfs/ |
H A 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
|
/openbmc/linux/Documentation/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" */
|
/openbmc/u-boot/board/synopsys/axs10x/ |
H A D | headerize-axs.py | 106 file.write(arc_id.to_bytes(2, byteorder='little')) 107 file.write(uboot_img_size.to_bytes(4, byteorder='little')) 108 file.write(check_sum.to_bytes(1, byteorder='little')) 109 file.write(image_copy_adr.to_bytes(4, byteorder='little')) 111 for i in range(16): file.write(0x00.to_bytes(1, byteorder='little')) 114 file.write(0x00.to_bytes(1, byteorder='little')) 116 file.write(jump_address.to_bytes(4, byteorder='little'))
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | boot0-linux-kernel-header.h | 24 * Emit a 64-bit absolute little endian symbol reference in a way that 41 le64sym _kernel_offset_le /* Image load offset from start of RAM, little-endian */ 42 le64sym _kernel_size_le /* Effective size of kernel image, little-endian */ 43 le64sym _kernel_flags_le /* Informative flags, little-endian */
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-mpc8xxx.txt | 16 - little-endian : GPIO registers are used as little endian. If not 35 little-endian; 52 little-endian;
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A 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 …]
|