throt_vect       1813 drivers/thermal/tegra/soctherm.c 	u32 r, throt_vect;
throt_vect       1818 drivers/thermal/tegra/soctherm.c 		throt_vect = THROT_VECT_LOW;
throt_vect       1821 drivers/thermal/tegra/soctherm.c 		throt_vect = THROT_VECT_MED;
throt_vect       1824 drivers/thermal/tegra/soctherm.c 		throt_vect = THROT_VECT_HIGH;
throt_vect       1827 drivers/thermal/tegra/soctherm.c 		throt_vect = THROT_VECT_NONE;
throt_vect       1833 drivers/thermal/tegra/soctherm.c 	r = REG_SET_MASK(r, THROT_PSKIP_CTRL_VECT_CPU_MASK, throt_vect);
throt_vect       1834 drivers/thermal/tegra/soctherm.c 	r = REG_SET_MASK(r, THROT_PSKIP_CTRL_VECT2_CPU_MASK, throt_vect);
throt_vect       1887 drivers/thermal/tegra/soctherm.c 	u32 r, level, throt_vect;
throt_vect       1890 drivers/thermal/tegra/soctherm.c 	throt_vect = THROT_LEVEL_TO_DEPTH(level);
throt_vect       1893 drivers/thermal/tegra/soctherm.c 	r = REG_SET_MASK(r, THROT_PSKIP_CTRL_VECT_GPU_MASK, throt_vect);