Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dcmpcivar.h101 #define CMPCI_NDEVS 28 macro
255 uint8_t sc_gain[CMPCI_NDEVS][2];
Dcmpci.c437 for (i = 0; i < CMPCI_NDEVS; i++) { in cmpci_attach()