Searched refs:sl (Results 1 – 6 of 6) sorted by relevance
/u-boot/lib/ |
A D | string.c | 495 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 D | cache.c | 23 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 D | longlong.h | 91 #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 D | processor.h | 33 unsigned long sl; member
|
/u-boot/common/ |
A D | command.c | 310 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 D | mx3fb.c | 274 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