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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.h45 uint16 fPCIVendorID; member in class:AHCIController
H A Dahci_controller.cpp25 fPCIVendorID(0xffff),
57 fPCIVendorID = pciInfo.vendor_id;
61 pciInfo.bus, pciInfo.device, pciInfo.function, fPCIVendorID, fPCIDeviceID);
74 get_device_info(fPCIVendorID, fPCIDeviceID, NULL, &fFlags);
95 if (fPCIVendorID == PCI_VENDOR_JMICRON) {
334 if (fPCIVendorID == PCI_VENDOR_INTEL) {

Completed in 32 milliseconds