Home
last modified time | relevance | path

Searched refs:PCI_INTERRUPT_PIN_A (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/arch/amd64/amd64/
Dmpbios_intr_fixup.c98 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/
Dmpbios_intr_fixup.c98 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/
Dpci_2100_a50.c132 case PCI_INTERRUPT_PIN_A:
148 case PCI_INTERRUPT_PIN_A:
164 case PCI_INTERRUPT_PIN_A:
Dpci_axppci_33.c132 case PCI_INTERRUPT_PIN_A:
148 case PCI_INTERRUPT_PIN_A:
164 case PCI_INTERRUPT_PIN_A:
/openbsd/src/sys/arch/loongson/loongson/
Dyeeloong_machdep.c272 if (pin == PCI_INTERRUPT_PIN_A) in lemote_intr_map()
279 (pin - PCI_INTERRUPT_PIN_A)); in lemote_intr_map()
Dgeneric2e_machdep.c204 pin - PCI_INTERRUPT_PIN_A); in generic2e_intr_map()
/openbsd/src/sys/arch/loongson/dev/
Dglx.c589 (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/
Dpcireg.h692 #define PCI_INTERRUPT_PIN_A 0x01 macro
Dppb.c262 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()