Lines Matching full:devid
473 /* For adding new devices, devid is the id of the graphics controller
476 * subtract from devid to get the id of the hostb that the device is on.
479 int devid;
484 .devid = 0x71218086,
489 .devid = 0x71238086,
494 .devid = 0x71258086,
499 .devid = 0x11328086,
504 .devid = 0x35778086,
509 .devid = 0x25628086,
514 .devid = 0x35828086,
519 .devid = 0x25728086,
524 .devid = 0x25828086,
529 .devid = 0x258A8086,
534 .devid = 0x25928086,
539 .devid = 0x27728086,
544 .devid = 0x27A28086,
549 .devid = 0x27AE8086,
554 .devid = 0x29728086,
559 .devid = 0x29828086,
564 .devid = 0x29928086,
569 .devid = 0x29A28086,
574 .devid = 0x29B28086,
579 .devid = 0x29C28086,
584 .devid = 0x29D28086,
589 .devid = 0xA0018086,
594 .devid = 0xA0118086,
599 .devid = 0x2A028086,
604 .devid = 0x2A128086,
609 .devid = 0x2A428086,
614 .devid = 0x2E028086,
619 .devid = 0x2E128086,
624 .devid = 0x2E228086,
629 .devid = 0x2E328086,
634 .devid = 0x00428086,
639 .devid = 0x00468086,
644 .devid = 0,
651 int i, devid;
658 devid = pci_get_devid(dev);
659 for (i = 0; agp_i810_matches[i].devid != 0; i++) {
660 if (agp_i810_matches[i].devid == devid)
663 if (agp_i810_matches[i].devid == 0)