Home
last modified time | relevance | path

Searched refs:debug_mode2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dimx6ul_tsc.c245 u32 debug_mode2; in tsc_wait_detect_mode() local
252 debug_mode2 = readl(tsc->tsc_regs + REG_TSC_DEBUG_MODE2); in tsc_wait_detect_mode()
253 state_machine = (debug_mode2 >> 20) & 0x7; in tsc_wait_detect_mode()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dimx6ul_tsc.c245 u32 debug_mode2; in tsc_wait_detect_mode() local
252 debug_mode2 = readl(tsc->tsc_regs + REG_TSC_DEBUG_MODE2); in tsc_wait_detect_mode()
253 state_machine = (debug_mode2 >> 20) & 0x7; in tsc_wait_detect_mode()

Completed in 3 milliseconds