Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_pcidio.c82 #define SecondaryTC (1<<7) macro
257 #define IntEn (CountExpired|Waited|PrimaryTC|SecondaryTC)
259 #define IntEn (TransferReady|CountExpired|Waited|PrimaryTC|SecondaryTC)
469 } else if (flags & SecondaryTC) { in nidio_interrupt()