Home
last modified time | relevance | path

Searched refs:CSR_UARTFLG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dserial_21285.c64 while (!(*CSR_UARTFLG & 0x10)) { in rs285_rx_int()
103 while (!(*CSR_UARTFLG & 0x20)) { in rs285_tx_int()
251 while (*CSR_UARTFLG & 8) { in rs285_wait_until_sent()
382 while (*CSR_UARTFLG & 0x20); in rs285_console_write()
385 while (*CSR_UARTFLG & 0x20); in rs285_console_write()
/linux-2.4.37.9/include/asm-arm/hardware/
Ddec21285.h113 #define CSR_UARTFLG DC21285_IO(0x0178) macro