Searched refs:PCNET_DEBUG1 (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/net/ |
A D | pcnet.c | 24 #define PCNET_DEBUG1(fmt,args...) \ macro 193 PCNET_DEBUG1("AMD %s\n", chipname); in pcnet_probe_common() 218 PCNET_DEBUG1("%s: %s...\n", lp->name, __func__); in pcnet_init_common() 263 PCNET_DEBUG1 in pcnet_init_common() 282 PCNET_DEBUG1("Init block at 0x%p: MAC", &lp->uc->init_block); in pcnet_init_common() 286 PCNET_DEBUG1(" %02x", lp->uc->init_block.phys_addr[i]); in pcnet_init_common() 296 PCNET_DEBUG1("\ntlen_rlen=0x%x rx_ring=0x%x tx_ring=0x%x\n", in pcnet_init_common() 397 PCNET_DEBUG1(" (status=0x%x)", err_status); in pcnet_recv_common() 445 PCNET_DEBUG1("%s: %s...\n", lp->name, __func__); in pcnet_halt_common() 506 PCNET_DEBUG1("\n%s...\n", __func__); in pcnet_initialize() [all …]
|
Completed in 8 milliseconds