Searched refs:rtl_writephy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c866 rtl_writephy(device_t dev, int phy, int reg, int data) function
889 DPRINTF(dev, "rtl_writephy(): chip not responsive, retrying %d more tiems\n", i);
890 pause("rtl_writephy", RTL_IICBUS_RETRY_SLEEP);
893 DEVERR(dev, err, "rtl_writephy()=%d: phy=%d.%02x\n", phy, reg);
937 DEVMETHOD(miibus_writereg, rtl_writephy),
941 DEVMETHOD(mdio_writereg, rtl_writephy),
949 DEVMETHOD(etherswitch_writephyreg, rtl_writephy),

Completed in 104 milliseconds