Home
last modified time | relevance | path

Searched refs:PCI_INTERRUPT_PIN (Results 51 – 75 of 83) sorted by relevance

1234

/openbmc/qemu/hw/audio/
H A Des1370.c848 c[PCI_INTERRUPT_PIN] = 1; in es1370_realize()
H A Dac97.c1305 c[PCI_INTERRUPT_PIN] = 0x01; /* intr_pn interrupt pin ro */ in ac97_realize()
/openbmc/qemu/hw/isa/
H A Dvt82c686.c151 if (pci_get_byte(s->dev.config + PCI_INTERRUPT_PIN)) { in pm_update_sci()
/openbmc/qemu/hw/net/
H A Dsunhme.c857 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in sunhme_realize()
H A Dtulip.c966 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in pci_tulip_realize()
H A Dsungem.c1362 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in sungem_realize()
H A Dvmxnet3.c1353 || intx == pci_get_byte(s->parent_obj.config + PCI_INTERRUPT_PIN) - 1; in vmxnet3_verify_intx()
2226 pci_dev->config[PCI_INTERRUPT_PIN] = 0x01; in vmxnet3_pci_realize()
H A Deepro100.c493 pci_set_byte(pci_conf + PCI_INTERRUPT_PIN, 1); /* interrupt pin A */ in e100_pci_reset()
H A De1000.c1651 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in pci_e1000_realize()
H A Drtl8139.c3364 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in pci_rtl8139_realize()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c59 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_INTERRUPT_PIN, hdr->interrupt_pin); in cdns_pcie_ep_write_header()
/openbmc/qemu/hw/xen/
H A Dxen_pt.c832 rc = xen_host_pci_get_byte(&s->real_device, PCI_INTERRUPT_PIN, &scratch); in xen_pt_realize()
H A Dxen_pt_config_init.c697 .offset = PCI_INTERRUPT_PIN,
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c149 dw_pcie_writeb_dbi(pci, func_offset + PCI_INTERRUPT_PIN, in dw_pcie_ep_write_header()
H A Dpci-keystone.c889 int_pin = dw_pcie_readb_dbi(pci, PCI_INTERRUPT_PIN); in ks_pcie_am654_raise_legacy_irq()
/openbmc/u-boot/include/
H A Dpci.h230 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ macro
/openbmc/qemu/hw/display/
H A Dati.c1018 dev->config[PCI_INTERRUPT_PIN] = 1; in ati_vga_realize()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c453 if (pci_read_config_byte(pci_dev, PCI_INTERRUPT_PIN, &pin)) in pci_read_irq_line()
/openbmc/qemu/hw/scsi/
H A Dmptsas.c1281 dev->config[PCI_INTERRUPT_PIN] = 0x01; in mptsas_scsi_realize()
H A Dlsi53c895a.c2308 pci_conf[PCI_INTERRUPT_PIN] = 0x01; in lsi_scsi_realize()
/openbmc/qemu/hw/ufs/
H A Dufs.c1160 pci_conf[PCI_INTERRUPT_PIN] = 1; in ufs_init_pci()
/openbmc/qemu/hw/vfio/
H A Dpci.c262 uint8_t pin = vfio_pci_read_config(&vdev->pdev, PCI_INTERRUPT_PIN, 1); in vfio_intx_enable()
3302 if (vfio_pci_read_config(&vdev->pdev, PCI_INTERRUPT_PIN, 1)) { in vfio_realize()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1374 uint32_t irq_pin = pci_default_read_config(dev, PCI_INTERRUPT_PIN, 1); in spapr_dt_pci_device()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c740 pci_read_config_byte(vdev->pdev, PCI_INTERRUPT_PIN, &pin); in vfio_pci_get_irq_count()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1995 config[PCI_INTERRUPT_PIN] = 1; in virtio_pci_device_plugged()

1234