Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/phy/
Dphy-tegra-usb.c157 #define UTMIP_BIAS_PDTRK_COUNT(x) (((x) & 0x1f) << 3) macro
599 val &= ~UTMIP_BIAS_PDTRK_COUNT(~0); in utmi_phy_power_on()
600 val |= UTMIP_BIAS_PDTRK_COUNT(0x5); in utmi_phy_power_on()