Home
last modified time | relevance | path

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

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