Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_tiocmd.c198 GI_GATE_INTERRUPT_ENABLE(cidx), in ni_tio_cmd_setup()
199 GI_GATE_INTERRUPT_ENABLE(cidx)); in ni_tio_cmd_setup()
345 GI_GATE_INTERRUPT_ENABLE(cidx), 0x0); in ni_tio_cancel()
H A Dni_tio_internal.h152 #define GI_GATE_INTERRUPT_ENABLE(x) (((x) % 2) ? BIT(10) : BIT(8)) macro