Searched refs:ufstat (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Ds3c2410.c272 unsigned long ufstat)
276 if (ufstat & info->rx_fifofull)
279 return (ufstat & info->rx_fifomask) >> info->rx_fifoshift;
292 unsigned int ufcon, ch, flag, ufstat, uerstat; local
297 ufstat = rd_regl(port, S3C2410_UFSTAT);
299 if (s3c24xx_serial_rx_fifocnt(ourport, ufstat) == 0)
417 unsigned long ufstat = rd_regl(port, S3C2410_UFSTAT); local
421 if ((ufstat & info->tx_fifomask) != 0 ||
422 (ufstat & info->tx_fifofull))
1683 unsigned long ufstat, utrsta local
271 s3c24xx_serial_rx_fifocnt(struct s3c24xx_uart_port *ourport, unsigned long ufstat) argument
[all...]

Completed in 49 milliseconds