Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/phy/
Dphy-tegra-usb.c101 #define UTMIP_XCVR_LSRSLEW(x) (((x) & 0x3) << 8) macro
576 UTMIP_XCVR_LSFSLEW(~0) | UTMIP_XCVR_LSRSLEW(~0)); in utmi_phy_power_on()
583 val |= UTMIP_XCVR_LSRSLEW(config->xcvr_lsrslew); in utmi_phy_power_on()