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()2003 return (ufstat & info->tx_fifofull) ? 0 : 1; in s3c24xx_serial_console_txrdy()2208 .tx_fifofull = S3C2410_UFSTAT_TXFULL,2236 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2265 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2293 .tx_fifofull = S3C2440_UFSTAT_TXFULL,2320 .tx_fifofull = S5PV210_UFSTAT_TXFULL,2348 .tx_fifofull = S5PV210_UFSTAT_TXFULL, \