Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Daddi_apci_3120.c47 #define APCI3120_STATUS_EOC_INT (1 << 15) macro
505 if ((status & APCI3120_STATUS_EOC_INT) == 0 && in apci3120_interrupt()
710 if ((status & APCI3120_STATUS_EOC_INT) == 0) in apci3120_ai_eoc()