Home
last modified time | relevance | path

Searched refs:qpci_config_readl (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c189 tmp_res_bus = qpci_config_readl(dev, cap + in qpci_secondary_buses_rec()
284 table = qpci_config_readl(dev, addr + PCI_MSIX_TABLE); in qpci_msix_enable()
289 table = qpci_config_readl(dev, addr + PCI_MSIX_PBA); in qpci_msix_enable()
378 uint32_t qpci_config_readl(QPCIDevice *dev, uint8_t offset) in qpci_config_readl() function
537 addr = qpci_config_readl(dev, bar_reg); in qpci_iomap()
H A Dvirtio-pci-modern.c372 *offset = qpci_config_readl(dev->pdev, in find_structure()
374 *length = qpci_config_readl(dev->pdev, in find_structure()
409 dev->notify_off_multiplier = qpci_config_readl(dev->pdev, in probe_device_layout()
H A Dpci.h99 uint32_t qpci_config_readl(QPCIDevice *dev, uint8_t offset);
H A Dahci.c138 ahci_fingerprint = qpci_config_readl(ahci, PCI_VENDOR_ID); in get_ahci_device()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c88 ahci_fingerprint = qpci_config_readl(ahci->dev, PCI_VENDOR_ID); in verify_state()
96 hba_base = (uint64_t)qpci_config_readl(ahci->dev, PCI_BASE_ADDRESS_5); in verify_state()
127 hba_old = (uint64_t)qpci_config_readl(from->dev, PCI_BASE_ADDRESS_5); in ahci_migrate()
280 datal = qpci_config_readl(ahci->dev, PCI_CLASS_REVISION); in ahci_test_pci_spec()
318 datal = qpci_config_readl(ahci->dev, PCI_BASE_ADDRESS_5); in ahci_test_pci_spec()
322 datal = qpci_config_readl(ahci->dev, PCI_BASE_ADDRESS_5); in ahci_test_pci_spec()
328 datal = qpci_config_readl(ahci->dev, PCI_CAPABILITY_LIST); in ahci_test_pci_spec()
349 datal = qpci_config_readl(ahci->dev, PCI_CAPABILITY_LIST + 4); in ahci_test_pci_spec()
438 datal = qpci_config_readl(ahci->dev, offset + PCI_MSI_ADDRESS_LO); in ahci_test_msicap()
443 datal = qpci_config_readl(ahci->dev, offset + PCI_MSI_ADDRESS_HI); in ahci_test_msicap()