Lines Matching refs:sensor_ctrl
92 u32 sensor_ctrl; member
121 .sensor_ctrl = IMX6_TEMPSENSE0,
142 .sensor_ctrl = IMX6_TEMPSENSE0,
171 .sensor_ctrl = IMX7_TEMPSENSE1,
707 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
709 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
716 regmap_write(map, data->socdata->sensor_ctrl + REG_SET, in imx_thermal_probe()
775 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
777 regmap_write(map, data->socdata->sensor_ctrl + REG_SET, in imx_thermal_probe()
871 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_suspend()
876 ret = regmap_write(map, socdata->sensor_ctrl + REG_SET, in imx_thermal_runtime_suspend()
897 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_resume()
902 ret = regmap_write(map, socdata->sensor_ctrl + REG_SET, in imx_thermal_runtime_resume()