Searched refs:smsc_warn_printf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/dev/usb/ |
| H A D | if_smsc.c | 160 #define smsc_warn_printf(un, fmt, args...) \ macro 225 smsc_warn_printf(un, "Failed to read register 0x%0x\n", off); in smsc_readreg() 252 smsc_warn_printf(un, "Failed to write register 0x%0x\n", off); in smsc_writereg() 288 smsc_warn_printf(un, "MII is busy\n"); in smsc_uno_miibus_readreg() 297 smsc_warn_printf(un, "MII read timeout\n"); in smsc_uno_miibus_readreg() 317 smsc_warn_printf(un, "MII is busy\n"); in smsc_uno_miibus_writereg() 327 smsc_warn_printf(un, "MII write timeout\n"); in smsc_uno_miibus_writereg() 369 smsc_warn_printf(un, "failed to read initial AFC_CFG, " in smsc_uno_miibus_statchg() 403 smsc_warn_printf(un, "media change failed, error %d\n", err); in smsc_uno_miibus_statchg() 484 smsc_warn_printf(un, "failed to read SMSC_COE_CTRL (err=%d)\n", in smsc_setoe_locked() [all …]
|