Home
last modified time | relevance | path

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

/drivers/thermal/tegra/
Dtegra132-soctherm.c55 .thermtrip_any_en_mask = TEGRA132_THERMTRIP_ANY_EN_MASK,
73 .thermtrip_any_en_mask = TEGRA132_THERMTRIP_ANY_EN_MASK,
89 .thermtrip_any_en_mask = TEGRA132_THERMTRIP_ANY_EN_MASK,
107 .thermtrip_any_en_mask = TEGRA132_THERMTRIP_ANY_EN_MASK,
Dtegra210-soctherm.c56 .thermtrip_any_en_mask = TEGRA210_THERMTRIP_ANY_EN_MASK,
74 .thermtrip_any_en_mask = TEGRA210_THERMTRIP_ANY_EN_MASK,
90 .thermtrip_any_en_mask = TEGRA210_THERMTRIP_ANY_EN_MASK,
108 .thermtrip_any_en_mask = TEGRA210_THERMTRIP_ANY_EN_MASK,
Dtegra124-soctherm.c55 .thermtrip_any_en_mask = TEGRA124_THERMTRIP_ANY_EN_MASK,
73 .thermtrip_any_en_mask = TEGRA124_THERMTRIP_ANY_EN_MASK,
89 .thermtrip_any_en_mask = TEGRA124_THERMTRIP_ANY_EN_MASK,
107 .thermtrip_any_en_mask = TEGRA124_THERMTRIP_ANY_EN_MASK,
Dsoctherm.h71 u32 thermtrip_any_en_mask; member
Dsoctherm.c453 r = REG_SET_MASK(r, sg->thermtrip_any_en_mask, 0); in thermtrip_program()
801 state = REG_GET_MASK(r, ttgs[0]->thermtrip_any_en_mask); in regs_show()