Home
last modified time | relevance | path

Searched refs:PCI_INTERRUPT_PIN (Results 1 – 19 of 19) sorted by relevance

/linux/arch/mips/pci/
H A Dpci-bcm47xx.c48 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in bcm47xx_pcibios_plat_dev_init_ssb()
/linux/drivers/pcmcia/
H A Dcardbus.c41 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &irq_pin); in cardbus_config_irq_and_cls()
/linux/drivers/pci/
H A Dirq.c161 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in pci_assign_irq()
H A Dof_property.c180 ret = pci_read_config_byte(pdev, PCI_INTERRUPT_PIN, &pin); in of_pci_prop_interrupts()
196 ret = pci_read_config_byte(pdev, PCI_INTERRUPT_PIN, &pin); in of_pci_prop_intr_ctrl()
H A Dpci.c2008 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in do_pci_enable_device()
/linux/arch/xtensa/lib/
H A Dpci-auto.c127 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in pciauto_setup_irq()
/linux/arch/x86/pci/
H A Dirq.c1406 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &dpin); in pcibios_lookup_irq()
1515 pci_read_config_byte(dev2, PCI_INTERRUPT_PIN, &dpin); in pcibios_lookup_irq()
1579 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in pcibios_fixup_irqs()
1723 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in pirq_enable_irq()
/linux/arch/x86/kernel/
H A Ddevicetree.c85 ret = pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin); in x86_of_pci_irq_enable()
/linux/drivers/parisc/
H A Ddino.c584 dino_cfg_read(dev->bus, dev->devfn, PCI_INTERRUPT_PIN, 1, &irq_pin); in dino_card_fixup()
676 PCI_INTERRUPT_PIN, 1, &irq_pin); in dino_fixup_bus()
H A Diosapic.c455 pci_read_config_byte(pcidev, PCI_INTERRUPT_PIN, &intr_pin); in iosapic_xlate_pin()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c325 .offset = PCI_INTERRUPT_PIN,
/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c525 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_INTERRUPT_PIN, &irq); in configure_device()
987 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_INTERRUPT_PIN, &irq); in configure_bridge()
H A Dcpqphp_ctrl.c2835 PCI_INTERRUPT_PIN, &temp_byte); in configure_new_function()
/linux/include/uapi/linux/
H A Dpci_regs.h126 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ macro
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c64 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_INTERRUPT_PIN, hdr->interrupt_pin); in cdns_pcie_ep_write_header()
/linux/drivers/pci/controller/
H A Dpcie-altera.c502 if (where == PCI_INTERRUPT_PIN && size == 1 && !(*value)) in aglx_rp_read_cfg()
H A Dpci-hyperv.c1200 } else if ((where >= PCI_INTERRUPT_LINE && where + size <= PCI_INTERRUPT_PIN) || in _hv_pcifront_read_config()
1201 (where >= PCI_INTERRUPT_PIN && where + size <= PCI_MIN_GNT)) { in _hv_pcifront_read_config()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c103 dw_pcie_ep_writeb_dbi(ep, func_no, PCI_INTERRUPT_PIN, in dw_pcie_ep_write_header()
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2805 pci_read_config_byte(ha->pdev, PCI_INTERRUPT_PIN, &ha->port_no); in qla2x00_set_isp_flags()