Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/tegra/
H A Dpmc.c64 #define PMC_CNTRL_PWRREQ_POLARITY BIT(8) macro
2701 value &= ~PMC_CNTRL_PWRREQ_POLARITY; in tegra20_pmc_init()
2703 value |= PMC_CNTRL_PWRREQ_POLARITY; in tegra20_pmc_init()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c70 #define PMC_CNTRL_PWRREQ_POLARITY BIT(8) macro
3269 value &= ~PMC_CNTRL_PWRREQ_POLARITY; in tegra20_pmc_init()
3271 value |= PMC_CNTRL_PWRREQ_POLARITY; in tegra20_pmc_init()

Completed in 10 milliseconds