Searched refs:PMC_UTMIP_UHSIC_LINE_WAKEUP (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 368 #define PMC_UTMIP_UHSIC_LINE_WAKEUP (0x26c) macro 1379 value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_utmi_enable_phy_sleepwalk() 1381 padctl_pmc_writel(priv, value, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_utmi_enable_phy_sleepwalk() 1501 value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_utmi_enable_phy_sleepwalk() 1503 padctl_pmc_writel(priv, value, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_utmi_enable_phy_sleepwalk() 1523 value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_utmi_disable_phy_sleepwalk() 1525 padctl_pmc_writel(priv, value, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_utmi_disable_phy_sleepwalk() 1589 value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_hsic_enable_phy_sleepwalk() 1591 padctl_pmc_writel(priv, value, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_hsic_enable_phy_sleepwalk() 1651 value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); in tegra210_pmc_hsic_enable_phy_sleepwalk() [all …]
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 165 #define PMC_UTMIP_UHSIC_LINE_WAKEUP 0x26c macro 2795 regmap_reg_range(PMC_UTMIP_UHSIC_LINE_WAKEUP, PMC_UTMIP_UHSIC_LINE_WAKEUP),
|