Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/tegra/
H A Dpmc.c358 * @core_off_time: core power off time (in microseconds)
391 u32 core_off_time; member
1631 pmc->core_off_time = value; in tegra_pmc_parse_dt()
2717 off = DIV_ROUND_UP(pmc->core_off_time * 32768, 1000000); in tegra20_pmc_init()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c405 * @core_off_time: core power off time (in microseconds)
444 u32 core_off_time; member
1911 pmc->core_off_time = value; in tegra_pmc_parse_dt()
3285 off = DIV_ROUND_UP(pmc->core_off_time * 32768, 1000000); in tegra20_pmc_init()

Completed in 15 milliseconds