Searched refs:tx_fifofull (Results 1 – 2 of 2) sorted by relevance
26 unsigned long tx_fifofull; member
772 if (rd_regl(port, S3C2410_UFSTAT) & ourport->info->tx_fifofull) in s3c24xx_serial_tx_chars()827 (ufstat & info->tx_fifofull)) in s3c24xx_serial_tx_empty()1979 return (ufstat & info->tx_fifofull) ? 0 : 1; in s3c24xx_serial_console_txrdy()2184 .tx_fifofull = S3C2410_UFSTAT_TXFULL,2212 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2241 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2269 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2296 .tx_fifofull = S5PV210_UFSTAT_TXFULL,2324 .tx_fifofull = S5PV210_UFSTAT_TXFULL, \