Searched refs:PCI_INTERRUPT_PIN_MAX (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/dev/marvell/
H A Dmvpexvar.h61 struct mvpex_intrtab sc_intrtab[PCI_INTERRUPT_PIN_MAX];
H A Dmvpex.c184 for (i = 0; i < PCI_INTERRUPT_PIN_MAX; i++) {
213 i < PCI_INTERRUPT_PIN_MAX; pin++, i++) {
/netbsd-current/sys/arch/evbarm/marvell/
H A Dmarvell_machdep.c550 int pin[PCI_INTERRUPT_PIN_MAX];
599 prop_array_create_with_capacity(PCI_INTERRUPT_PIN_MAX + 1);
/netbsd-current/sys/arch/x86/pci/
H A Dpci_intr_machdep.c142 if (pin > PCI_INTERRUPT_PIN_MAX) {
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_pcix.c508 size = ncpu * PCI_INTERRUPT_PIN_MAX * sizeof(rmixl_pcix_evcnt_t);
511 for (int pin=PCI_INTERRUPT_PIN_A; pin <= PCI_INTERRUPT_PIN_MAX; pin++) {
H A Drmixl_pcie.c568 size = ncpu * PCI_INTERRUPT_PIN_MAX * sizeof(rmixl_pcie_evcnt_t);
571 for (int pin=PCI_INTERRUPT_PIN_A; pin <= PCI_INTERRUPT_PIN_MAX; pin++) {
/netbsd-current/sys/arch/i386/pci/
H A Dpci_intr_fixup.c379 for (pin = 0; pin < PCI_INTERRUPT_PIN_MAX; pin++) {
/netbsd-current/sys/arch/atari/pci/
H A Dpci_machdep.c684 if (pin > PCI_INTERRUPT_PIN_MAX) {
/netbsd-current/sys/dev/pci/
H A Dpcireg.h1351 #define PCI_INTERRUPT_PIN_MAX 0x04 macro

Completed in 284 milliseconds