Home
last modified time | relevance | path

Searched refs:FM_PCD_PLCR_INIT_ENTRY_ERROR (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.h83 #define FM_PCD_PLCR_INIT_ENTRY_ERROR 0x40000000 macro
H A Dfm_pcd.h118 #define FM_PCD_PLCR_INIT_ENTRY_ERROR 0x40000000 macro
H A Dfm_plcr.c658 if (event & FM_PCD_PLCR_INIT_ENTRY_ERROR) in ErrorExceptionsCB()
762 WRITE_UINT32(p_Regs->fmpl_eevr, (FM_PCD_PLCR_DOUBLE_ECC | FM_PCD_PLCR_INIT_ENTRY_ERROR)); in PlcrInit()
772 tmpReg32 |= FM_PCD_PLCR_INIT_ENTRY_ERROR; in PlcrInit()
H A Dfm_pcd.c1842 tmpReg |= FM_PCD_PLCR_INIT_ENTRY_ERROR; in FM_PCD_SetException()
1844 tmpReg &= ~FM_PCD_PLCR_INIT_ENTRY_ERROR; in FM_PCD_SetException()
1941 … WRITE_UINT32(p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs->fmpl_eifr, FM_PCD_PLCR_INIT_ENTRY_ERROR); in FM_PCD_ForceIntr()