Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_tiocmd.c166 GI_GATE_INTERRUPT_ENABLE(cidx), in ni_tio_cmd_setup()
167 GI_GATE_INTERRUPT_ENABLE(cidx)); in ni_tio_cmd_setup()
287 GI_GATE_INTERRUPT_ENABLE(cidx), 0x0); in ni_tio_cancel()
Dni_tio_internal.h152 #define GI_GATE_INTERRUPT_ENABLE(x) (((x) % 2) ? BIT(10) : BIT(8)) macro