Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()