Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/tegra/
H A Dpmc.c350 * @tz_only: flag specifying if the PMC can only be accessed via TrustZone
382 bool tz_only; member
425 if (pmc->tz_only) { in tegra_pmc_readl()
448 if (pmc->tz_only) { in tegra_pmc_writel()
466 if (pmc->tz_only) in tegra_pmc_scratch_readl()
475 if (pmc->tz_only) in tegra_pmc_scratch_writel()
3595 pmc->tz_only = tegra_pmc_detect_tz_only(pmc); in tegra_pmc_early_init()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c398 * @tz_only: flag specifying if the PMC can only be accessed via TrustZone
435 bool tz_only; member
487 if (pmc->tz_only) { in tegra_pmc_readl()
510 if (pmc->tz_only) { in tegra_pmc_writel()
528 if (pmc->tz_only) in tegra_pmc_scratch_readl()
537 if (pmc->tz_only) in tegra_pmc_scratch_writel()
4420 pmc->tz_only = tegra_pmc_detect_tz_only(pmc); in tegra_pmc_early_init()

Completed in 10 milliseconds