Lines Matching refs:GET_UART
21 #define GET_UART(dev) ((volatile struct uart_b91_t *) \ macro
255 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_configure()
312 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_driver_init()
340 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_poll_out()
353 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_poll_in()
369 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_err_check()
382 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_fifo_fill()
405 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_fifo_read()
421 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_tx_enable()
431 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_tx_disable()
439 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_tx_ready()
448 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_tx_complete()
456 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_rx_enable()
466 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_rx_disable()
474 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_rx_ready()
482 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_err_enable()
490 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_err_disable()
498 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_is_pending()