Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.c78 #define THERMCTL_LVL0_CPU0_EN_MASK BIT(8) macro
548 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 1); in throttrip_program()
698 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 0); in tegra_thermctl_set_trips()
707 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 1); in tegra_thermctl_set_trips()
1389 mask = THERMCTL_LVL0_CPU0_EN_MASK; in regs_show()