Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-tegra-usb.c99 #define UTMIP_HSSQUELCH_LEVEL(x) (((x) & 0x3) << 0) macro
326 val &= ~(UTMIP_HSSQUELCH_LEVEL(~0) | in utmip_pad_power_on()
330 val |= UTMIP_HSSQUELCH_LEVEL(config->hssquelch_level); in utmip_pad_power_on()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-tegra-usb.c113 #define UTMIP_HSSQUELCH_LEVEL(x) (((x) & 0x3) << 0) macro
344 val &= ~(UTMIP_HSSQUELCH_LEVEL(~0) | in utmip_pad_power_on()
348 val |= UTMIP_HSSQUELCH_LEVEL(config->hssquelch_level); in utmip_pad_power_on()

Completed in 4 milliseconds