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

/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_typec_phy.c348 phandle_t node, usb3; local
423 /* Only usb3 port is supported right now */
424 usb3 = ofw_bus_find_child(node, "usb3-port");
425 if (usb3 == 0) {
426 device_printf(dev, "Cannot find usb3-port child node\n");
432 if (!ofw_bus_node_status_okay(usb3))
436 phy_init.ofw_node = usb3;
439 device_printf(dev, "failed to create phy usb3-port\n");
443 device_printf(dev, "failed to register phy usb3
[all...]

Completed in 114 milliseconds