Home
last modified time | relevance | path

Searched refs:pci_intrhand (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.c256 sc->pci_intrhand[1] = sc->pci_intrhand[2] = NULL; in mtk_pci_attach()
329 sc->pci_intrhand[i - 1] = NULL; in mtk_pci_attach()
331 mtk_pci_intr, NULL, sc, &sc->pci_intrhand[i - 1])) { in mtk_pci_attach()
357 if (sc->pci_intrhand[i - 1] != NULL) in mtk_pci_attach()
359 sc->pci_intrhand[i - 1]); in mtk_pci_attach()
H A Dmtk_pcie.h38 void * pci_intrhand[MTK_PCI_NIRQS]; member