Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-tegra-usb.c151 #define UTMIP_BIAS_PDTRK_COUNT(x) (((x) & 0x1f) << 3) macro
471 val &= ~UTMIP_BIAS_PDTRK_COUNT(~0); in utmi_phy_power_on()
472 val |= UTMIP_BIAS_PDTRK_COUNT(0x5); in utmi_phy_power_on()