Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dpcmuio.c99 #define PCMUIO_MAX_ASICS 2 macro
124 struct pcmuio_asic asics[PCMUIO_MAX_ASICS];
536 for (i = 0; i < PCMUIO_MAX_ASICS; ++i) { in pcmuio_attach()