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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp23 fPCI(pciModule),
55 fPCI->get_pci_info(fPCIDevice, &pciInfo);
77 status_t res = fPCI->find_pci_capability(fPCIDevice, PCI_cap_id_sata, &capabilityOffset);
82 satacr0 = fPCI->read_pci_config(fPCIDevice, capabilityOffset, 4);
83 satacr1 = fPCI->read_pci_config(fPCIDevice, capabilityOffset + 4, 4);
88 uint16 pcicmd = fPCI->read_pci_config(fPCIDevice, PCI_command, 2);
93 fPCI->write_pci_config(fPCIDevice, PCI_command, 2, pcicmd);
96 uint32 ctrl = fPCI->read_pci_config(fPCIDevice, PCI_JMICRON_CONTROLLER_CONTROL_1, 4);
101 fPCI->write_pci_config(fPCIDevice, PCI_JMICRON_CONTROLLER_CONTROL_1, 4, ctrl);
108 if (fPCI
[all...]
H A Dahci_controller.h43 pci_device_module_info *fPCI; member in class:AHCIController

Completed in 38 milliseconds