Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpowergate.c16 #define PWRGATE_TOGGLE_START (1 << 8) macro
33 writel(PWRGATE_TOGGLE_START | id, NV_PA_PMC_BASE + PWRGATE_TOGGLE); in tegra_powergate_set()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot_avp.h32 #define PWRGATE_TOGGLE_START (1 << 8) macro
H A Dwarmboot_avp.c68 reg = PWRGATE_TOGGLE_PARTID_CPU | PWRGATE_TOGGLE_START; in wb_start()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpmc.h360 #define PWRGATE_TOGGLE_START (1 << 8) macro
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c86 #define PWRGATE_TOGGLE_START BIT(8) macro
597 tegra_pmc_writel(pmc, PWRGATE_TOGGLE_START | id, PWRGATE_TOGGLE); in tegra20_powergate_set()
609 return !(tegra_pmc_readl(pmc, PWRGATE_TOGGLE) & PWRGATE_TOGGLE_START); in tegra_powergate_toggle_ready()
624 tegra_pmc_writel(pmc, PWRGATE_TOGGLE_START | id, PWRGATE_TOGGLE); in tegra114_powergate_set()