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

/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp45 uint16 chipID; // PCI device id of the chip member in struct:ChipInfo
273 while (pDevice->chipID != 0) { // end of table?
274 if (pDevice->chipID == pciInfo.device_id)
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp42 uint16 chipID; // PCI device id of the chip member in struct:ChipInfo
470 while (pDevice->chipID != 0) { // end of table?
471 if (pDevice->chipID == pciInfo.device_id) {
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp43 uint16 chipID; // PCI device id of the chip member in struct:ChipInfo
407 while (pDevice->chipID != 0) { // end of table?
408 if (pDevice->chipID == pciInfo.device_id)
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp54 uint16 chipID; // PCI device id of the chip member in struct:ChipInfo
897 while (pDevice->chipID != 0) { // end of table?
898 if (pDevice->chipID == pciInfo.device_id) {

Completed in 39 milliseconds