Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c59 #define USB_PHY_CLK_VALID (1 << 7) macro
345 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, 0) < 0) in utmi_phy_clk_disable()
367 if (utmi_wait_register(base + USB_SUSP_CTRL, USB_PHY_CLK_VALID, in utmi_phy_clk_enable()
368 USB_PHY_CLK_VALID)) in utmi_phy_clk_enable()