Searched refs:PRINTK2 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | lan91c96.c | 80 #define PRINTK2(args...) printf(args) macro 82 #define PRINTK2(args...) macro 152 PRINTK2 ("Memory: %4d available\n", (mem_info >> 8) * 2048); in dump_memory_info() 170 PRINTK2 ("Polling...\n"); in poll4int() 207 PRINTK2("%s:smc_reset\n", dev->name); in smc_reset() 239 PRINTK2("%s:smc_enable\n", dev->name); in smc_enable() 273 PRINTK2("%s:smc_shutdown\n", dev->name); in smc_shutdown() 359 PRINTK2 ("%s: memory allocation, try %d failed ...\n", in smc_send_packet() 367 PRINTK2 ("%s: memory allocation, try %d succeeded ...\n", in smc_send_packet() 434 PRINTK2("%s: TX timeout, sending failed...\n", dev->name); in smc_send_packet() [all …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc9194.c | 153 #define PRINTK2(x) printk x macro 155 #define PRINTK2(x) macro 550 PRINTK2((CARDNAME": memory allocation deferred.\n")); in smc_wait_to_send_packet() 661 PRINTK2((CARDNAME": Sent packet of length %d\n", length)); in smc_hardware_send_packet() 1151 PRINTK2(("RCV: STATUS %4x LENGTH %4x\n", status, packet_length )); in smc_rcv() 1340 PRINTK2((KERN_WARNING CARDNAME ": MASK IS %x\n", mask)); in smc_interrupt() 1354 PRINTK2((KERN_WARNING CARDNAME in smc_interrupt() 1358 PRINTK2((KERN_WARNING CARDNAME in smc_interrupt() 1375 PRINTK2((KERN_WARNING CARDNAME in smc_interrupt() 1383 PRINTK2((KERN_DEBUG CARDNAME in smc_interrupt() [all …]
|