Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_dtsec.h125 #define IEVENT_GTSC 0x02000000 /* Graceful transmit stop complete */ macro
Dtsec.h145 #define IEVENT_GTSC 0x02000000 macro
/external/u-boot/drivers/net/
Dtsec.c375 while ((in_be32(&regs->ievent) & (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()
376 != (IEVENT_GRSC | IEVENT_GTSC)) in tsec_halt()