Searched refs:PCI_INTERRUPT_PIN (Results 1 – 25 of 44) sorted by relevance
12
| /openbmc/qemu/hw/sd/ |
| H A D | sdhci-pci.c | 42 dev->config[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin A */ in sdhci_pci_realize()
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | pci.c | 70 pci_read_config8(bdf, PCI_INTERRUPT_PIN, &pin); in pci_assign_irqs()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci-qmp-cmds.c | 133 info->irq_pin = dev->config[PCI_INTERRUPT_PIN]; in qmp_query_pci_device() 134 if (dev->config[PCI_INTERRUPT_PIN] != 0) { in qmp_query_pci_device()
|
| /openbmc/qemu/hw/char/ |
| H A D | serial-pci.c | 56 pci->dev.config[PCI_INTERRUPT_PIN] = 1; in OBJECT_DECLARE_SIMPLE_TYPE()
|
| H A D | diva-gsp.c | 127 pci->dev.config[PCI_INTERRUPT_PIN] = 1; in diva_pci_realize() 230 pci->dev.config[PCI_INTERRUPT_PIN] = 0x01; in OBJECT_DECLARE_SIMPLE_TYPE()
|
| /openbmc/qemu/hw/remote/ |
| H A D | iohub.c | 84 intx = pci_get_byte(pci_dev->config + PCI_INTERRUPT_PIN) - 1; in process_set_irqfd_msg()
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen_pvdevice.c | 109 pci_conf[PCI_INTERRUPT_PIN] = 1; in xen_pv_realize()
|
| H A D | xen_platform.c | 564 pci_conf[PCI_INTERRUPT_PIN] = 1; in xen_platform_realize()
|
| /openbmc/qemu/hw/net/ |
| H A D | ne2000-pci.c | 62 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in pci_ne2000_realize()
|
| H A D | pcnet-pci.c | 216 pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ in pci_pcnet_realize()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ohci-pci.c | 68 dev->config[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin A */ in usb_ohci_realize_pci()
|
| H A D | hcd-ehci-pci.c | 45 pci_set_byte(&pci_conf[PCI_INTERRUPT_PIN], 4); /* interrupt pin D */ in usb_ehci_pci_realize()
|
| H A D | hcd-xhci-pci.c | 130 dev->config[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin 1 */ in usb_xhci_pci_realize()
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 197 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN }, 222 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN }, 247 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN },
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | pcie_pci_bridge.c | 42 d->config[PCI_INTERRUPT_PIN] = 0x1; in OBJECT_DECLARE_SIMPLE_TYPE()
|
| H A D | pci_bridge_dev.c | 66 dev->config[PCI_INTERRUPT_PIN] = 0x1; in pci_bridge_dev_realize()
|
| /openbmc/qemu/hw/net/can/ |
| H A D | can_mioe3680_pci.c | 160 pci_conf[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin A */ in mioe3680_pci_realize()
|
| H A D | can_pcm3680_pci.c | 160 pci_conf[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin A */ in pcm3680i_pci_realize()
|
| H A D | ctucan_pci.c | 170 pci_conf[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin A */ in ctucan_pci_realize()
|
| H A D | can_kvaser_pci.c | 225 pci_conf[PCI_INTERRUPT_PIN] = 0x01; /* interrupt pin A */ in kvaser_pci_realize()
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_ftpci100.c | 191 PCI_INTERRUPT_PIN, &int_pin); in pci_bus_scan()
|
| H A D | pci.c | 265 pci_hose_read_config_byte(hose, dev, PCI_INTERRUPT_PIN, &pin); in pci_hose_config_device()
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt.h | 306 xen_host_pci_get_byte(&s->real_device, PCI_INTERRUPT_PIN, &v); in xen_pt_pci_read_intx()
|
| /openbmc/qemu/hw/ide/ |
| H A D | cmd646.c | 293 pci_conf[PCI_INTERRUPT_PIN] = 0x01; // interrupt on pin 1 in pci_cmd646_ide_realize()
|
| /openbmc/qemu/hw/misc/ |
| H A D | pci-testdev.c | 252 pci_conf[PCI_INTERRUPT_PIN] = 0; /* no interrupt pin */ in pci_testdev_realize()
|
12