Searched refs:tegra_pmc_writel (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/soc/tegra/ |
D | pmc.c | 168 static void tegra_pmc_writel(u32 value, unsigned long offset) in tegra_pmc_writel() function 191 tegra_pmc_writel(PWRGATE_TOGGLE_START | id, PWRGATE_TOGGLE); in tegra_powergate_set() 255 tegra_pmc_writel(0, GPU_RG_CNTRL); in tegra_powergate_remove_clamping() 271 tegra_pmc_writel(mask, REMOVE_CLAMPING); in tegra_powergate_remove_clamping() 402 tegra_pmc_writel(value, PMC_SCRATCH0); in tegra_pmc_restart_notify() 406 tegra_pmc_writel(value, 0); in tegra_pmc_restart_notify() 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 …]
|