/u-boot/drivers/misc/ |
A D | status_led.c | 77 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 D | nuvoton_nct6102d.c | 31 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 D | booti.c | 27 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.S | 120 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 D | start.S | 133 ld %r1, [%r25, GD_RELOC_OFF]
|
/u-boot/arch/mips/mach-octeon/ |
A D | lowlevel_init.S | 70 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 D | Kconfig.include | 25 # $(ld-option,<flag>) 27 ld-option = $(success,$(LD) -v $(1))
|
A D | Kbuild.include | 161 # 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 D | coccicheck | 19 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh) 181 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
|
A D | Makefile.spl | 376 LDFLAGS_$(SPL_BIN) += $(call ld-option, --no-dynamic-linker)
|
/u-boot/arch/mips/include/asm/ |
A D | asm.h | 148 #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 D | lowlevel_init.S | 44 ld k1, 0(a0)
|
/u-boot/arch/riscv/include/asm/ |
A D | asm.h | 23 #define REG_L __REG_SEL(ld, lw)
|
/u-boot/arch/riscv/lib/ |
A D | setjmp.S | 11 #define LOAD_IDX(reg, idx) ld reg, (idx*8)(a0)
|
A D | crt0_riscv_efi.S | 16 #define LOAD_LONG(reg, idx) ld reg, (idx*SIZE_LONG)(sp)
|
/u-boot/doc/chromium/devkeys/ |
A D | kernel.keyblock | 1 …@A-�mS�̧���"��:r�!�x�e��=[^����gZF�,�*e��Y�p�N}�C.mr��q��:�D�у��ld��ۊ��փ��ꩁ�Z���&!�{S…
|
/u-boot/arch/riscv/cpu/ |
A D | mtrap.S | 22 #define LREG ld
|
A D | start.S | 27 #define LREG ld
|
/u-boot/test/ |
A D | nokia_rx51_test.sh | 108 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 D | csrs-npc.h | 196 u64 ld : 12; member 232 u64 ld : 20; member
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | release.S | 439 ld r3,ENTRY_R3_UPPER(r10)
|
/u-boot/ |
A D | Makefile | 388 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 D | fu540.rst | 91 GNU ld (GNU Binutils) 2.31.1 504 GNU ld (crosstool-NG 1.24.0.37-3f461da) 2.32
|
/u-boot/Licenses/ |
A D | README | 78 'ld' failed to parse the C++ comment. This has been fixed by now, but
|
/u-boot/doc/board/AndesTech/ |
A D | ax25-ae350.rst | 120 GNU ld (GNU Binutils) 2.29
|