Lines Matching refs:uart_b91_t

21 #define GET_UART(dev)      ((volatile struct uart_b91_t *) \
45 struct uart_b91_t { struct
109 static inline uint8_t uart_b91_get_tx_bufcnt(volatile struct uart_b91_t *uart) in uart_b91_get_tx_bufcnt()
115 static inline uint8_t uart_b91_get_rx_bufcnt(volatile struct uart_b91_t *uart) in uart_b91_get_rx_bufcnt()
201 static void uart_b91_init(volatile struct uart_b91_t *uart, uint16_t divider, in uart_b91_init()
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()