Searched refs:puc_devices (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpucvar.h107 extern const struct puc_device_description puc_devices[];
H A Dpuc.c343 (((val) & puc_devices[i].rmask[(index)]) == puc_devices[i].rval[(index)])
345 for (i = 0; puc_devices[i].name != NULL; i++) {
350 return (&puc_devices[i]);
H A Dpucdata.c51 const struct puc_device_description puc_devices[] = { variable in typeref:struct:puc_device_description

Completed in 72 milliseconds