Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/tegra/
Dsoctherm.c78 #define THERMCTL_LVL0_CPU0_EN_MASK BIT(8) macro
549 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 1); in throttrip_program()
667 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 0); in tegra_thermctl_set_trips()
676 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 1); in tegra_thermctl_set_trips()
1356 mask = THERMCTL_LVL0_CPU0_EN_MASK; in regs_show()