Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dhp680_ts_input.c32 if (__raw_readb(PHDR) & PHDR_TS_PEN_DOWN) { in do_softint()
54 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint()
/linux/arch/sh/include/mach-common/mach/
H A Dhp6xx.h23 #define PHDR_TS_PEN_DOWN 0x08 macro