Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpucvar.h63 #define PUC_PORT_VALID(desc, port) \ macro
H A Dpuc.c178 for (i = 0; PUC_PORT_VALID(sc->sc_desc, i); i++) in puc_attach()
258 for (i = 0; PUC_PORT_VALID(sc->sc_desc, i); i++) { in puc_attach()
H A Dpuccn.c169 for (i = 0; PUC_PORT_VALID(desc, i); i++) { in pucprobe_doit()