Searched refs:sensor_ctrl (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | imx_thermal.c | 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() [all …]
|