Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 25 of 27) sorted by relevance

12

/u-boot/drivers/misc/
A Dstatus_led.c77 led_dev_t *ld; in status_led_init() local
80 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) in status_led_init()
81 __led_init (ld->mask, ld->state); in status_led_init()
87 led_dev_t *ld; in status_led_tick() local
93 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) { in status_led_tick()
98 if (++ld->cnt >= ld->period) { in status_led_tick()
99 __led_toggle (ld->mask); in status_led_tick()
100 ld->cnt -= ld->period; in status_led_tick()
108 led_dev_t *ld; in status_led_set() local
116 ld = &led_dev[led]; in status_led_set()
[all …]
A Dnuvoton_nct6102d.c31 static void superio_select(int ld) in superio_select() argument
33 superio_outb(NCT_LD_SELECT_REG, ld); in superio_select()
/u-boot/cmd/
A Dbooti.c27 ulong ld; in booti_start() local
42 ld = image_load_addr; in booti_start()
46 ld = simple_strtoul(argv[0], NULL, 16); in booti_start()
47 debug("* kernel: cmdline image address = 0x%08lx\n", ld); in booti_start()
50 temp = map_sysmem(ld, 0); in booti_start()
67 ret = image_decomp(ctype, 0, ld, IH_TYPE_KERNEL, in booti_start()
68 (void *)dest, (void *)ld, comp_len, in booti_start()
73 memmove((void *) ld, (void *)dest, dest_end); in booti_start()
75 unmap_sysmem((void *)ld); in booti_start()
82 if (relocated_addr != ld) { in booti_start()
[all …]
/u-boot/arch/arc/lib/
A D_millicodethunk.S120 ld r25, [sp,48]
122 ld r24, [sp,44]
124 ld r23, [sp,40]
126 ld r22, [sp,36]
128 ld r21, [sp,32]
130 ld r20, [sp,28]
132 ld r19, [sp,24]
134 ld r18, [sp,20]
136 ld r17, [sp,16]
138 ld r16, [sp,12]
[all …]
A Dstart.S133 ld %r1, [%r25, GD_RELOC_OFF]
/u-boot/arch/mips/mach-octeon/
A Dlowlevel_init.S70 ld a0, 0(t0)
71 ld a1, 8(t0)
72 ld a2, 16(t0)
73 ld a3, 24(t0)
124 ld s0, 0x00(t9)
125 ld a0, 0x08(t9)
126 ld a1, 0x10(t9)
127 ld a2, 0x18(t9)
128 ld a3, 0x20(t9)
/u-boot/scripts/
A DKconfig.include25 # $(ld-option,<flag>)
27 ld-option = $(success,$(LD) -v $(1))
A DKbuild.include161 # ld-option
162 # Usage: KBUILD_LDFLAGS += $(call ld-option, -X, -Y)
163 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
170 # ld-version
172 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
174 # ld-ifversion
175 # Usage: $(call ld-ifversion, -ge, 22252, y)
176 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))
A Dcoccicheck19 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)
181 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
A DMakefile.spl376 LDFLAGS_$(SPL_BIN) += $(call ld-option, --no-dynamic-linker)
/u-boot/arch/mips/include/asm/
A Dasm.h148 #define REG_L ld
180 #define INT_L ld
223 #define LONG_L ld
274 #define PTR_L ld
/u-boot/board/imgtec/boston/
A Dlowlevel_init.S44 ld k1, 0(a0)
/u-boot/arch/riscv/include/asm/
A Dasm.h23 #define REG_L __REG_SEL(ld, lw)
/u-boot/arch/riscv/lib/
A Dsetjmp.S11 #define LOAD_IDX(reg, idx) ld reg, (idx*8)(a0)
A Dcrt0_riscv_efi.S16 #define LOAD_LONG(reg, idx) ld reg, (idx*SIZE_LONG)(sp)
/u-boot/doc/chromium/devkeys/
A Dkernel.keyblock1 …@A-�mS�̧���"��:r�!�x�e ��=[^����gZF�,�*e��Y�p�N}�C.mr��q��:�D�у��ld��ۊ��փ��ꩁ�Z���&!�{S…
/u-boot/arch/riscv/cpu/
A Dmtrap.S22 #define LREG ld
A Dstart.S27 #define LREG ld
/u-boot/test/
A Dnokia_rx51_test.sh108 cp -a libc6_2.5.1/lib/ld-linux.so.3 rootfs/lib/
109 cp -a libc6_2.5.1/lib/ld-2.5.so rootfs/lib/
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-npc.h196 u64 ld : 12; member
232 u64 ld : 20; member
/u-boot/arch/powerpc/cpu/mpc85xx/
A Drelease.S439 ld r3,ENTRY_R3_UPPER(r10)
/u-boot/
A DMakefile388 ifneq ($(shell $(CROSS_COMPILE)ld.bfd -v 2> /dev/null),)
389 LD = $(CROSS_COMPILE)ld.bfd
391 LD = $(CROSS_COMPILE)ld
963 LDFLAGS_u-boot += $(call ld-option, --no-dynamic-linker)
/u-boot/doc/board/sifive/
A Dfu540.rst91 GNU ld (GNU Binutils) 2.31.1
504 GNU ld (crosstool-NG 1.24.0.37-3f461da) 2.32
/u-boot/Licenses/
A DREADME78 'ld' failed to parse the C++ comment. This has been fixed by now, but
/u-boot/doc/board/AndesTech/
A Dax25-ae350.rst120 GNU ld (GNU Binutils) 2.29

Completed in 45 milliseconds

12