Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/tegra/
Dxusb-tegra186.c119 #define UTMIP_LINE_DEB_CNT(x) ((x) & 0xf) macro
337 value &= ~UTMIP_LINE_DEB_CNT(~0); in tegra186_utmi_enable_phy_sleepwalk()
338 value |= UTMIP_LINE_DEB_CNT(1); in tegra186_utmi_enable_phy_sleepwalk()
Dxusb-tegra210.c301 #define UTMIP_LINE_DEB_CNT(x) (((x) & 0xf) << 16) macro
1368 value &= ~UTMIP_LINE_DEB_CNT(~0); in tegra210_pmc_utmi_enable_phy_sleepwalk()
1369 value |= UTMIP_LINE_DEB_CNT(0x1); in tegra210_pmc_utmi_enable_phy_sleepwalk()