Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/soc/tegra/
Dpmc.c163 static u32 tegra_pmc_readl(unsigned long offset) in tegra_pmc_readl() function
184 status = tegra_pmc_readl(PWRGATE_STATUS) & (1 << id); in tegra_powergate_set()
234 status = tegra_pmc_readl(PWRGATE_STATUS) & (1 << id); in tegra_powergate_is_powered()
388 value = tegra_pmc_readl(PMC_SCRATCH0); in tegra_pmc_restart_notify()
404 value = tegra_pmc_readl(0); in tegra_pmc_restart_notify()
500 value = tegra_pmc_readl(offset); in tegra_io_rail_poll()
527 value = tegra_pmc_readl(request); in tegra_io_rail_power_on()
559 value = tegra_pmc_readl(request); in tegra_io_rail_power_off()
626 value = tegra_pmc_readl(PMC_CNTRL); in tegra_pmc_enter_suspend_mode()
710 value = tegra_pmc_readl(PMC_CNTRL); in tegra_pmc_init()
[all …]