/u-boot-v2022.01-rc1/board/sysam/stmark2/ |
A D | sbf_dram_init.S | 25 move.l #PPMCR0, %a1 29 move.l #MSCR_SDRAMC, %a1 48 move.l #MISCCR2, %a1 52 move.l #DDR_RCR, %a1 60 move.l #DDR_PADCR, %a1 63 move.l #DDR_CR00, %a1 69 move.l #DDR_CR06, %a1 96 move.l #DDR_CR40, %a1 101 move.l #DDR_CR45, %a1 103 move.l #DDR_CR56, %a1 [all …]
|
/u-boot-v2022.01-rc1/include/asm-generic/ |
A D | atomic-long.h | 29 atomic64_t *v = (atomic64_t *)l; in atomic_long_read() 133 #define atomic_long_inc_not_zero(l) atomic64_inc_not_zero((atomic64_t *)(l)) argument 148 atomic_t *v = (atomic_t *)l; in atomic_long_read() 155 atomic_t *v = (atomic_t *)l; in atomic_long_set() 162 atomic_t *v = (atomic_t *)l; in atomic_long_inc() 169 atomic_t *v = (atomic_t *)l; in atomic_long_dec() 176 atomic_t *v = (atomic_t *)l; in atomic_long_add() 183 atomic_t *v = (atomic_t *)l; in atomic_long_sub() 191 atomic_t *v = (atomic_t *)l; in atomic_long_sub_and_test() 198 atomic_t *v = (atomic_t *)l; in atomic_long_dec_and_test() [all …]
|
/u-boot-v2022.01-rc1/arch/m68k/cpu/mcf5445x/ |
A D | start.S | 130 clr.l %sp@- 141 move.l #0, %d0 150 move.l #0, %d0 157 clr.l %sp@- 289 lsr.l #4, %d0 290 cmp.l #0, %d0 388 or.l %d2, %d0 390 add.l #1, %d2 393 or.l #1, %d0 403 tst.l %d0 [all …]
|
/u-boot-v2022.01-rc1/arch/m68k/cpu/mcf5227x/ |
A D | start.S | 111 clr.l %sp@- 137 lsr.l #1, %d2 141 lsr.l #1, %d2 142 add.l #1, %d1 143 cmp.l #1, %d2 179 subq.l #1, %d0 312 lsr.l #4, %d0 313 cmp.l #0, %d0 377 clr.l %sp@- 413 cmp.l %a1,%a2 [all …]
|
/u-boot-v2022.01-rc1/arch/sh/lib/ |
A D | movmem.S | 27 sts.l pr,@-r15 52 lds.l @r15+,pr 178 mov.l @r5+,r0 180 mov.l @r5+,r1 183 mov.l @r5+,r1 185 mov.l @r5+,r2 186 mov.l @r5+,r3 193 mov.l @r5+,r0 200 mov.l r0,@r4 210 mov.l @r5,r0 [all …]
|
A D | start.S | 15 mov.l ._lowlevel_init, r0 22 mov.l ._reloc_dst, r4 24 mov.l ._reloc_dst_end, r6 26 mov.l ._reloc_size, r0 29 mov.l @r0, r0 37 2: mov.l @r5+, r1 38 mov.l r1, @r4 44 mov.l ._bss_start, r4 45 mov.l ._bss_end, r5 57 mov.l ._gd_malloc_base, r14 [all …]
|
A D | udivsi3_i4i.S | 53 mov.l r4,@-r15 55 mov.l r1,@-r15 66 mov.l r4,@-r15 69 mov.l r5,@-r15 76 dmulu.l r1,r4 80 mov.l @r15+,r5 84 mov.l @r15+,r4 92 mov.l @r15+,r5 94 mov.l @r15+,r4 107 mov.l r4,@-r15 [all …]
|
/u-boot-v2022.01-rc1/arch/m68k/cpu/mcf52x2/ |
A D | start.S | 143 cmp.l %a0, %a1 188 move.l #0, %d0 209 move.l %d0, %sp 210 move.l %sp, %fp 222 clr.l %sp@- 251 move.l %a0, %a3 255 cmp.l %a1,%a2 277 clr.l (%a1)+ 278 cmp.l %a1,%d1 294 add.l %a0,%d1 [all …]
|
/u-boot-v2022.01-rc1/arch/m68k/cpu/mcf532x/ |
A D | start.S | 111 move.l #0, %d0 124 move.l #0, %d0 158 clr.l %sp@- 187 move.l %a0, %a3 192 cmp.l %a1,%a2 199 move.l %a0, %a1 209 move.l %a0, %a1 214 clr.l (%a1)+ 215 cmp.l %a1,%d1 231 add.l %a0,%d1 [all …]
|
/u-boot-v2022.01-rc1/arch/m68k/cpu/mcf523x/ |
A D | start.S | 104 move.l #0, %d0 109 move.l #0, %d0 130 move.l %d0, %sp 131 move.l %sp, %fp 143 clr.l %sp@- 172 move.l %a0, %a3 177 cmp.l %a1,%a2 199 clr.l (%a1)+ 200 cmp.l %a1,%d1 216 add.l %a0,%d1 [all …]
|
/u-boot-v2022.01-rc1/arch/m68k/cpu/mcf530x/ |
A D | start.S | 118 move.l #0, %d0 138 move.l %d0, %sp 139 move.l %sp, %fp 149 clr.l %sp@- 172 move.l %a0, %a3 176 cmp.l %a1,%a2 198 clr.l (%a1)+ 199 cmp.l %a1,%d1 209 move.l %a1,%a5 217 add.l %a0,%d1 [all …]
|
/u-boot-v2022.01-rc1/cmd/ |
A D | itest.c | 54 long l = 0; in evalexp() local 68 l = (long)(*(u8 *)buf); in evalexp() 83 return l; in evalexp() 85 l = hextoul(s, NULL); in evalexp() 89 return (w >= sizeof(long)) ? l : (l & ((1UL << (w * 8)) - 1)); in evalexp() 118 char *l, *r; in stringcomp() local 120 l = evalstr(s); in stringcomp() 123 p = strcmp(l, r); in stringcomp() 137 long l, r; in arithcomp() local 139 l = evalexp (s, w); in arithcomp() [all …]
|
A D | console.c | 18 int l; in do_coninfo() local 36 for (l = 0; l < MAX_FILES; l++) { in do_coninfo() 37 if (stdio_devices[l] == dev) { in do_coninfo() 38 printf ("%s ", stdio_names[l]); in do_coninfo()
|
/u-boot-v2022.01-rc1/include/linux/ |
A D | math64.h | 193 } l; in mul_u64_u64_shr() member 200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr() 201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr() 202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr() 203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr() 210 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr() 211 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr() 212 rh.l.high = (c >> 32) + rh.l.high; in mul_u64_u64_shr() 239 } l; in mul_u64_u32_div() member 244 rh.ll = mul_u32_u32(u.l.high, mul) + rl.l.high; in mul_u64_u32_div() [all …]
|
/u-boot-v2022.01-rc1/drivers/usb/musb/ |
A D | omap3.c | 70 u32 l; in musb_db_otg_regs() local 71 l = readl(&otg->revision); in musb_db_otg_regs() 72 serial_printf("OTG_REVISION 0x%x\n", l); in musb_db_otg_regs() 73 l = readl(&otg->sysconfig); in musb_db_otg_regs() 74 serial_printf("OTG_SYSCONFIG 0x%x\n", l); in musb_db_otg_regs() 75 l = readl(&otg->sysstatus); in musb_db_otg_regs() 76 serial_printf("OTG_SYSSTATUS 0x%x\n", l); in musb_db_otg_regs() 77 l = readl(&otg->interfsel); in musb_db_otg_regs() 78 serial_printf("OTG_INTERFSEL 0x%x\n", l); in musb_db_otg_regs() 79 l = readl(&otg->forcestdby); in musb_db_otg_regs() [all …]
|
/u-boot-v2022.01-rc1/drivers/ddr/marvell/a38x/ |
A D | ddr_ml_wrapper.h | 26 #define DEBUG_INIT_D(d, l) printf("%x", d) argument 27 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument 30 #define DEBUG_INIT_D(d, l) argument 31 #define DEBUG_INIT_D_10(d, l) argument 36 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument 37 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument 46 #define DEBUG_INIT_FULL_D(d, l) argument 47 #define DEBUG_INIT_FULL_D_10(d, l) argument 52 #define DEBUG_INIT_FULL_C(s, d, l) \ argument 54 DEBUG_INIT_FULL_D(d, l); \ [all …]
|
/u-boot-v2022.01-rc1/arch/sh/include/asm/ |
A D | macro.h | 11 mov.l \addr ,r1 12 mov.l \data ,r0 13 mov.l r0, @r1 17 mov.l \addr ,r1 23 mov.l \addr ,r1 24 mov.l \data ,r0 29 mov.l \time ,r3
|
/u-boot-v2022.01-rc1/arch/microblaze/include/asm/ |
A D | io.h | 59 #define out_le32(addr, x) out_arch(l, le32, addr, x) 62 #define in_le32(addr) in_arch(l, le32, addr) 66 #define in_be32(addr) in_arch(l, be32, addr) 70 #define out_be32(addr, x) out_arch(l, be32, addr, x) 139 #define outsb(a, b, l) io_outsb(a, b, l) argument 140 #define outsw(a, b, l) io_outsw(a, b, l) argument 141 #define outsl(a, b, l) io_outsl(a, b, l) argument 143 #define insb(a, b, l) io_insb(a, b, l) argument 144 #define insw(a, b, l) io_insw(a, b, l) argument 145 #define insl(a, b, l) io_insl(a, b, l) argument
|
/u-boot-v2022.01-rc1/arch/powerpc/lib/ |
A D | bat_rw.c | 130 l = mfspr (DBAT0L); in read_bat() 134 l = mfspr (IBAT0L); in read_bat() 138 l = mfspr (DBAT1L); in read_bat() 142 l = mfspr (IBAT1L); in read_bat() 146 l = mfspr (DBAT2L); in read_bat() 150 l = mfspr (IBAT2L); in read_bat() 154 l = mfspr (DBAT3L); in read_bat() 158 l = mfspr (IBAT3L); in read_bat() 163 l = mfspr (DBAT4L); in read_bat() 167 l = mfspr (IBAT4L); in read_bat() [all …]
|
/u-boot-v2022.01-rc1/drivers/ddr/marvell/axp/ |
A D | ddr3_init.h | 21 #define DEBUG_INIT_D(d, l) printf("%x", d) argument 22 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument 25 #define DEBUG_INIT_D(d, l) argument 26 #define DEBUG_INIT_D_10(d, l) argument 31 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument 32 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument 41 #define DEBUG_INIT_FULL_D(d, l) argument 42 #define DEBUG_INIT_FULL_D_10(d, l) argument 47 #define DEBUG_INIT_FULL_C(s, d, l) \ argument 49 #define DEBUG_INIT_C(s, d, l) \ argument [all …]
|
/u-boot-v2022.01-rc1/scripts/ |
A D | cleanpatch | 193 my $l; 199 $l = $hunk_lines[$i]; 200 if (!$done && $l eq "+\n") { 202 } elsif ($l =~ /^[ +]/) { 204 unshift(@h, $l); 206 unshift(@h, $l); 210 $l = $hunk_lines[0]; # Hunk header 226 unshift(@h, $l); 229 foreach $l (@h) { 230 $out_bytes += length($l); [all …]
|
/u-boot-v2022.01-rc1/drivers/usb/musb-new/ |
A D | omap2430.c | 32 u32 l; in omap2430_low_level_exit() local 35 l = musb_readl(musb->mregs, OTG_FORCESTDBY); in omap2430_low_level_exit() 36 l |= ENABLEFORCE; /* enable MSTANDBY */ in omap2430_low_level_exit() 37 musb_writel(musb->mregs, OTG_FORCESTDBY, l); in omap2430_low_level_exit() 42 u32 l; in omap2430_low_level_init() local 44 l = musb_readl(musb->mregs, OTG_FORCESTDBY); in omap2430_low_level_init() 45 l &= ~ENABLEFORCE; /* disable MSTANDBY */ in omap2430_low_level_init() 46 musb_writel(musb->mregs, OTG_FORCESTDBY, l); in omap2430_low_level_init() 52 u32 l; in omap2430_musb_init() local 66 if ((l & SOFTRST) == 0) in omap2430_musb_init() [all …]
|
/u-boot-v2022.01-rc1/drivers/gpio/ |
A D | mxc_gpio.c | 78 u32 l; in mxc_gpio_direction() local 91 l |= 1 << gpio; in mxc_gpio_direction() 94 l &= ~(1 << gpio); in mxc_gpio_direction() 105 u32 l; in gpio_set_value() local 116 l |= 1 << gpio; in gpio_set_value() 118 l &= ~(1 << gpio); in gpio_set_value() 185 u32 l; in mxc_gpio_bank_direction() local 191 l |= 1 << offset; in mxc_gpio_bank_direction() 194 l &= ~(1 << offset); in mxc_gpio_bank_direction() 202 u32 l; in mxc_gpio_bank_set_value() local [all …]
|
/u-boot-v2022.01-rc1/doc/sphinx/ |
A D | load_config.py | 37 for l in latex_documents: 38 if l[0].find(dir + '/') == 0: 40 fn = l[0][len(dir) + 1:] 41 new_latex_docs.append((fn, l[1], l[2], l[3], l[4]))
|
/u-boot-v2022.01-rc1/drivers/virtio/ |
A D | virtio_mmio.c | 29 __le32 l; in virtio_mmio_get_config() local 51 l = cpu_to_le32(readl(base + offset)); in virtio_mmio_get_config() 52 memcpy(buf, &l, sizeof(l)); in virtio_mmio_get_config() 56 memcpy(buf, &l, sizeof(l)); in virtio_mmio_get_config() 57 l = cpu_to_le32(readl(base + offset + sizeof(l))); in virtio_mmio_get_config() 58 memcpy(buf + sizeof(l), &l, sizeof(l)); in virtio_mmio_get_config() 74 __le32 l; in virtio_mmio_set_config() local 96 memcpy(&l, buf, sizeof(l)); in virtio_mmio_set_config() 100 memcpy(&l, buf, sizeof(l)); in virtio_mmio_set_config() 102 memcpy(&l, buf + sizeof(l), sizeof(l)); in virtio_mmio_set_config() [all …]
|