Searched refs:tx_fifofull (Results 1 – 2 of 2) sorted by relevance
26 unsigned long tx_fifofull; member
747 if (rd_regl(port, S3C2410_UFSTAT) & ourport->info->tx_fifofull) in s3c24xx_serial_tx_chars()802 (ufstat & info->tx_fifofull)) in s3c24xx_serial_tx_empty()1954 return (ufstat & info->tx_fifofull) ? 0 : 1; in s3c24xx_serial_console_txrdy()2159 .tx_fifofull = S3C2410_UFSTAT_TXFULL,2187 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2216 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2244 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2271 .tx_fifofull = S5PV210_UFSTAT_TXFULL,2299 .tx_fifofull = S5PV210_UFSTAT_TXFULL, \