Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c51 #define USB_PHY_CLK_VALID BIT(7) macro
393 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, 0) == 0) in utmi_phy_clk_disable()
410 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, 0)) in utmi_phy_clk_disable()
425 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, in utmi_phy_clk_enable()
426 USB_PHY_CLK_VALID) == 0) in utmi_phy_clk_enable()
443 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, in utmi_phy_clk_enable()
444 USB_PHY_CLK_VALID)) in utmi_phy_clk_enable()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h207 #define USB_PHY_CLK_VALID (1 << 7) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-tegra.c546 if (readl(&usbctlr->susp_ctrl) & USB_PHY_CLK_VALID) in init_utmi_usb_controller()
664 if (readl(&usbctlr->susp_ctrl) & USB_PHY_CLK_VALID) in init_ulpi_usb_controller()