Home
last modified time | relevance | path

Searched refs:USB_PHY_CLK_VALID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c52 #define USB_PHY_CLK_VALID BIT(7) macro
427 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, 0) == 0) in utmi_phy_clk_disable()
444 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, 0)) in utmi_phy_clk_disable()
459 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, in utmi_phy_clk_enable()
460 USB_PHY_CLK_VALID) == 0) in utmi_phy_clk_enable()
477 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, in utmi_phy_clk_enable()
478 USB_PHY_CLK_VALID)) in utmi_phy_clk_enable()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h206 #define USB_PHY_CLK_VALID (1 << 7) macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c543 if (readl(&usbctlr->susp_ctrl) & USB_PHY_CLK_VALID) in init_utmi_usb_controller()
661 if (readl(&usbctlr->susp_ctrl) & USB_PHY_CLK_VALID) in init_ulpi_usb_controller()