Home
last modified time | relevance | path

Searched full:pci_intc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dfaraday,ftpci100.yaml36 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
37 <0x4800 0 0 2 &pci_intc 1>,
38 <0x4800 0 0 3 &pci_intc 2>,
39 <0x4800 0 0 4 &pci_intc 3>,
40 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
41 <0x5000 0 0 2 &pci_intc 2>,
42 <0x5000 0 0 3 &pci_intc 3>,
43 <0x5000 0 0 4 &pci_intc 0>,
44 <0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
45 <0x5800 0 0 2 &pci_intc 3>,
[all …]
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini.dtsi295 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
296 <0x4800 0 0 2 &pci_intc 1>,
297 <0x4800 0 0 3 &pci_intc 2>,
298 <0x4800 0 0 4 &pci_intc 3>,
299 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
300 <0x5000 0 0 2 &pci_intc 2>,
301 <0x5000 0 0 3 &pci_intc 3>,
302 <0x5000 0 0 4 &pci_intc 0>,
303 <0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
304 <0x5800 0 0 2 &pci_intc 3>,
[all …]
/openbmc/linux/arch/sh/boards/mach-landisk/
H A Dirq.c25 PCI_INTC, /* PCI int C */ enumerator
37 INTC_IRQ(PCI_INTC, IRQ_PCIINTC),
49 PCI_INTD, PCI_INTC, PCI_INTB, PCI_INTA,
/openbmc/qemu/hw/sh4/
H A Dr2d.c94 PCI_INTD, CF_IDE, CF_CD, PCI_INTC, SM501, KEY, RTC_A, RTC_T, enumerator
104 [PCI_INTC] = { 3, 1 << 12 },
272 sysbus_connect_irq(busdev, 2, irq[PCI_INTC]); in r2d_init()