Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c489 p_Bm->errIrq = p_BmParam->errIrq; in BM_Config()
561 if (p_Bm->errIrq != NO_IRQ) in BM_Init()
563 XX_SetIntr(p_Bm->errIrq, BM_ErrorIsr, p_Bm); in BM_Init()
564 XX_EnableIntr(p_Bm->errIrq); in BM_Init()
631 if (p_Bm->errIrq != NO_IRQ) in BM_Free()
633 XX_DisableIntr(p_Bm->errIrq); in BM_Free()
634 XX_FreeIntr(p_Bm->errIrq); in BM_Free()
H A Dbm.h307 …uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupt… member
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c698 p_Qm->errIrq = p_QmParam->errIrq; in QM_Config()
875 if (p_Qm->errIrq != NO_IRQ) in QM_Init()
877 XX_SetIntr(p_Qm->errIrq, QM_ErrorIsr, p_Qm); in QM_Init()
878 XX_EnableIntr(p_Qm->errIrq); in QM_Init()
943 if (p_Qm->errIrq != NO_IRQ) in QM_Free()
945 XX_DisableIntr(p_Qm->errIrq); in QM_Free()
946 XX_FreeIntr(p_Qm->errIrq); in QM_Free()
H A Dqm.h485 …uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupt… member
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h127 …uintptr_t errIrq; /**< BM error interrupt line; NO_IRQ if interrupts… member
H A Dqm_ext.h252 …uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupts no… member
H A Dfm_ext.h499 uintptr_t errIrq; /**< FM interrupt source for errors; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h548 uintptr_t errIrq; member
H A Dfm_ncsw.c3373 p_Fm->p_FmStateStruct->errIrq = p_FmParam->errIrq; in FM_Config()
3684 if (p_Fm->p_FmStateStruct->errIrq != NO_IRQ) in FM_Init()
3686 XX_SetIntr(p_Fm->p_FmStateStruct->errIrq, (void (*) (t_Handle))FM_ErrorIsr, p_Fm); in FM_Init()
3687 XX_EnableIntr(p_Fm->p_FmStateStruct->errIrq); in FM_Init()
3766 if (p_Fm->p_FmStateStruct->errIrq != NO_IRQ) in FM_Free()
3768 XX_DisableIntr(p_Fm->p_FmStateStruct->errIrq); in FM_Free()
3769 XX_FreeIntr(p_Fm->p_FmStateStruct->errIrq); in FM_Free()