Home
last modified time | relevance | path

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

/openbmc/linux/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()