Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/tegra/
Dpmc.c176 #define WAKE_AOWAKE_CNTRL(x) (0x000 + ((x) << 2)) macro
2421 value = readl(pmc->wake + WAKE_AOWAKE_CNTRL(data->hwirq)); in tegra186_pmc_irq_set_type()
2442 writel(value, pmc->wake + WAKE_AOWAKE_CNTRL(data->hwirq)); in tegra186_pmc_irq_set_type()