Lines Matching full:ccroc
181 /* ccroc register offsets needed for enabling HW throttling for Tegra132 */
361 * ccroc_writel() - writes a value to a CCROC register
374 * ccroc_readl() - reads specified register from CCROC IP block
1721 * throttlectl_cpu_level_cfg() - programs CCROC NV_THERM level config
1725 * It's necessary to set up the CPU-local CCROC NV_THERM instance with
1728 * This function pre-programs the CCROC NV_THERM levels in terms of
1755 /* setup PSKIP in ccroc nv_therm registers */ in throttlectl_cpu_level_cfg()
1777 * Denver:CCROC NV_THERM in terms of Low, Medium and HIGH throttling
1785 /* Denver:CCROC NV_THERM interface N:3 Mapping */ in throttlectl_cpu_level_select()
1807 /* bypass sequencer in soc_therm as it is programmed in ccroc */ in throttlectl_cpu_level_select()
1940 /* configure LOW, MED and HIGH levels for CCROC NV_THERM */ in tegra_soctherm_throttle()
2117 tegra->ccroc_regs = devm_platform_ioremap_resource_byname(pdev, "ccroc-reg"); in tegra_soctherm_probe()
2119 dev_err(&pdev->dev, "can't get ccroc registers"); in tegra_soctherm_probe()