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

/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Duart_dev_s3c2410.h84 (bus_space_read_1((iot), (ioh), SSCOM_UTRSTAT) & UTRSTAT_RXREADY)
H A Ds3c2xx0reg.h106 #define UTRSTAT_RXREADY (1<<0) /* RX fifo or buffer is not empty */ macro
H A Duart_dev_s3c2410.c194 return ((uart_getreg(bas, SSCOM_UTRSTAT) & UTRSTAT_RXREADY) ==
195 UTRSTAT_RXREADY);
/freebsd-10-stable/sys/arm/samsung/exynos/
H A Dexynos_uart.h102 #define UTRSTAT_RXREADY (1 << 0) /* RX fifo or buffer is not empty */ macro
H A Dexynos_uart.c191 return ((uart_getreg(bas, SSCOM_UTRSTAT) & UTRSTAT_RXREADY) ==
192 UTRSTAT_RXREADY);
201 while (!(utrstat & UTRSTAT_RXREADY)) {

Completed in 59 milliseconds