Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c157 u8 active_delay; member
167 .active_delay = 0x04,
175 .active_delay = 0x05,
183 .active_delay = 0x06,
191 .active_delay = 0x09,
492 val |= UTMIP_PLL_ACTIVE_DLY_COUNT(phy->freq->active_delay) | in utmi_phy_power_on()