Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h91 bitMask = DTSEC_IMASK_GRSCEN; break; \
H A Ddtsec.c286 if (GET_UINT32(p_DtsecMemMap->ievent) & DTSEC_IMASK_GRSCEN) in DtsecIsr()
290 if (GET_UINT32(p_DtsecMemMap->ievent) & DTSEC_IMASK_GRSCEN) in DtsecIsr()
291 WRITE_UINT32(p_DtsecMemMap->ievent, DTSEC_IMASK_GRSCEN); in DtsecIsr()
311 if (event & DTSEC_IMASK_GRSCEN) in DtsecIsr()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h184 #define DTSEC_IMASK_GRSCEN 0x00000100 macro