HomeSort by: relevance | last modified time | path
    Searched refs:PCIid (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86pciBus.c 614 Bool foundHW; /* PCIid in list of supported chipsets */
629 * the true vendor ID must be encoded in the \c PCIid
703 * implicitly encoded in the high bits of id->PCIid.
711 for (id = PCIchipsets; id->PCIid != -1; id++) {
712 const unsigned vendor_id = ((id->PCIid & 0xFFFF0000) >> 16)
714 const unsigned device_id = (id->PCIid & 0x0000FFFF);
715 const unsigned match_class = 0x00030000 | id->PCIid;
921 if (id->PCIid == instances[i].dev->chipID)
xf86str.h 475 int PCIid;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86pciBus.c 598 Bool foundHW; /* PCIid in list of supported chipsets */
614 * the true vendor ID must be encoded in the \c PCIid
691 * implicitly encoded in the high bits of id->PCIid.
699 for (id = PCIchipsets; id->PCIid != -1; id++) {
700 const unsigned vendor_id = ((id->PCIid & 0xFFFF0000) >> 16)
702 const unsigned device_id = (id->PCIid & 0x0000FFFF);
703 const unsigned match_class = 0x00030000 | id->PCIid;
904 if (id->PCIid == instances[i].dev->chipID)
xf86str.h 563 int PCIid;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_driver.c 605 return pset->PCIid;
617 if (pset->PCIid == ChipID)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_driver.c 233 for (i = 0; I830PciChipsets[i].PCIid > 0; i++) {
234 if (chipid == I830PciChipsets[i].PCIid)
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_driver.c 796 uint32_t pciid, pcicmd; local
806 pciid = regs[0x1800/4];
811 CARD32 pciid, pcicmd; local
819 pciid = regs[0x1800/4];
826 if((pciid & 0x0000ffff) == 0x000010DE)
827 pciid = 0x10DE0000 | (pciid >> 16);
829 if((pciid & 0xffff0000) == 0xDE100000) /* wrong endian */
830 pciid = 0x10DE0000 | ((pciid << 8) & 0x0000ff00)
991 int pciid = ((*ppPci)->vendor << 16) | (*ppPci)->chipType; local
    [all...]
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.c 866 if( pset->PCIid == ChipID )

Completed in 13 milliseconds