Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c63 ASSERT_COND(((event & (IM_EV_RX | IM_EV_BSY)) && FmIsMaster(p_FmPort->h_Fm)) || in ImException()
66 if (event & IM_EV_RX) in ImException()
392 tmpReg32 |= IM_EV_RX; in FmPortImInit()
H A Dfm_port.h772 #define IM_EV_RX 0x80000000 macro