Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.h130 const bool use_ccroc; member
H A Dtegra132-soctherm.c218 .use_ccroc = true,
H A Dtegra124-soctherm.c218 .use_ccroc = false,
H A Dtegra210-soctherm.c226 .use_ccroc = false,
H A Dsoctherm.c1435 if (ts->soc->use_ccroc) { in regs_show()
1619 ret = of_property_read_u32(np, ts->soc->use_ccroc ? in soctherm_throt_cfg_parse()
1623 if (ts->soc->use_ccroc && in soctherm_throt_cfg_parse()
1626 else if (!ts->soc->use_ccroc && val <= 100) in soctherm_throt_cfg_parse()
1912 if (ts->soc->use_ccroc) in soctherm_throttle_program()
1941 if (ts->soc->use_ccroc) { in tegra_soctherm_throttle()
1952 if (ts->soc->use_ccroc) { in tegra_soctherm_throttle()
2110 if (!tegra->soc->use_ccroc) { in tegra_soctherm_probe()