Lines Matching refs:sensor_ctrl
91 u32 sensor_ctrl; member
126 .sensor_ctrl = IMX6_TEMPSENSE0,
147 .sensor_ctrl = IMX6_TEMPSENSE0,
176 .sensor_ctrl = IMX7_TEMPSENSE1,
646 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
648 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
655 regmap_write(map, data->socdata->sensor_ctrl + REG_SET, in imx_thermal_probe()
712 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
714 regmap_write(map, data->socdata->sensor_ctrl + REG_SET, in imx_thermal_probe()
806 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_suspend()
811 ret = regmap_write(map, socdata->sensor_ctrl + REG_SET, in imx_thermal_runtime_suspend()
832 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_resume()
837 ret = regmap_write(map, socdata->sensor_ctrl + REG_SET, in imx_thermal_runtime_resume()