PIUCNT_PENSTC
sc->sc_tpstat = (cnt & PIUCNT_PENSTC) ?
if (cnt & PIUCNT_PENSTC) {
(cnt & PIUCNT_PENSTC)?"touch":"release"));
printf("%s", (cnt & PIUCNT_PENSTC) ? "Touch" : "Release");