asc_txfifo_is_empty  393 drivers/tty/serial/st-asc.c 	return asc_txfifo_is_empty(port) ? TIOCSER_TEMT : 0;
asc_txfifo_is_empty  903 drivers/tty/serial/st-asc.c 	while (--timeout && !asc_txfifo_is_empty(port))