Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-tegra-usb.c143 #define UTMIP_BIAS_PDTRK_COUNT(x) (((x) & 0x1f) << 3) macro
551 val &= ~UTMIP_BIAS_PDTRK_COUNT(~0); in utmi_phy_power_on()
552 val |= UTMIP_BIAS_PDTRK_COUNT(0x5); in utmi_phy_power_on()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A 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()

Completed in 4 milliseconds