Searched defs:MAX_ASICS (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dpcmmio.c95 #define MAX_ASICS (MAX_DIO_CHANS/CHANS_PER_ASIC) macro
286 } asics[MAX_ASICS];
369 unsigned int irq[MAX_ASICS];
402 for (asic = 0; asic < MAX_ASICS; ++asic) {
542 for (asic = 0; irq[0] && asic < MAX_ASICS; ++asic) {
592 for (i = 0; i < MAX_ASICS; ++i) {
839 for (asic = 0; asic < MAX_ASICS; ++asic) {
H A Dpcmuio.c94 #define MAX_ASICS (MAX_DIO_CHANS/CHANS_PER_ASIC) macro
211 } asics[MAX_ASICS];
292 unsigned int irq[MAX_ASICS];
325 for (asic = 0; asic < MAX_ASICS; ++asic) {
420 for (asic = 0; irq[0] && asic < MAX_ASICS; ++asic) {
467 for (i = 0; i < MAX_ASICS; ++i) {
708 for (asic = 0; asic < MAX_ASICS; ++asic) {

Completed in 22 milliseconds