Lines Matching refs:apbuart_dev_cfg
126 struct apbuart_dev_cfg { struct
145 const struct apbuart_dev_cfg *config = dev->config; in apbuart_poll_out() argument
169 const struct apbuart_dev_cfg *config = dev->config; in apbuart_poll_in()
182 const struct apbuart_dev_cfg *config = dev->config; in apbuart_err_check()
237 const struct apbuart_dev_cfg *config = dev->config; in apbuart_configure()
284 const struct apbuart_dev_cfg *config = dev->config; in apbuart_config_get()
317 const struct apbuart_dev_cfg *config = dev->config; in apbuart_fifo_fill()
343 const struct apbuart_dev_cfg *config = dev->config; in apbuart_fifo_read()
356 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_tx_enable()
386 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_tx_disable()
394 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_tx_ready()
406 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_tx_complete()
414 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_rx_enable()
422 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_rx_disable()
430 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_rx_ready()
438 const struct apbuart_dev_cfg *config = dev->config; in apbuart_irq_is_pending()
489 const struct apbuart_dev_cfg *config = dev->config; in apbuart_init()
544 static const struct apbuart_dev_cfg apbuart##index##_config = { \