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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DlinuxPci.c163 * is to add the appropriate entries in the pciControllerSizes array below.
238 } pciControllerSizes[] = { variable in typeref:typename:const struct pciSizes[]
256 #define NUM_SIZES (sizeof(pciControllerSizes) / sizeof(pciControllerSizes[0]))
269 if ((dev->vendor_id == pciControllerSizes[i].vendor)
270 && (dev->device_id == pciControllerSizes[i].device)) {
271 return & pciControllerSizes[i];

Completed in 2 milliseconds