Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_tio_internal.h121 #define GI_TC_ERROR(x) (((x) % 2) ? BIT(13) : BIT(12)) macro
H A Dni_tiocmd.c416 if (gxx_status & GI_TC_ERROR(cidx)) { in ni_tio_acknowledge_and_confirm()