Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/tegra/
H A Dxusb-tegra210.c302 #define UHSIC_LINE_DEB_CNT(x) (((x) & 0xf) << 20) macro
1578 value &= ~UHSIC_LINE_DEB_CNT(~0); in tegra210_pmc_hsic_enable_phy_sleepwalk()
1579 value |= UHSIC_LINE_DEB_CNT(0x1); in tegra210_pmc_hsic_enable_phy_sleepwalk()
H A Dxusb-tegra186.c123 #define UHSIC_LINE_DEB_CNT(x) (((x) & 0xf) << 4) macro