Searched refs:CDNC_UART_ISTAT_REG (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/xilinx/ |
| H A D | uart_dev_cdnc.c | 94 #define CDNC_UART_ISTAT_REG 0x14 macro 277 WR4(bas, CDNC_UART_ISTAT_REG, CDNC_UART_INT_ALL); in cdnc_uart_hw_init() 465 WR4(bas, CDNC_UART_ISTAT_REG, CDNC_UART_INT_TXEMPTY); in cdnc_uart_bus_transmit() 518 status = RD4(bas, CDNC_UART_ISTAT_REG); in cdnc_uart_bus_receive() 520 WR4(bas, CDNC_UART_ISTAT_REG, in cdnc_uart_bus_receive() 537 WR4(bas, CDNC_UART_ISTAT_REG, CDNC_UART_INT_FRAMING); in cdnc_uart_bus_receive() 566 istatus = RD4(bas, CDNC_UART_ISTAT_REG); in cdnc_uart_bus_ipend() 569 WR4(bas, CDNC_UART_ISTAT_REG, istatus & in cdnc_uart_bus_ipend()
|