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

/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp19 Device::Device(Device::Info &DeviceInfo, pci_info &PCIInfo) argument
22 fPCIInfo(PCIInfo),
37 uint32 cmdRegister = gPCI->read_pci_config(PCIInfo.bus,
38 PCIInfo.device, PCIInfo.function, PCI_command, 2);
41 gPCI->write_pci_config(PCIInfo.bus, PCIInfo.device,
42 PCIInfo.function, PCI_command, 2, cmdRegister);
44 fIOBase = PCIInfo.u.h0.base_registers[0];
H A DDevice.h41 pci_info& PCIInfo() { return fPCIInfo; } function in class:Device
44 Device(Info &DeviceInfo, pci_info &PCIInfo);
H A DMixer.cpp37 if (fDevice->PCIInfo().revision > 0x01) {
63 fDevice->PCIInfo().u.h0.subsystem_vendor_id,
64 fDevice->PCIInfo().u.h0.subsystem_id);

Completed in 82 milliseconds