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

/freebsd-current/sys/dev/usb/controller/dwc3/
H A Ddwc3.c394 phy_t usb2_phy, usb3_phy; local
473 usb2_phy = usb3_phy = NULL;
474 error = phy_get_by_ofw_name(dev, node, "usb2-phy", &usb2_phy);
475 if (error == 0 && usb2_phy != NULL)
476 phy_enable(usb2_phy);

Completed in 81 milliseconds