Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/platform/drivers/touchsensor/
Dwm_touchsensor.c49 regval = tls_reg_read32(HR_TC_CONFIG); in tls_touchsensor_init_config()
52 tls_reg_write32(HR_TC_CONFIG, regval&(~(1<<TOUCH_SENSOR_EN_BIT))); in tls_touchsensor_init_config()
72 tls_reg_write32(HR_TC_CONFIG, regval); in tls_touchsensor_init_config()
90 regval = tls_reg_read32(HR_TC_CONFIG); in tls_touchsensor_deinit()
95 tls_reg_write32(HR_TC_CONFIG, regval); in tls_touchsensor_deinit()
121 regvalue = tls_reg_read32(HR_TC_CONFIG+sensorno*4); in tls_touchsensor_threshold_config()
124 tls_reg_write32(HR_TC_CONFIG + sensorno*4, regvalue); in tls_touchsensor_threshold_config()
143 return ((tls_reg_read32(HR_TC_CONFIG+sensorno*4)>>8)&0x3FFF); in tls_touchsensor_countnum_get()
/device/soc/winnermicro/wm800/board/include/
Dwm_regs.h807 #define HR_TC_CONFIG (HR_TC_REG_BASE+0x0000) macro