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

/freebsd-11.0-release/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c716 rtl_writephy(device_t dev, int phy, int reg, int data) function
737 DPRINTF(dev, "rtl_writephy(): chip not responsive, retrying %d more tiems\n", i);
738 pause("rtl_writephy", RTL_IICBUS_RETRY_SLEEP);
741 DEVERR(dev, err, "rtl_writephy()=%d: phy=%d.%02x\n", phy, reg);
779 DEVMETHOD(miibus_writereg, rtl_writephy),
787 DEVMETHOD(etherswitch_writephyreg, rtl_writephy),

Completed in 41 milliseconds