Home
last modified time | relevance | path

Searched refs:pci_get_byte (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci.h451 pci_get_byte(const uint8_t *config) in pci_get_byte() function
544 uint8_t val = pci_get_byte(config); in pci_byte_test_and_clear_mask()
552 uint8_t val = pci_get_byte(config); in pci_byte_test_and_set_mask()
609 uint8_t val = pci_get_byte(config); in pci_set_byte_by_mask()
H A Dpci_device.h181 return pci_get_byte(pci_dev->config + PCI_INTERRUPT_PIN) - 1; in pci_intx()
/openbmc/qemu/hw/remote/
H A Diohub.c84 intx = pci_get_byte(pci_dev->config + PCI_INTERRUPT_PIN) - 1; in process_set_irqfd_msg()
H A Dproxy.c33 int pin = pci_get_byte(pci_dev->config + PCI_INTERRUPT_PIN) - 1; in proxy_intx_update()
/openbmc/qemu/hw/pci/
H A Dshpc.c367 uint8_t code = pci_get_byte(shpc->config + SHPC_CMD_CODE); in shpc_command()
487 return pci_get_byte(d->config + d->shpc->cap + SHPC_CAP_DWORD_SELECT); in shpc_cap_dword()
/openbmc/qemu/hw/ppc/
H A Dpegasos2.c851 if (pci_get_byte(&d->config[PCI_INTERRUPT_PIN])) { in add_pci_device()
853 pci_get_byte(&d->config[PCI_INTERRUPT_PIN])); in add_pci_device()
/openbmc/qemu/hw/vfio/
H A Digd.c398 return pci_get_byte(vdev->pdev.config + offset); in vfio_igd_quirk_bdsm_read()
H A Dpci-quirks.c1557 if (pci_get_byte(pdev->config + PCI_CLASS_DEVICE + 1) != in vfio_add_nv_gpudirect_cap()
H A Dpci.c2130 uint8_t cap = pci_get_byte(vdev->pdev.config + pos + PCI_AF_CAP); in vfio_check_af_flr()
/openbmc/qemu/hw/isa/
H A Dvt82c686.c154 if (pci_get_byte(s->dev.config + PCI_INTERRUPT_PIN)) { in pm_update_sci()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c664 val = pci_get_byte(buf); in virtio_address_space_write()
/openbmc/qemu/hw/net/
H A Dvmxnet3.c1352 || intx == pci_get_byte(s->parent_obj.config + PCI_INTERRUPT_PIN) - 1; in vmxnet3_verify_intx()