Searched refs:AU1500_PCI_INTA (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/mips/alchemy/ |
D | board-mtx1.c | 244 [0] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 00 - AdapterA-Slot0 (top) */ 245 …[1] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 01 - AdapterA-Slot1 (bottom) … 248 [4] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTB, 0xff, 0xff }, /* IDSEL 04 - AdapterC-Slot0 (top) */ 249 …[5] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 05 - AdapterC-Slot1 (bottom) …
|
/Linux-v4.19/arch/mips/alchemy/devboards/ |
D | db1550.c | 444 case 4: return AU1500_PCI_INTA; in pb1550_map_pci_irq() 449 case 1: return AU1500_PCI_INTA; in pb1550_map_pci_irq()
|
D | db1000.c | 73 return (pin == 1) ? AU1500_PCI_INTA : 0xff; in db1500_map_pci_irq() 76 case 1: return AU1500_PCI_INTA; in db1500_map_pci_irq()
|
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 1018 AU1500_PCI_INTA, enumerator
|
/Linux-v4.19/arch/mips/alchemy/common/ |
D | irq.c | 123 { AU1500_PCI_INTA, IRQ_TYPE_LEVEL_LOW, 1, 0 },
|