Lines Matching full:utmi
276 /* UTMI params */
403 "Cannot unreset 'utmi-pads' reset\n"); in usbphy_utmi_enable()
409 "Cannot enable 'utmi-pads' clock\n"); in usbphy_utmi_enable()
427 "Cannot disable 'utmi-pads' clock\n"); in usbphy_utmi_enable()
540 "Cannot enable 'utmi-pads' clock\n"); in usbphy_utmi_disable()
551 "Cannot disable 'utmi-pads' clock\n"); in usbphy_utmi_disable()
570 "Only UTMI interface is supported.\n"); in usbphy_phy_enable()
593 if (strcmp(tmpstr, "utmi") == 0) in usb_get_ifc_mode()
739 rv = hwreset_get_by_ofw_name(sc->dev, 0, "utmi-pads", &sc->reset_pads); in usbphy_attach()
741 device_printf(dev, "Cannot get 'utmi-pads' reset\n"); in usbphy_attach()
755 rv = clk_get_by_ofw_name(sc->dev, 0, "utmi-pads", &sc->clk_pads); in usbphy_attach()
757 device_printf(sc->dev, "Cannot get 'utmi-pads' clock\n"); in usbphy_attach()
777 if (OF_hasprop(node, "nvidia,has-utmi-pad-registers")) in usbphy_attach()
786 /* We supports only utmi phy mode for now .... */ in usbphy_attach()