Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_pcidio.c72 #define SecondaryTC BIT(7) macro
249 #define IntEn (CountExpired | Waited | PrimaryTC | SecondaryTC)
251 #define IntEn (TransferReady | CountExpired | Waited | PrimaryTC | SecondaryTC)
442 } else if (flags & SecondaryTC) { in nidio_interrupt()