Searched refs:THERMCTL_LVL0_CPU0_EN_MASK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 78 #define THERMCTL_LVL0_CPU0_EN_MASK BIT(8) macro 549 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 1); in throttrip_program() 699 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 0); in tegra_thermctl_set_trips() 708 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_EN_MASK, 1); in tegra_thermctl_set_trips() 1394 mask = THERMCTL_LVL0_CPU0_EN_MASK; in regs_show()
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 78 #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()
|
Completed in 7 milliseconds