Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h644 uint32_t userSetExceptions; member
H A Dfm_ncsw.c200 if (p_Fm->userSetExceptions & FM_EX_BMI_DISPATCH_RAM_ECC) in CheckFmParameters()
206 if (p_Fm->userSetExceptions & (FM_EX_QMI_SINGLE_ECC | FM_EX_QMI_DOUBLE_ECC)) in CheckFmParameters()
212 if (p_Fm->userSetExceptions & FM_EX_QMI_SINGLE_ECC) in CheckFmParameters()
3538 p_Fm->p_FmStateStruct->exceptions |= p_Fm->userSetExceptions; in FM_Init()
4083 p_Fm->userSetExceptions |= bitMask; in FM_ConfigException()