Searched refs:PHDR_TS_PEN_DOWN (Results 1 – 2 of 2) sorted by relevance
32 if (__raw_readb(PHDR) & PHDR_TS_PEN_DOWN) { in do_softint()54 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint()
23 #define PHDR_TS_PEN_DOWN 0x08 macro