Searched refs:FPM_EV_MASK_STALL_EN (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c279 if((event & FPM_EV_MASK_STALL) && (event & FPM_EV_MASK_STALL_EN))
2913 tmpReg |= FPM_EV_MASK_STALL_EN;
3928 tmpReg |= FPM_EV_MASK_STALL_EN;
3930 tmpReg &= ~FPM_EV_MASK_STALL_EN;
H A Dfm.h428 #define FPM_EV_MASK_STALL_EN 0x00004000 macro

Completed in 115 milliseconds