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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dhtcpen.c27 #define HTCPEN_PORT_IRQ_CLEAR 0x068 macro
93 inb_p(HTCPEN_PORT_IRQ_CLEAR);
116 if (!request_region(HTCPEN_PORT_IRQ_CLEAR, 1, "htcpen")) {
118 HTCPEN_PORT_IRQ_CLEAR);
159 inb_p(HTCPEN_PORT_IRQ_CLEAR);
178 release_region(HTCPEN_PORT_IRQ_CLEAR, 1);
193 release_region(HTCPEN_PORT_IRQ_CLEAR, 1);

Completed in 302 milliseconds