Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/
Dfman_ncsw.c805 tmp_reg |= FPM_EV_MASK_STALL_EN; in fman_fpm_init()
1076 tmp |= FPM_EV_MASK_STALL_EN; in fman_set_exception()
1078 tmp &= ~FPM_EV_MASK_STALL_EN; in fman_set_exception()
Dfm_ncsw.c331 if ((event & FPM_EV_MASK_STALL) && (event & FPM_EV_MASK_STALL_EN)) in FpmErrEvent()
/freebsd-12-stable/sys/contrib/ncsw/inc/flib/
Dfsl_fman.h516 #define FPM_EV_MASK_STALL_EN 0x00004000 macro