Lines Matching refs:sensor_ctrl
91 u32 sensor_ctrl; member
125 .sensor_ctrl = IMX6_TEMPSENSE0,
146 .sensor_ctrl = IMX6_TEMPSENSE0,
175 .sensor_ctrl = IMX7_TEMPSENSE1,
660 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
662 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
669 regmap_write(map, data->socdata->sensor_ctrl + REG_SET, in imx_thermal_probe()
729 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe()
731 regmap_write(map, data->socdata->sensor_ctrl + REG_SET, in imx_thermal_probe()
825 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_suspend()
830 ret = regmap_write(map, socdata->sensor_ctrl + REG_SET, in imx_thermal_runtime_suspend()
851 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_resume()
856 ret = regmap_write(map, socdata->sensor_ctrl + REG_SET, in imx_thermal_runtime_resume()