/u-boot/disk/ |
A D | part_amiga.c | 19 #define PRINTF(fmt, args...) printf(fmt ,##args) macro 21 #define PRINTF(fmt, args...) macro 153 PRINTF("FOUND\n"); in get_rdisk() 160 PRINTF("Done scanning, no RDB found\n"); in get_rdisk() 195 PRINTF("Found valid bootcode block\n"); in get_bootcode() 203 PRINTF("No boot code found on disk\n"); in get_bootcode() 231 PRINTF("part_test_amiga: no RDB found\n"); in part_test_amiga() 251 PRINTF("find_partition: no rdb found\n"); in find_partition() 284 PRINTF("PART block not found\n"); in find_partition() 333 PRINTF("part_print_amiga: no rdb found\n"); in part_print_amiga() [all …]
|
A D | part_iso.c | 20 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 22 #define PRINTF(fmt,args...) macro 85 PRINTF(" Lastsect:%08lx\n",lastsect); in part_get_info_iso_verb() 87 PRINTF("Reading block %d\n", i); in part_get_info_iso_verb() 107 PRINTF(" Boot Entry at: %08lX\n",bootaddr); in part_get_info_iso_verb() 200 PRINTF(" part %d found @ %lx size %lx\n",part_num,info->start,info->size); in part_get_info_iso_verb()
|
A D | part.c | 21 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 23 #define PRINTF(fmt,args...) macro 319 PRINTF("## Testing for valid %s partition ##\n", drv->name); in part_print() 348 PRINTF("## Driver %s does not have the get_info() method\n", in part_get_info() 353 PRINTF("## Valid %s partition found ##\n", drv->name); in part_get_info()
|
/u-boot/drivers/fpga/ |
A D | cyclon2.c | 15 #define PRINTF(fmt, args...) printf(fmt, ##args) macro 17 #define PRINTF(fmt, args...) macro 45 PRINTF("%s: Launching Passive Serial Loader\n", __func__); in CYC2_load() 54 PRINTF("%s: Launching Fast Passive Parallel Loader\n", in CYC2_load() 75 PRINTF("%s: Launching Passive Serial Dump\n", __func__); in CYC2_dump() 102 PRINTF("%s: start with interface functions @ 0x%p\n", in CYC2_ps_load() 109 PRINTF("%s: Function Table:\n" in CYC2_ps_load()
|
A D | virtex2.c | 25 #define PRINTF(fmt, args...) printf(fmt, ##args) macro 27 #define PRINTF(fmt, args...) macro 103 PRINTF("%s: Launching Slave Serial Load\n", __func__); in virtex2_load() 108 PRINTF("%s: Launching Slave Parallel Load\n", __func__); in virtex2_load() 125 PRINTF("%s: Launching Slave Serial Dump\n", __func__); in virtex2_dump() 130 PRINTF("%s: Launching Slave Parallel Dump\n", __func__); in virtex2_dump() 164 PRINTF("%s:%d: Start with interface functions @ 0x%p\n", in virtex2_slave_pre() 174 PRINTF("%s:%d: Function Table:\n" in virtex2_slave_pre() 183 PRINTF(" clock 0x%p\n" in virtex2_slave_pre() 344 PRINTF("%s:%d:done went active early, bytecount = %d\n", in virtex2_ssm_load() [all …]
|
A D | ACEX1K.c | 17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 19 #define PRINTF(fmt,args...) macro 47 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in ACEX1K_load() 67 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in ACEX1K_dump() 96 PRINTF ("%s: start with interface functions @ 0x%p\n", in ACEX1K_ps_load() 105 PRINTF ("%s: Function Table:\n" in ACEX1K_ps_load()
|
A D | spartan2.c | 12 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 14 #define PRINTF(fmt,args...) macro 50 PRINTF ("%s: Launching Slave Serial Load\n", __FUNCTION__); in spartan2_load() 55 PRINTF ("%s: Launching Slave Parallel Load\n", __FUNCTION__); in spartan2_load() 73 PRINTF ("%s: Launching Slave Serial Dump\n", __FUNCTION__); in spartan2_dump() 78 PRINTF ("%s: Launching Slave Parallel Dump\n", __FUNCTION__); in spartan2_dump() 104 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan2_sp_load() 113 PRINTF ("%s: Function Table:\n" in spartan2_sp_load() 306 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan2_ss_load() 315 PRINTF ("%s: Function Table:\n" in spartan2_ss_load()
|
A D | spartan3.c | 17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 19 #define PRINTF(fmt,args...) macro 54 PRINTF ("%s: Launching Slave Serial Load\n", __FUNCTION__); in spartan3_load() 59 PRINTF ("%s: Launching Slave Parallel Load\n", __FUNCTION__); in spartan3_load() 77 PRINTF ("%s: Launching Slave Serial Dump\n", __FUNCTION__); in spartan3_dump() 82 PRINTF ("%s: Launching Slave Parallel Dump\n", __FUNCTION__); in spartan3_dump() 108 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan3_sp_load() 117 PRINTF ("%s: Function Table:\n" in spartan3_sp_load() 312 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan3_ss_load() 321 PRINTF ("%s: Function Table:\n" in spartan3_ss_load()
|
/u-boot/scripts/dtc/ |
A D | util.h | 29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 32 #define PRINTF(i, j) macro 41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 74 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
A D | srcpos.h | 110 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 112 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
A D | checks.c | 75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
|
/u-boot/cmd/ |
A D | reiser.c | 28 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 30 #define PRINTF(fmt,args...) macro 52 PRINTF("Using device %s %d:%d, directory: %s\n", argv[1], dev, part, filename); in do_reiserls()
|
A D | yaffs2.c | 22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro 24 #define PRINTF(fmt, args...) do { } while (0) macro
|
/u-boot/lib/ |
A D | panic.c | 42 #if CONFIG_IS_ENABLED(PRINTF) in panic()
|
A D | tiny-printf.c | 330 #if CONFIG_IS_ENABLED(PRINTF)
|
A D | vsprintf.c | 785 #if CONFIG_IS_ENABLED(PRINTF)
|
A D | Kconfig | 61 config PRINTF config
|