Searched refs:errIrq (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h127 uintptr_t errIrq; /**< BM error interrupt line; NO_IRQ if interrupts not used. member in struct:__anon9848
H A Dqm_ext.h252 uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupts not used */ member in struct:__anon9906
H A Dfm_ext.h499 uintptr_t errIrq; /**< FM interrupt source for errors; member in struct:t_FmParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c489 p_Bm->errIrq = p_BmParam->errIrq;
561 if (p_Bm->errIrq != NO_IRQ)
563 XX_SetIntr(p_Bm->errIrq, BM_ErrorIsr, p_Bm);
564 XX_EnableIntr(p_Bm->errIrq);
631 if (p_Bm->errIrq != NO_IRQ)
633 XX_DisableIntr(p_Bm->errIrq);
634 XX_FreeIntr(p_Bm->errIrq);
H A Dbm.h307 uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupts not used */ member in struct:__anon9666
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c698 p_Qm->errIrq = p_QmParam->errIrq;
875 if (p_Qm->errIrq != NO_IRQ)
877 XX_SetIntr(p_Qm->errIrq, QM_ErrorIsr, p_Qm);
878 XX_EnableIntr(p_Qm->errIrq);
943 if (p_Qm->errIrq != NO_IRQ)
945 XX_DisableIntr(p_Qm->errIrq);
946 XX_FreeIntr(p_Qm->errIrq);
H A Dqm.h485 uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupts not used */ member in struct:__anon9844
/freebsd-13-stable/sys/dev/dpaa/
H A Dbman.c117 bp.errIrq = (uintptr_t)sc->sc_ires;
H A Dqman.c208 qp.errIrq = (uintptr_t)sc->sc_ires;
H A Dfman.c311 fm_params.errIrq = cfg->err_irq_num;
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h548 uintptr_t errIrq; member in struct:__anon9789
H A Dfm_ncsw.c3373 p_Fm->p_FmStateStruct->errIrq = p_FmParam->errIrq;
3684 if (p_Fm->p_FmStateStruct->errIrq != NO_IRQ)
3686 XX_SetIntr(p_Fm->p_FmStateStruct->errIrq, (void (*) (t_Handle))FM_ErrorIsr, p_Fm);
3687 XX_EnableIntr(p_Fm->p_FmStateStruct->errIrq);
3766 if (p_Fm->p_FmStateStruct->errIrq != NO_IRQ)
3768 XX_DisableIntr(p_Fm->p_FmStateStruct->errIrq);
3769 XX_FreeIntr(p_Fm->p_FmStateStruct->errIrq);

Completed in 201 milliseconds