Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/tegra/
H A Dxusb-tegra186.c124 #define UTMIP_LINE_DEB_CNT(x) ((x) & 0xf) macro
350 value &= ~UTMIP_LINE_DEB_CNT(~0); in tegra186_utmi_enable_phy_sleepwalk()
351 value |= UTMIP_LINE_DEB_CNT(1); in tegra186_utmi_enable_phy_sleepwalk()
H A 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()