Home
last modified time | relevance | path

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

/external/u-boot/drivers/qe/
Duec.c140 uec->grace_stopped_tx = 1; in uec_graceful_stop_tx()
194 uec->grace_stopped_tx = 0; in uec_restart_tx()
241 if ((mode & COMM_DIR_TX) && uec->grace_stopped_tx) { in uec_open()
264 if ((mode & COMM_DIR_TX) && !uec->grace_stopped_tx) { in uec_stop()
1030 uec->grace_stopped_tx = 1; in uec_startup()
Duec.h728 int grace_stopped_tx; member