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

/freebsd-13-stable/sys/dev/usb/net/
H A Dif_mugereg.h158 #define ETH_USB_CFG0 0x080 macro
H A Dif_muge.c1018 if ((err = lan78xx_read_reg(sc, ETH_USB_CFG0, &buf)) != 0) {
1019 muge_warn_printf(sc, "failed to read ETH_USB_CFG0 (err=%d)\n", err);
1023 lan78xx_write_reg(sc, ETH_USB_CFG0, buf);
1052 if ((err = lan78xx_read_reg(sc, ETH_USB_CFG0, &buf)) < 0) {
1053 muge_warn_printf(sc, "failed to read ETH_USB_CFG0 (err=%d)\n",
1058 err = lan78xx_write_reg(sc, ETH_USB_CFG0, buf);

Completed in 104 milliseconds