Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 6 of 6) sorted by relevance

/u-boot/lib/
A Dstring.c495 unsigned long *sl = (unsigned long *) s; in memset() local
503 if ( ((ulong)s & (sizeof(*sl) - 1)) == 0) { in memset()
504 for (i = 0; i < sizeof(*sl); i++) { in memset()
508 while (count >= sizeof(*sl)) { in memset()
509 *sl++ = cl; in memset()
510 count -= sizeof(*sl); in memset()
514 s8 = (char *)sl; in memset()
534 unsigned long *dl = (unsigned long *)dest, *sl = (unsigned long *)src; in memcpy() local
543 *dl++ = *sl++; in memcpy()
549 s8 = (char *)sl; in memcpy()
/u-boot/arch/mips/lib/
A Dcache.c23 unsigned long conf2, sl; in probe_l2() local
47 sl = (conf2 & MIPS_CONF2_SL) >> MIPS_CONF2_SL_SHF; in probe_l2()
48 gd->arch.l2_line_size = sl ? (2 << sl) : 0; in probe_l2()
/u-boot/arch/nios2/lib/
A Dlonglong.h91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
96 (sl) = __x; \
101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
106 (sl) = __x; \
/u-boot/arch/arm/include/asm/proc-armv/
A Dprocessor.h33 unsigned long sl; member
/u-boot/common/
A Dcommand.c310 int sl = sep != NULL ? strlen(sep) : 0; in print_argv() local
320 len = strlen(*argv) + sl; in print_argv()
325 i = ll - sl; in print_argv()
/u-boot/drivers/video/
A Dmx3fb.c274 u32 sl:14; member
322 u32 sl:14; member
470 params->pp.sl = stride - 1; in ipu_ch_param_set_size()

Completed in 9 milliseconds