Home
last modified time | relevance | path

Searched refs:HR_TC_INT_EN (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/platform/drivers/touchsensor/
Dwm_touchsensor.c159 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()
/device/soc/winnermicro/wm800/board/include/
Dwm_regs.h861 #define HR_TC_INT_EN (HR_TC_REG_BASE+0x0044) /* bit 31:16 */ macro