Searched refs:IM_EV_BSY (Results 1 – 2 of 2) sorted by relevance
63 ASSERT_COND(((event & (IM_EV_RX | IM_EV_BSY)) && FmIsMaster(p_FmPort->h_Fm)) || in ImException()68 if ((event & IM_EV_BSY) && p_FmPort->f_Exception) in ImException()384 if (p_FmPort->exceptions & IM_EV_BSY) in FmPortImInit()387 tmpReg32 |= IM_EV_BSY; in FmPortImInit()587 p_FmPort->exceptions |= IM_EV_BSY; in FM_PORT_SetIMExceptions()598 tmpReg32 = IM_EV_BSY; in FM_PORT_SetIMExceptions()603 tmpReg32 = FmGetFmanCtrlIntr(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId) | IM_EV_BSY; in FM_PORT_SetIMExceptions()611 p_FmPort->exceptions &= ~IM_EV_BSY; in FM_PORT_SetIMExceptions()624 … tmpReg32 = FmGetFmanCtrlIntr(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId) & ~IM_EV_BSY; in FM_PORT_SetIMExceptions()
104 #define DEFAULT_PORT_exception IM_EV_BSY771 #define IM_EV_BSY 0x40000000 macro