Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dhtcpen.c24 #define HTCPEN_PORT_IRQ_CLEAR 0x068 macro
84 inb_p(HTCPEN_PORT_IRQ_CLEAR); in htcpen_interrupt()
107 if (!request_region(HTCPEN_PORT_IRQ_CLEAR, 1, "htcpen")) { in htcpen_isa_probe()
109 HTCPEN_PORT_IRQ_CLEAR); in htcpen_isa_probe()
150 inb_p(HTCPEN_PORT_IRQ_CLEAR); in htcpen_isa_probe()
169 release_region(HTCPEN_PORT_IRQ_CLEAR, 1); in htcpen_isa_probe()
184 release_region(HTCPEN_PORT_IRQ_CLEAR, 1); in htcpen_isa_remove()