tx_fifofull 750 drivers/tty/serial/samsung.c if (rd_regl(port, S3C2410_UFSTAT) & ourport->info->tx_fifofull) tx_fifofull 805 drivers/tty/serial/samsung.c (ufstat & info->tx_fifofull)) tx_fifofull 2056 drivers/tty/serial/samsung.c return (ufstat & info->tx_fifofull) ? 0 : 1; tx_fifofull 2261 drivers/tty/serial/samsung.c .tx_fifofull = S3C2410_UFSTAT_TXFULL, tx_fifofull 2289 drivers/tty/serial/samsung.c .tx_fifofull = S3C2440_UFSTAT_TXFULL, tx_fifofull 2318 drivers/tty/serial/samsung.c .tx_fifofull = S3C2440_UFSTAT_TXFULL, tx_fifofull 2346 drivers/tty/serial/samsung.c .tx_fifofull = S3C2440_UFSTAT_TXFULL, tx_fifofull 2373 drivers/tty/serial/samsung.c .tx_fifofull = S5PV210_UFSTAT_TXFULL, tx_fifofull 2401 drivers/tty/serial/samsung.c .tx_fifofull = S5PV210_UFSTAT_TXFULL, \ tx_fifofull 23 drivers/tty/serial/samsung.h unsigned long tx_fifofull;