Home
last modified time | relevance | path

Searched refs:FPM_EV_MASK_STALL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c801 tmp_reg |= (FPM_EV_MASK_STALL | FPM_EV_MASK_DOUBLE_ECC | in fman_fpm_init()
1393 FPM_EV_MASK_STALL | in fman_resume()
H A Dfm_ncsw.c331 if ((event & FPM_EV_MASK_STALL) && (event & FPM_EV_MASK_STALL_EN)) in FpmErrEvent()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h512 #define FPM_EV_MASK_STALL 0x40000000 macro