Searched refs:add (Results 1 - 25 of 128) sorted by relevance

123456

/u-boot/arch/arm/mach-zynqmp/include/mach/
H A Dpsu_init_gpl.h8 int mask_pollonvalue(unsigned long add, u32 mask, u32 value);
10 int mask_poll(u32 add, u32 mask);
12 u32 mask_read(u32 add, u32 mask);
/u-boot/arch/powerpc/lib/
H A Dreloc.S19 add r0, r0, r3 /* ... += dest_addr */
23 add r0, r0, r3 /* ... += dest_addr */
27 add r0, r0, r3 /* ... += dest_addr */
H A Dppccache.S71 add r4,r4,r5
95 add r4,r4,r5
/u-boot/arch/arm/mach-k3/arm64/
H A Dcache.S14 add x1, x0, #CONFIG_SPL_MAX_SIZE
21 add x1, x0, #CONFIG_SPL_MAX_SIZE
/u-boot/arch/arm/mach-zynqmp/
H A Dpsu_spl_init.c14 int __maybe_unused mask_pollonvalue(unsigned long add, u32 mask, u32 value) argument
18 while ((__raw_readl(add) & mask) != value) {
26 __weak int mask_poll(u32 add, u32 mask) argument
29 unsigned long addr = add;
39 __weak u32 mask_read(u32 add, u32 mask) argument
41 unsigned long addr = add;
/u-boot/arch/sh/lib/
H A Dstart.S23 add #(_start-1b), r5
27 add r5, r0
28 add #4, r0
33 add #4, r0
34 add r0, r6
39 add #4, r4
49 add #4, r4
H A Dudiv_qrnnd.S32 add r6,r0
42 add #-1,r1
44 1: add #-1,r1
46 add r5,r0
/u-boot/arch/arm/mach-mvebu/armada8k/
H A Dcache_llc.S18 add x0, x0, #LLC_FLUSH_BY_WAY
24 add x0, x0, #LLC_CACHE_SYNC
29 add x0, x0, #LLC_CACHE_SYNC_COMPLETE
/u-boot/arch/arm/cpu/armv7/s5p4418/
H A Drelocate.S20 add r0, #0x400 /* vectors are after NSIH + 0x200 */
/u-boot/include/configs/
H A Dvcoreiii.h25 #error Unknown DDR size - please add!
/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_read_leveling.c404 u32 reg, delay, phase, pup, rd_sample_delay, add, locked_pups, local
635 add = reg_read(REG_TRAINING_DEBUG_2_ADDR);
638 add = (add >>
642 add = (add >>
647 add = (add >>
652 add = (add >>
756 u32 reg, delay, phase, sum, pup, rd_sample_delay, add, locked_pups, local
[all...]
/u-boot/arch/arm/lib/
H A Drelocate_64.S30 add x1, x1, :lo12:__image_copy_start/* x1 <- address bits [11:00] */
47 add x1, x1, :lo12:__image_copy_start/* x1 <- address bits [11:00] */
49 add x2, x2, :lo12:__image_copy_end /* x2 <- address bits [11:00] */
61 add x2, x2, :lo12:__rel_dyn_start /* x2 <- address bits [11:00] */
63 add x3, x3, :lo12:__rel_dyn_end /* x3 <- address bits [11:00] */
72 add x0, x0, x9
73 add x4, x4, x9
H A Drelocate.S76 * respect to relocate_code, and at run time, add relocate_code back to them.
83 add r1, r3 /* r1 <- Run &__image_copy_start */
87 add r1, r3 /* r1 <- Run &__image_copy_start */
89 add r2, r3 /* r2 <- Run &__image_copy_end */
100 add r2, r1, r3 /* r2 <- Run &__rel_dyn_start */
102 add r3, r1, r3 /* r3 <- Run &__rel_dyn_end */
110 add r0, r0, r4
112 add r1, r1, r4
H A Dcrt0_64.S79 add x0, x0, #:lo12:__bss_start
83 add x0, x0, #CONFIG_SYS_INIT_SP_BSS_OFFSET
120 add x0, x0, #:lo12:_start
123 add lr, lr, x9
126 add x0, x0, x9
132 add lr, lr, x9 /* new return address after relocation */
H A Dcrt0.S146 add r0, r1
149 add lr, r1
152 add r0, r0, r1
157 add lr, lr, r0
H A Dcrt0_arm_efi.S150 add r1, r0, r1
159 0: add sp, sp, #12
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dboot0.h17 * We need to add 4 bytes of space for the 'RK33' at the
34 add r0, #1
/u-boot/scripts/dtc/
H A Dupdate-dtc-source.sh59 git add ${f}
63 git add libfdt/${f}
68 git add ./libfdt/libfdt.h
/u-boot/arch/microblaze/cpu/
H A Dstart.S32 add r1, r0, r20
49 add r6, r0, r0
53 add r7, r7, r5
56 add r8, r8, r5
59 add r9, r9, r5
70 add r5, r0, r1
76 add r1, r0, r3
82 add r5, r0, r3
177 /* add opcode instruction for 32bit jump - 2 instruction imm & brai */
302 add r
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-address.h141 #define CVMX_ADD_SEG32(segment, add) (((s32)segment << 31) | (s32)(add))
153 #define CVMX_ADD_SEG(segment, add) ((((u64)segment) << 62) | (add))
155 #define CVMX_ADD_IO_SEG(add) (add)
/u-boot/arch/arm/mach-imx/mx7/
H A Dpsci-suspend.S28 add r2, r2, #1 @ NumSets
31 add r0, r0, #4 @ SetShift
34 add r4, r3, #1 @ NumWays
/u-boot/arch/arm/cpu/armv8/bcmns3/
H A Dlowlevel.S20 add x3, x3, x0 /* timeout after 100 microseconds */
34 add x0, x0, #0x10000 /* move to next node */
53 add x0, x0, #0x10000 /* move to next node */
84 add x8, x8, #0x2
/u-boot/arch/mips/mach-mscc/
H A Dlowlevel_init.S26 add s0, s0, t1
/u-boot/tools/patman/
H A Dcommit.py104 self.signoff_set.add(signoff)
114 self.rtags[rtag_type].add(who)
/u-boot/board/freescale/mx7ulp_evk/
H A Dmx7ulp_evk.c76 add:
82 goto add;
84 printf("Failed to add no-1-8-v property, %d\n", rc);

Completed in 139 milliseconds

123456