Searched refs:PCI_INTERRUPT_PIN_A (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | mpbios_intr_fixup.c | 98 mpbios_pin_fixup(bus, 7, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 101 mpbios_pin_fixup(bus, 8, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 106 mpbios_pin_fixup(bus, 2, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 109 mpbios_pin_fixup(bus, 10, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 127 mpbios_pin_fixup(bus, 16, PCI_INTERRUPT_PIN_A, pin); in mcp04_mpbios_fixup() 130 mpbios_pin_fixup(bus, 17, PCI_INTERRUPT_PIN_A, pin); in mcp04_mpbios_fixup()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | mpbios_intr_fixup.c | 98 mpbios_pin_fixup(bus, 7, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 101 mpbios_pin_fixup(bus, 8, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 106 mpbios_pin_fixup(bus, 2, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 109 mpbios_pin_fixup(bus, 10, PCI_INTERRUPT_PIN_A, pin); in nforce4_mpbios_fixup() 127 mpbios_pin_fixup(bus, 16, PCI_INTERRUPT_PIN_A, pin); in mcp04_mpbios_fixup() 130 mpbios_pin_fixup(bus, 17, PCI_INTERRUPT_PIN_A, pin); in mcp04_mpbios_fixup()
|
| /openbsd/src/sys/arch/alpha/pci/ |
| D | pci_2100_a50.c | 132 case PCI_INTERRUPT_PIN_A: 148 case PCI_INTERRUPT_PIN_A: 164 case PCI_INTERRUPT_PIN_A:
|
| D | pci_axppci_33.c | 132 case PCI_INTERRUPT_PIN_A: 148 case PCI_INTERRUPT_PIN_A: 164 case PCI_INTERRUPT_PIN_A:
|
| /openbsd/src/sys/arch/loongson/loongson/ |
| D | yeeloong_machdep.c | 272 if (pin == PCI_INTERRUPT_PIN_A) in lemote_intr_map() 279 (pin - PCI_INTERRUPT_PIN_A)); in lemote_intr_map()
|
| D | generic2e_machdep.c | 204 pin - PCI_INTERRUPT_PIN_A); in generic2e_intr_map()
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | glx.c | 589 (PCI_INTERRUPT_PIN_A << PCI_INTERRUPT_PIN_SHIFT); in glx_fn3_read() 695 (PCI_INTERRUPT_PIN_A << PCI_INTERRUPT_PIN_SHIFT); in glx_fn4_read() 816 (PCI_INTERRUPT_PIN_A << PCI_INTERRUPT_PIN_SHIFT); in glx_fn5_read()
|
| /openbsd/src/sys/dev/pci/ |
| D | pcireg.h | 692 #define PCI_INTERRUPT_PIN_A 0x01 macro
|
| D | ppb.c | 262 for (pin = PCI_INTERRUPT_PIN_A; pin <= PCI_INTERRUPT_PIN_D; pin++) { in ppbattach() 265 pci_intr_map(pa, &sc->sc_ih[pin - PCI_INTERRUPT_PIN_A]); in ppbattach()
|