Home
last modified time | relevance | path

Searched refs:PMC_CNTRL_INTR_POLARITY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/tegra/
H A Dpmc.c58 #define PMC_CNTRL_INTR_POLARITY BIT(17) /* inverts INTR polarity */ macro
2733 value |= PMC_CNTRL_INTR_POLARITY; in tegra20_pmc_setup_irq_polarity()
2735 value &= ~PMC_CNTRL_INTR_POLARITY; in tegra20_pmc_setup_irq_polarity()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c64 #define PMC_CNTRL_INTR_POLARITY BIT(17) /* inverts INTR polarity */ macro
3301 value |= PMC_CNTRL_INTR_POLARITY; in tegra20_pmc_setup_irq_polarity()
3303 value &= ~PMC_CNTRL_INTR_POLARITY; in tegra20_pmc_setup_irq_polarity()

Completed in 9 milliseconds