Searched refs:tegra_pmc_writel (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/soc/tegra/ |
D | pmc.c | 237 static void tegra_pmc_writel(u32 value, unsigned long offset) in tegra_pmc_writel() function 298 tegra_pmc_writel(PWRGATE_TOGGLE_START | id, PWRGATE_TOGGLE); in tegra_powergate_set() 320 tegra_pmc_writel(0, GPU_RG_CNTRL); in __tegra_powergate_remove_clamping() 336 tegra_pmc_writel(mask, REMOVE_CLAMPING); in __tegra_powergate_remove_clamping() 676 tegra_pmc_writel(value, PMC_CNTRL); in tegra_pmc_restart_notify() 954 tegra_pmc_writel(DPD_SAMPLE_ENABLE, DPD_SAMPLE); in tegra_io_pad_prepare() 959 tegra_pmc_writel(value, SEL_DPD_TIM); in tegra_io_pad_prepare() 986 tegra_pmc_writel(DPD_SAMPLE_DISABLE, DPD_SAMPLE); in tegra_io_pad_unprepare() 1009 tegra_pmc_writel(IO_DPD_REQ_CODE_OFF | mask, request); in tegra_io_pad_power_enable() 1045 tegra_pmc_writel(IO_DPD_REQ_CODE_ON | mask, request); in tegra_io_pad_power_disable() [all …]
|