Lines Matching refs:devcfg
149 const struct uart_mec5_devcfg *devcfg = dev->config; in config_mec5_uart() local
150 struct mec_uart_regs *const regs = devcfg->regs; in config_mec5_uart()
162 mcfg = uart_mec5_fifo_config(mcfg, devcfg->flags); in config_mec5_uart()
165 if (devcfg->flags & BIT(UART_MEC_DEVCFG_FLAG_USE_EXTCLK_POS)) { in config_mec5_uart()
166 extclk = devcfg->clock_freq; in config_mec5_uart()
183 const struct uart_mec5_devcfg *devcfg = dev->config; in uart_mec5_configure() local
188 ret = pinctrl_apply_state(devcfg->pcfg, PINCTRL_STATE_DEFAULT); in uart_mec5_configure()
227 const struct uart_mec5_devcfg *devcfg = dev->config; in uart_mec5_init() local
231 ret = pinctrl_apply_state(devcfg->pcfg, PINCTRL_STATE_DEFAULT); in uart_mec5_init()
251 const struct uart_mec5_devcfg *devcfg = dev->config; in uart_mec5_poll_in() local
252 struct mec_uart_regs *const regs = devcfg->regs; in uart_mec5_poll_in()
271 const struct uart_mec5_devcfg *devcfg = dev->config; in uart_mec5_poll_out() local
272 struct mec_uart_regs *const regs = devcfg->regs; in uart_mec5_poll_out()
287 const struct uart_mec5_devcfg *devcfg = dev->config; in irq_tx_enable() local
288 struct mec_uart_regs *const regs = devcfg->regs; in irq_tx_enable()
299 const struct uart_mec5_devcfg *devcfg = dev->config; in irq_tx_disable() local
301 struct mec_uart_regs *const regs = devcfg->regs; in irq_tx_disable()
311 const struct uart_mec5_devcfg *const devcfg = dev->config; in irq_rx_enable() local
313 struct mec_uart_regs *const regs = devcfg->regs; in irq_rx_enable()
323 const struct uart_mec5_devcfg *const devcfg = dev->config; in irq_rx_disable() local
325 struct mec_uart_regs *const regs = devcfg->regs; in irq_rx_disable()
335 const struct uart_mec5_devcfg *const devcfg = dev->config; in uart_mec5_fifo_fill() local
337 struct mec_uart_regs *const regs = devcfg->regs; in uart_mec5_fifo_fill()
365 const struct uart_mec5_devcfg *const devcfg = dev->config; in uart_mec5_fifo_read() local
367 struct mec_uart_regs *const regs = devcfg->regs; in uart_mec5_fifo_read()
460 const struct uart_mec5_devcfg *const devcfg = dev->config; in uart_mec5_irq_tx_complete() local
461 struct mec_uart_regs *const regs = devcfg->regs; in uart_mec5_irq_tx_complete()
488 const struct uart_mec5_devcfg *const devcfg = dev->config; in irq_error_enable() local
489 struct mec_uart_regs *const regs = devcfg->regs; in irq_error_enable()
540 const struct uart_mec5_devcfg *const devcfg = dev->config; in uart_mec5_irq_update() local
541 struct mec_uart_regs *const regs = devcfg->regs; in uart_mec5_irq_update()