Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h235 #define PCA_RES_NEED_IRQ 0x0001 /* needs IRQ allocation */ macro
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c1169 pcmcia_adapters[i]->pca_flags = PCA_RES_NEED_IRQ | in pcmcia_init_adapter()
1175 pcmcia_adapters[i]->pca_flags &= ~PCA_RES_NEED_IRQ; in pcmcia_init_adapter()
5147 if (adapt->pca_flags & PCA_RES_NEED_IRQ) { in pcmcia_intr_add_isr()
5266 if (adapt->pca_flags & PCA_RES_NEED_IRQ) { in pcmcia_intr_enable_isr()
5386 if (sockp->ls_adapter->pca_flags & PCA_RES_NEED_IRQ) { in pcmcia_intr_remove_isr()
5448 if (adapt->pca_flags & PCA_RES_NEED_IRQ) { in pcmcia_intr_disable_isr()