Searched refs:HR_TC_INT_EN (Results 1 – 2 of 2) sorted by relevance
159 value = tls_reg_read32(HR_TC_INT_EN); in tls_touchsensor_irq_enable()161 tls_reg_write32(HR_TC_INT_EN, value); in tls_touchsensor_irq_enable()182 value = tls_reg_read32(HR_TC_INT_EN); in tls_touchsensor_irq_disable()184 tls_reg_write32(HR_TC_INT_EN, value); in tls_touchsensor_irq_disable()221 value = tls_reg_read32(HR_TC_INT_EN); in tls_touchsensor_irq_handler()225 tls_reg_write32(HR_TC_INT_EN, value); in tls_touchsensor_irq_handler()243 value = tls_reg_read32(HR_TC_INT_EN); in tls_touchsensor_irq_status_get()
861 #define HR_TC_INT_EN (HR_TC_REG_BASE+0x0044) /* bit 31:16 */ macro