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