Searched refs:tegra_pmc_writel (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/soc/tegra/ |
D | pmc.c | 166 static void tegra_pmc_writel(u32 value, unsigned long offset) in tegra_pmc_writel() function 189 tegra_pmc_writel(PWRGATE_TOGGLE_START | id, PWRGATE_TOGGLE); in tegra_powergate_set() 253 tegra_pmc_writel(0, GPU_RG_CNTRL); in tegra_powergate_remove_clamping() 269 tegra_pmc_writel(mask, REMOVE_CLAMPING); in tegra_powergate_remove_clamping() 403 tegra_pmc_writel(value, PMC_SCRATCH0); in tegra_pmc_restart() 407 tegra_pmc_writel(value, 0); in tegra_pmc_restart() 482 tegra_pmc_writel(DPD_SAMPLE_ENABLE, DPD_SAMPLE); in tegra_io_rail_prepare() 487 tegra_pmc_writel(value, SEL_DPD_TIM); in tegra_io_rail_prepare() 512 tegra_pmc_writel(DPD_SAMPLE_DISABLE, DPD_SAMPLE); in tegra_io_rail_unprepare() 531 tegra_pmc_writel(value, request); in tegra_io_rail_power_on() [all …]
|