Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_660x.c251 #define NI660X_COUNTERS_PER_CHIP 4 macro
254 NI660X_COUNTERS_PER_CHIP)
259 struct mite_ring *ring[NI660X_MAX_CHIPS][NI660X_COUNTERS_PER_CHIP];
508 for (j = 0; j < NI660X_COUNTERS_PER_CHIP; ++j) { in ni_660x_alloc_mite_rings()
525 for (j = 0; j < NI660X_COUNTERS_PER_CHIP; ++j) in ni_660x_free_mite_rings()
1052 n_counters = board->n_chips * NI660X_COUNTERS_PER_CHIP; in ni_660x_auto_attach()
1058 NI660X_COUNTERS_PER_CHIP, in ni_660x_auto_attach()