Searched refs:PRINTK2 (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/net/ |
D | lan91c96.c | 79 #define PRINTK2(args...) printf(args) macro 81 #define PRINTK2(args...) macro 151 PRINTK2 ("Memory: %4d available\n", (mem_info >> 8) * 2048); in dump_memory_info() 169 PRINTK2 ("Polling...\n"); in poll4int() 206 PRINTK2("%s:smc_reset\n", dev->name); in smc_reset() 238 PRINTK2("%s:smc_enable\n", dev->name); in smc_enable() 272 PRINTK2("%s:smc_shutdown\n", dev->name); in smc_shutdown() 358 PRINTK2 ("%s: memory allocation, try %d failed ...\n", in smc_send_packet() 366 PRINTK2 ("%s: memory allocation, try %d succeeded ...\n", in smc_send_packet() 433 PRINTK2("%s: TX timeout, sending failed...\n", dev->name); in smc_send_packet() [all …]
|
D | smc91111.c | 95 #define PRINTK2(args...) printf(args) macro 97 #define PRINTK2(args...) macro 244 PRINTK2 ("Polling...\n"); in poll4int() 294 PRINTK2 ("%s: smc_reset\n", SMC_DEV_NAME); in smc_reset() 356 PRINTK2("%s: smc_enable\n", SMC_DEV_NAME); in smc_enable() 382 PRINTK2("%s: smc_halt\n", SMC_DEV_NAME); in smc_halt() 480 PRINTK2 ("%s: memory allocation, try %d failed ...\n", in smc_send() 488 PRINTK2 ("%s: memory allocation, try %d succeeded ...\n", in smc_send() 560 PRINTK2 ("%s: TX timeout, sending failed...\n", SMC_DEV_NAME); in smc_send() 570 PRINTK2 ("MMU ready\n"); in smc_send() [all …]
|