Lines Matching refs:apbuart_regs

25 struct apbuart_regs {  struct
127 struct apbuart_regs *regs;
147 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_poll_out()
170 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_poll_in()
183 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_err_check()
204 static int get_baud(volatile struct apbuart_regs *const regs) in get_baud()
216 static void set_baud(volatile struct apbuart_regs *const regs, uint32_t baud) in set_baud()
238 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_configure()
285 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_config_get()
319 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_fifo_fill()
344 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_fifo_read()
358 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_tx_enable()
387 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_tx_disable()
396 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_tx_ready()
407 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_tx_complete()
415 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_rx_enable()
423 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_rx_disable()
431 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_rx_ready()
440 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_irq_is_pending()
491 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_init()
545 .regs = (struct apbuart_regs *) \