Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-tegra-usb.c128 #define UTMIP_BIAS_DEBOUNCE_A(x) (((x) & 0xffff) << 0) macro
482 val &= ~UTMIP_BIAS_DEBOUNCE_A(~0); in utmi_phy_power_on()
483 val |= UTMIP_BIAS_DEBOUNCE_A(phy->freq->debounce); in utmi_phy_power_on()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-tegra-usb.c142 #define UTMIP_BIAS_DEBOUNCE_A(x) (((x) & 0xffff) << 0) macro
516 val &= ~UTMIP_BIAS_DEBOUNCE_A(~0); in utmi_phy_power_on()
517 val |= UTMIP_BIAS_DEBOUNCE_A(phy->freq->debounce); in utmi_phy_power_on()

Completed in 4 milliseconds