/openbmc/u-boot/disk/ |
H A D | part_amiga.c | 17 #define PRINTF(fmt, args...) printf(fmt ,##args) macro 19 #define PRINTF(fmt, args...) macro 148 PRINTF("Rigid disk block suspect at %d, checking checksum\n",i); in get_rdisk() 151 PRINTF("FOUND\n"); in get_rdisk() 158 PRINTF("Done scanning, no RDB found\n"); in get_rdisk() 180 PRINTF("Scanning for BOOT from 0 to %d\n", limit); in get_bootcode() 190 PRINTF("BOOT block at %d, checking checksum\n", i); in get_bootcode() 193 PRINTF("Found valid bootcode block\n"); in get_bootcode() 201 PRINTF("No boot code found on disk\n"); in get_bootcode() 214 PRINTF("part_test_amiga: Testing for an Amiga RDB partition\n"); in part_test_amiga() [all …]
|
H A D | part_iso.c | 17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 19 #define PRINTF(fmt,args...) macro 82 PRINTF(" Lastsect:%08lx\n",lastsect); in part_get_info_iso_verb() 84 PRINTF("Reading block %d\n", i); in part_get_info_iso_verb() 104 PRINTF(" Boot Entry at: %08lX\n",bootaddr); in part_get_info_iso_verb() 197 PRINTF(" part %d found @ %lx size %lx\n",part_num,info->start,info->size); in part_get_info_iso_verb()
|
H A D | part.c | 18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 20 #define PRINTF(fmt,args...) macro 310 PRINTF("## Testing for valid %s partition ##\n", drv->name); in part_print() 339 PRINTF("## Driver %s does not have the get_info() method\n", in part_get_info() 344 PRINTF("## Valid %s partition found ##\n", drv->name); in part_get_info()
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | ncsi.c | 35 …PRINTF( FP_LOG, "[NCSI-Request] DA : %02x %02x %02x %02x %02x %02x\n", in->DA[ 0 ], in… in ncsi_reqdump() 36 …PRINTF( FP_LOG, "[NCSI-Request] SA : %02x %02x %02x %02x %02x %02x\n", in->SA[ 0 ], in… in ncsi_reqdump() 37 …PRINTF( FP_LOG, "[NCSI-Request] EtherType : %04x\n", SWAP_2B_BEDN( in->EtherType ) … in ncsi_reqdump() 38 …PRINTF( FP_LOG, "[NCSI-Request] MC_ID : %02x\n", in->MC_ID … in ncsi_reqdump() 39 …PRINTF( FP_LOG, "[NCSI-Request] Header_Revision: %02x\n", in->Header_Revision … in ncsi_reqdump() 41 …PRINTF( FP_LOG, "[NCSI-Request] IID : %02x\n", in->IID … in ncsi_reqdump() 42 …PRINTF( FP_LOG, "[NCSI-Request] Command : %02x\n", in->Command … in ncsi_reqdump() 43 …PRINTF( FP_LOG, "[NCSI-Request] ChID : %02x\n", in->ChID … in ncsi_reqdump() 44 …PRINTF( FP_LOG, "[NCSI-Request] Payload_Length : %04x\n", SWAP_2B_BEDN( in->Payload_Length ) … in ncsi_reqdump() 49 …PRINTF( FP_LOG, "[NCSI-Request] Response_Code : %04x\n", SWAP_2B_BEDN( in->Response_Code ) … in ncsi_reqdump() [all …]
|
H A D | mac.c | 975 PRINTF( option, "[SRAM] Date:%08x\n", SRAM_RD( 0x88 ) ); in FPri_RegValue() 976 …PRINTF( option, "[SRAM] 80:%08x %08x %08x %08x\n", SRAM_RD( 0x80 ), SRAM_RD( 0x84 ), SRAM_RD( 0x8… in FPri_RegValue() 978 …PRINTF( option, "[SCU] a0:%08x a4:%08x b8:%08x bc:%08x\n", SCU_RD( 0x0a0 ), SCU_RD( 0x0a4 ), S… in FPri_RegValue() 980 …PRINTF( option, "[SCU] 13c:%08x 140:%08x 144:%08x 1dc:%08x\n", SCU_RD( 0x13c ), SCU_RD( 0x140 ), S… in FPri_RegValue() 981 …PRINTF( option, "[WDT] 0c:%08x 2c:%08x 4c:%08x\n", eng->reg.WDT_00c, eng->reg.WDT_02c, eng->reg… in FPri_RegValue() 982 …PRINTF( option, "[MAC] A0|%08x %08x %08x %08x\n", mac_reg_read( eng, 0xa0 ), mac_reg_read( eng, 0… in FPri_RegValue() 983 …PRINTF( option, "[MAC] B0|%08x %08x %08x %08x\n", mac_reg_read( eng, 0xb0 ), mac_reg_read( eng, 0… in FPri_RegValue() 984 …PRINTF( option, "[MAC] C0|%08x %08x %08x\n", mac_reg_read( eng, 0xc0 ), mac_reg_read( eng, … in FPri_RegValue() 995 …PRINTF( option, "\n\n\n\n\n\n[Info] The PHY's RMII reference clock pin is setting to the OUTPUT mo… in FPri_End() 996 …PRINTF( option, " Maybe you can run the INPUT mode command \"mactest %d %d %d %d %d %d %d\"… in FPri_End() [all …]
|
H A D | phy.c | 80 PRINTF(FP_LOG, in phy_write() 98 PRINTF(FP_LOG, in phy_write() 112 PRINTF(FP_LOG, "[Wr ]%02d: 0x%04x (%02d:%08x)\n", index, in phy_write() 138 PRINTF(FP_LOG, in phy_read() 160 PRINTF(FP_LOG, in phy_read() 180 PRINTF(FP_LOG, "[Rd ]%02d: 0x%04x (%02d:%08x)\n", index, in phy_read() 194 PRINTF(FP_LOG, in phy_clrset() 224 PRINTF(option, "[%02d] ", eng->phy.Adr); in phy_scan_id() 225 PRINTF(option, "%d:%04x ", 2, phy_read(eng, 2)); in phy_scan_id() 226 PRINTF(option, "%d:%04x ", 3, phy_read(eng, 3)); in phy_scan_id() [all …]
|
H A D | mactest.c | 101 PRINTF(option, " 1G "); in Print_Header() 103 PRINTF(option, " 100M "); in Print_Header() 105 PRINTF(option, " 10M "); in Print_Header() 110 PRINTF(option, "TX/RX delay margin check\n"); in Print_Header() 113 PRINTF(option, "TX/RX delay scan\n"); in Print_Header() 116 PRINTF(option, "TX/RX delay and IO driving scan\n"); in Print_Header() 119 PRINTF(option, "TX frame - ARP\n"); in Print_Header() 122 PRINTF(option, "TX frame - random\n"); in Print_Header() 125 PRINTF(option, "TX frame - 0x%08x\n", p_eng->arg.user_def_val); in Print_Header() 1353 PRINTF(FP_IO, "\n"); in test_start()
|
H A D | comminf.h | 21 #define PRINTF(i, ...) \ macro
|
/openbmc/u-boot/drivers/fpga/ |
H A D | cyclon2.c | 14 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 16 #define PRINTF(fmt,args...) macro 44 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in CYC2_load() 53 PRINTF ("%s: Launching Fast Passive Parallel Loader\n", in CYC2_load() 74 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in CYC2_dump() 101 PRINTF ("%s: start with interface functions @ 0x%p\n", in CYC2_ps_load() 108 PRINTF ("%s: Function Table:\n" in CYC2_ps_load()
|
H A D | virtex2.c | 22 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 24 #define PRINTF(fmt,args...) macro 100 PRINTF ("%s: Launching Slave Serial Load\n", __FUNCTION__); in virtex2_load() 105 PRINTF ("%s: Launching Slave Parallel Load\n", __FUNCTION__); in virtex2_load() 122 PRINTF ("%s: Launching Slave Serial Dump\n", __FUNCTION__); in virtex2_dump() 127 PRINTF ("%s: Launching Slave Parallel Dump\n", __FUNCTION__); in virtex2_dump() 162 PRINTF ("%s:%d: Start with interface functions @ 0x%p\n", in virtex2_ssm_load() 172 PRINTF ("%s:%d: Function Table:\n" in virtex2_ssm_load() 181 PRINTF (" clock 0x%p\n" in virtex2_ssm_load() 257 PRINTF ("%s:%d:done went active early, bytecount = %d\n", in virtex2_ssm_load()
|
H 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()
|
H 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()
|
H A D | ACEX1K.c | 16 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 18 #define PRINTF(fmt,args...) macro 46 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in ACEX1K_load() 66 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in ACEX1K_dump() 95 PRINTF ("%s: start with interface functions @ 0x%p\n", in ACEX1K_ps_load() 104 PRINTF ("%s: Function Table:\n" in ACEX1K_ps_load()
|
/openbmc/linux/scripts/dtc/ |
H A D | util.h | 17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 23 #define PRINTF(i, j) macro 32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 66 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...); 67 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...);
|
H A D | srcpos.h | 96 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 98 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
/openbmc/u-boot/cmd/ |
H A D | fdc.c | 19 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 21 #define PRINTF(fmt,args...) macro 257 PRINTF("Cmd 0x%02x Track %ld, Head %ld, Sector %ld, Drive %d (blnr %ld)\n", in fdc_issue_cmd() 323 PRINTF("Error: timeout while issue cmd%d\n",i); in fdc_issue_cmd() 332 PRINTF(" timeout while reading result%d MSR=0x%02X\n",i,read_fdc_reg(FDC_MSR)); in fdc_issue_cmd() 437 PRINTF("1st nr of block possible read %ld start %ld\n",readblk,pCMD->blnr); in fdc_read_data() 440 PRINTF("we read %ld blocks start %ld\n",readblk,pCMD->blnr); in fdc_read_data() 461 PRINTF("Transfer error transferred: at %ld, MSR=%02X\n",i,c); in fdc_read_data() 475 PRINTF(" trying to recalibrate Try %d\n",retriescal); in fdc_read_data() 487 PRINTF("Read retry %d\n",retriesrw); in fdc_read_data() [all …]
|
H A D | reiser.c | 27 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 29 #define PRINTF(fmt,args...) macro 51 PRINTF("Using device %s %d:%d, directory: %s\n", argv[1], dev, part, filename); in do_reiserls()
|
H A D | yaffs2.c | 22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro 24 #define PRINTF(fmt, args...) do { } while (0) macro
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | queue.c | 21 #define PRINTF(a,b,c) macro 36 PRINTF("queue class %d event %d\n",class,event) ; in queue_event() 52 PRINTF("timer event class %d token %d\n", in timer_event() 71 PRINTF("dispatch get %x put %x\n",ev,smc->q.ev_put) ; in ev_dispatcher() 73 PRINTF("dispatch class %d event %d\n",ev->class,ev->event) ; in ev_dispatcher()
|
/openbmc/linux/tools/accounting/ |
H A D | procacct.c | 67 #define PRINTF(fmt, arg...) { \ macro 235 PRINTF("PID\t%d\n", rtid); in handle_aggr() 239 PRINTF("TGID\t%d\n", rtid); in handle_aggr() 337 PRINTF("family id %d\n", id); in main() 343 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 352 PRINTF("received %d bytes\n", rep_len); in main() 368 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main() 380 PRINTF("mother=%i\n", mother); in main()
|
H A D | getdelays.c | 55 #define PRINTF(fmt, arg...) { \ macro 412 PRINTF("family id %d\n", id); in main() 418 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 442 PRINTF("Sent pid/tgid, retval %d\n", rc); in main() 469 PRINTF("received %d bytes\n", rep_len); in main() 484 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
|
/openbmc/u-boot/scripts/dtc/ |
H 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, ...);
|
H 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,
|
/openbmc/u-boot/lib/ |
H A D | panic.c | 40 #if CONFIG_IS_ENABLED(PRINTF) in panic()
|
H A D | tiny-printf.c | 318 #if CONFIG_IS_ENABLED(PRINTF)
|