Searched refs:Align (Results 1 – 14 of 14) sorted by relevance
/u-boot/tools/binman/test/ |
A D | 167_fit_image_subentry_alignment.dts | 16 description = "Offset-Align Test";
|
/u-boot/arch/arm/cpu/arm1136/ |
A D | start.S | 80 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
/u-boot/arch/arm/cpu/arm1176/ |
A D | start.S | 86 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
/u-boot/arch/arm/cpu/arm920t/ |
A D | start.S | 96 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
/u-boot/arch/arm/cpu/sa1100/ |
A D | start.S | 116 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
/u-boot/tools/binman/ |
A D | entry.py | 373 self.offset = tools.Align(offset, self.align) 375 needed = tools.Align(needed, self.align_size) 380 aligned_offset = tools.Align(new_offset, self.align_end) 394 if self.size != tools.Align(self.size, self.align_size): 397 if self.offset != tools.Align(self.offset, self.align):
|
/u-boot/arch/arm/cpu/ |
A D | u-boot.lds | 70 /* Align the secure section only if we're going to use it in situ */ 109 /* Align end of stack section to page boundary */
|
/u-boot/arch/arm/cpu/pxa/ |
A D | start.S | 110 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
/u-boot/lib/lzma/ |
A D | LzmaDec.c | 105 #define Align (SpecPos + kNumFullDistances - kEndPosModelIndex) macro 106 #define LenCoder (Align + kAlignTableSize) 362 prob = probs + Align; in LzmaDec_DecodeReal() 684 prob = probs + Align; in LzmaDec_TryDummy()
|
/u-boot/tools/binman/etype/ |
A D | section.py | 558 size = tools.Align(size, self.align_size) 565 if self.size != tools.Align(self.size, self.align_size):
|
/u-boot/arch/arm/lib/ |
A D | div64.S | 62 @ Align divisor with upper part of dividend.
|
/u-boot/tools/patman/ |
A D | tools.py | 165 def Align(pos, align): function
|
/u-boot/arch/arm/cpu/armv7/ |
A D | start.S | 156 orr r0, r0, #0x00000002 @ set bit 1 (--A-) Align
|
/u-boot/tools/buildman/ |
A D | README | 525 dbd0677 tegra: Align LCD frame buffer to section boundary 585 13: tegra: Align LCD frame buffer to section boundary 614 13: tegra: Align LCD frame buffer to section boundary
|
Completed in 31 milliseconds