| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | cpu.c | 149 u64 va_start = 0; in mmu_setup() local 164 if (va_start >= CONFIG_SYS_PCIE1_VIRT_ADDR && in mmu_setup() 165 va_start < (CONFIG_SYS_PCIE1_VIRT_ADDR + in mmu_setup() 168 CONFIG_SYS_PCIE1_PHYS_BASE + va_start, in mmu_setup() 171 else if (va_start >= CONFIG_SYS_PCIE2_VIRT_ADDR && in mmu_setup() 172 va_start < (CONFIG_SYS_PCIE2_VIRT_ADDR + in mmu_setup() 175 CONFIG_SYS_PCIE2_PHYS_BASE + va_start, in mmu_setup() 179 va_start, in mmu_setup() 181 va_start += BLOCK_SIZE_L2; in mmu_setup()
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | error.c | 23 va_start(args, fmt); in Warning() 37 va_start(args, fmt); in Error() 55 va_start(args, fmt); in Perror()
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rkflash_debug.c | 26 va_start(args, fmt); in rkflash_print_dio() 44 va_start(args, fmt); in rkflash_print_bio() 61 va_start(args, fmt); in rkflash_print_info() 77 va_start(args, fmt); in rkflash_print_error()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | panic.c | 41 va_start(args, fmt); in panic()
|
| H A D | tiny-printf.c | 340 va_start(va, fmt); in printf() 358 va_start(va, fmt); in sprintf() 375 va_start(va, fmt); in snprintf()
|
| H A D | vsprintf.c | 698 va_start(args, fmt); in snprintf() 710 va_start(args, fmt); in scnprintf() 740 va_start(args, fmt); in sprintf() 752 va_start(args, fmt); in printf()
|
| /rk3399_rockchip-uboot/test/ |
| H A D | ut.c | 30 va_start(args, fmt); in ut_failf()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | util.c | 17 va_start(args, fmt); in dm_warn()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_sysdeps_posix.c | 75 va_start(ap, message); in avb_printv()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand_compat.c | 61 va_start(ap, fmt); in devm_kasprintf()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.h | 42 va_start(ap, str); in die()
|
| H A D | dtc-lexer.l | 300 va_start(ap, fmt);
|
| H A D | srcpos.c | 293 va_start(va, fmt); in srcpos_error()
|
| H A D | util.c | 62 va_start(ap, fmt); in xasprintf()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | relocate-rela.c | 31 va_start(args, fmt); in debug()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | util.c | 119 va_start(ap, fmt); in str_printf()
|
| H A D | zconf.y | 575 va_start(ap, err); in zconfprint() 587 va_start(ap, err); in zconf_error()
|
| H A D | menu.c | 24 va_start(ap, fmt); in menu_warn() 34 va_start(ap, fmt); in prop_warn()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | console.c | 324 va_start(args, fmt); in serial_printf() 400 va_start(args, fmt); in fprintf() 564 va_start(ap, format); in vspfunc()
|
| H A D | log.c | 140 va_start(args, fmt); in _log()
|
| H A D | lcd_console.c | 215 va_start(args, fmt); in lcd_printf()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | sec-common.c | 64 va_start(ap, flag); in secure_rom_call()
|
| /rk3399_rockchip-uboot/post/ |
| H A D | post.c | 398 va_start(args, format); in post_log()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 300 va_start(args, fmt); in dm_gpio_requestf() 349 va_start(args, fmt); in gpio_requestf()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 606 va_start(ap, fmt); in item_make() 618 va_start(ap, fmt); in item_add_str()
|