Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dtsec.h126 #define IEVENT_GTSC 0x02000000 /* Graceful transmit stop complete */ macro
H A Dtsec.h146 #define IEVENT_GTSC 0x02000000 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.h300 #define IEVENT_GTSC 0x02000000 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()
/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()