Searched refs:ctemp (Results 1 – 2 of 2) sorted by relevance
200 int old, new, ctemp = -EINVAL; in rcar_thermal_update_temp() local222 ctemp = new; in rcar_thermal_update_temp()228 if (ctemp < 0) { in rcar_thermal_update_temp()242 rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) | in rcar_thermal_update_temp()243 ((ctemp - 1) << 0))); in rcar_thermal_update_temp()249 return ctemp; in rcar_thermal_update_temp()255 int ctemp; in rcar_thermal_get_current_temp() local257 ctemp = rcar_thermal_update_temp(priv); in rcar_thermal_get_current_temp()258 if (ctemp < 0) in rcar_thermal_get_current_temp()259 return ctemp; in rcar_thermal_get_current_temp()[all …]
274 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local280 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()