Home
last modified time | relevance | path

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

/external/u-boot/drivers/qe/
Duec.c162 ack &= ~GRACEFUL_STOP_ACKNOWLEDGE_RX; in uec_graceful_stop_rx()
173 } while (! (ack & GRACEFUL_STOP_ACKNOWLEDGE_RX )); in uec_graceful_stop_rx()
Duec.h403 #define GRACEFUL_STOP_ACKNOWLEDGE_RX 0x01 macro