Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_prs.c77 iowrite32be((FM_PCD_PRS_SINGLE_ECC | FM_PCD_PRS_PORT_IDLE_STS), in fman_prs_init()
81 iowrite32be(FM_PCD_PRS_SINGLE_ECC, &regs->fmpr_pever); in fman_prs_init()
H A Dfm_prs.c82 ASSERT_COND(event & FM_PCD_PRS_SINGLE_ECC); in PcdPrsException()
H A Dfm_pcd.c1826 tmpReg |= FM_PCD_PRS_SINGLE_ECC; in FM_PCD_SetException()
1828 tmpReg &= ~FM_PCD_PRS_SINGLE_ECC; in FM_PCD_SetException()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_prs.h44 #define FM_PCD_PRS_SINGLE_ECC 0x00004000 macro