Searched refs:tx_fifofull (Results 1 – 2 of 2) sorted by relevance
23 unsigned long tx_fifofull; member
750 if (rd_regl(port, S3C2410_UFSTAT) & ourport->info->tx_fifofull) in s3c24xx_serial_tx_chars()805 (ufstat & info->tx_fifofull)) in s3c24xx_serial_tx_empty()2056 return (ufstat & info->tx_fifofull) ? 0 : 1; in s3c24xx_serial_console_txrdy()2261 .tx_fifofull = S3C2410_UFSTAT_TXFULL,2289 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2318 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2346 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2373 .tx_fifofull = S5PV210_UFSTAT_TXFULL,2401 .tx_fifofull = S5PV210_UFSTAT_TXFULL, \