Lines Matching refs:mec_uart_info
20 struct mec_uart_info { struct
31 static const struct mec_uart_info uart_instances[MEC5_UART_INSTANCES] = { argument
69 static struct mec_uart_info const *get_uart_info(struct mec_uart_regs *regs) in get_uart_info()
72 const struct mec_uart_info *p = &uart_instances[i]; in get_uart_info()
112 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_tx_fifo_size()
138 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_clock_freq_get()
162 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_parity_set()
179 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_parity_get()
200 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_word_len_set()
216 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_word_len_get()
240 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_stop_bits_set()
257 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_stop_bits_get()
274 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_fifo_control()
404 const struct mec_uart_info *info = get_uart_info(regs); in mec_hal_uart_power_on()
421 const struct mec_uart_info *info = get_uart_info(regs); in mec_hal_uart_init()
489 const struct mec_uart_info *info = get_uart_info(regs); in mec_hal_uart_girq_ctrl()
502 const struct mec_uart_info *info = get_uart_info(regs); in mec_hal_uart_girq_clear()
515 const struct mec_uart_info *info = get_uart_info(regs); in mec_hal_uart_is_girq_status()
526 const struct mec_uart_info *info = get_uart_info(regs); in mec_hal_uart_is_girq_result()
537 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_baud_rate_set()
551 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_intr_control()
569 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_intr_mask()
583 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_raw_status()
609 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_pending_status()
648 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_is_rx_data()
664 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_is_tx_fifo_empty()
680 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_is_tx_empty()
696 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_dtr_rts_set()
739 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_tx_byte()
767 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_tx()
809 const struct mec_uart_info *info = get_uart_info(base); in mec_hal_uart_rx_byte()