Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec.c163 ack &= ~GRACEFUL_STOP_ACKNOWLEDGE_RX; in uec_graceful_stop_rx()
174 } while (! (ack & GRACEFUL_STOP_ACKNOWLEDGE_RX )); in uec_graceful_stop_rx()
H A Duec.h404 #define GRACEFUL_STOP_ACKNOWLEDGE_RX 0x01 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Ducc_geth.h628 #define GRACEFUL_STOP_ACKNOWLEDGE_RX 0x01 macro
H A Ducc_geth.c1441 temp &= ~GRACEFUL_STOP_ACKNOWLEDGE_RX; in ugeth_graceful_stop_rx()
1455 } while (!(temp & GRACEFUL_STOP_ACKNOWLEDGE_RX) && --i); in ugeth_graceful_stop_rx()