Searched refs:sprd_thm_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/thermal/ |
D | sprd_thermal.c | 111 static inline void sprd_thm_update_bits(void __iomem *reg, u32 mask, u32 val) in sprd_thm_update_bits() function 239 sprd_thm_update_bits(thm->base + SPRD_THM_CTL, SPRD_THM_MON_EN, in sprd_thm_poll_ready_status() 241 sprd_thm_update_bits(thm->base + SPRD_THM_CTL, SPRD_THM_SET_RDY, in sprd_thm_poll_ready_status() 275 sprd_thm_update_bits(thm->base + SPRD_THM_INT_EN, in sprd_thm_set_ready() 277 sprd_thm_update_bits(thm->base + SPRD_THM_CTL, in sprd_thm_set_ready() 291 sprd_thm_update_bits(thm->base + SPRD_THM_INT_EN, in sprd_thm_sensor_init() 296 sprd_thm_update_bits(thm->base + SPRD_THM_THRES(sen->id), in sprd_thm_sensor_init() 302 sprd_thm_update_bits(thm->base + SPRD_THM_CTL, SPRD_THM_SEN(sen->id), in sprd_thm_sensor_init() 309 sprd_thm_update_bits(thm->base + SPRD_THM_DET_PERIOD, in sprd_thm_para_config() 313 sprd_thm_update_bits(thm->base + SPRD_THM_MON_CTL, in sprd_thm_para_config() [all …]
|