Home
last modified time | relevance | path

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

/drivers/staging/comedi/drivers/
Dni_tiocmd.c175 GI_GATE_INTERRUPT_ENABLE(cidx), in ni_tio_cmd_setup()
176 GI_GATE_INTERRUPT_ENABLE(cidx)); in ni_tio_cmd_setup()
296 GI_GATE_INTERRUPT_ENABLE(cidx), 0x0); in ni_tio_cancel()
Dni_tio_internal.h161 #define GI_GATE_INTERRUPT_ENABLE(x) (((x) % 2) ? BIT(10) : BIT(8)) macro