Home
last modified time | relevance | path

Searched refs:IEVENT_GRSC (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.h311 #define IEVENT_GRSC 0x00000100 macro
1240 return ((gfar_read(&regs->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) == in gfar_is_dma_stopped()
1241 (IEVENT_GRSC | IEVENT_GTSC)); in gfar_is_dma_stopped()
1248 return gfar_read(&regs->ievent) & IEVENT_GRSC; in gfar_is_rx_dma_stopped()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dtsec.h136 #define IEVENT_GRSC 0x00000100 /* Graceful stop complete */ macro
H A Dtsec.h157 #define IEVENT_GRSC 0x00000100 macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c379 while ((in_be32(&regs->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()
380 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()