Home
last modified time | relevance | path

Searched refs:rx_fifofull (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/tty/serial/
Ds3c2400.c65 .rx_fifofull = S3C2410_UFSTAT_RXFULL,
Ds3c2410.c77 .rx_fifofull = S3C2410_UFSTAT_RXFULL,
Ds3c24a0.c81 .rx_fifofull = S3C24A0_UFSTAT_RXFULL,
Ds3c2412.c108 .rx_fifofull = S3C2440_UFSTAT_RXFULL,
Ds3c6400.c108 .rx_fifofull = S3C2440_UFSTAT_RXFULL,
Dsamsung.h19 unsigned long rx_fifofull; member
Ds5pv210.c97 .rx_fifofull = S5PV210_UFSTAT_RXFULL, \
Ds3c2440.c137 .rx_fifofull = S3C2440_UFSTAT_RXFULL,
Dsamsung.c184 if (ufstat & info->rx_fifofull) in s3c24xx_serial_rx_fifocnt()