Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_tio_internal.h122 #define GI_GATE_ERROR(x) (((x) % 2) ? BIT(15) : BIT(14)) macro
H A Dni_tiocmd.c403 if (gxx_status & GI_GATE_ERROR(cidx)) { in ni_tio_acknowledge_and_confirm()