Searched refs:DRIVERNAME (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ks8851_mll.c | 17 #define DRIVERNAME "ks8851_mll" macro 329 printf(DRIVERNAME ": bad packet\n"); in ks_rcv() 350 printf(DRIVERNAME ": Memory selftest not finished\n"); in ks_read_selftest() 355 printf(DRIVERNAME ": TX memory selftest fails\n"); in ks_read_selftest() 360 printf(DRIVERNAME ": RX memory selftest fails\n"); in ks_read_selftest() 364 debug(DRIVERNAME ": the selftest passes\n"); in ks_read_selftest() 427 printf(DRIVERNAME ": is chip mounted ?\n"); in ks8851_mll_detect_chip() 430 printf(DRIVERNAME ": Invalid chip id 0x%04x\n", val); in ks8851_mll_detect_chip() 443 printf(DRIVERNAME ": Unknown chip ID %04x\n", val); in ks8851_mll_detect_chip() 480 debug(DRIVERNAME ": phy initialized\n"); in ks8851_mll_phy_configure() [all …]
|
| H A D | smc911x.c | 32 printf(DRIVERNAME ": MAC %pM\n", m); in smc911x_handle_mac_address() 104 printf(DRIVERNAME ": phy initialized\n"); in smc911x_phy_configure() 109 printf(DRIVERNAME ": autonegotiation timed out\n"); in smc911x_phy_configure() 133 printf(DRIVERNAME ": detected %s controller\n", id->name); in smc911x_init() 177 printf(DRIVERNAME ": failed to send packet: %s%s%s%s%s\n", in smc911x_send() 210 printf(DRIVERNAME in smc911x_rx() 281 sprintf(dev->name, "%s-%hu", DRIVERNAME, dev_num); in smc911x_initialize()
|
| H A D | smc911x.h | 14 #define DRIVERNAME "smc911x" macro 436 printf(DRIVERNAME ": Invalid chip endian 0x%08lx\n", val); in smc911x_detect_chip() 445 printf(DRIVERNAME ": Unknown chip ID %04lx\n", val); in smc911x_detect_chip() 472 printf(DRIVERNAME in smc911x_reset() 488 printf(DRIVERNAME ": reset timeout\n"); in smc911x_reset()
|
| H A D | dnet.c | 74 debug(DRIVERNAME "dnet_mdio_write %02x:%02x <- %04x\n", in dnet_mdio_write() 127 debug(DRIVERNAME "dnet_mdio_read %02x:%02x <- %04x\n", in dnet_mdio_read() 140 debug(DRIVERNAME "[%s] Sending %u bytes\n", __func__, length); in dnet_send() 158 printf(DRIVERNAME "No free space (actual %d, required %d " in dnet_send()
|
| H A D | dnet.h | 14 #define DRIVERNAME "dnet" macro
|