Home
last modified time | relevance | path

Searched refs:uart_board (Results 1 – 3 of 3) sorted by relevance

/bsp/rockchip/common/drivers/
A Ddrv_uart.h35 struct uart_board struct
49 extern const struct uart_board g_uart0_board; argument
53 extern const struct uart_board g_uart1_board;
57 extern const struct uart_board g_uart2_board;
61 extern const struct uart_board g_uart3_board;
65 extern const struct uart_board g_uart4_board;
69 extern const struct uart_board g_uart5_board;
73 extern const struct uart_board g_uart6_board;
77 extern const struct uart_board g_uart7_board;
81 extern const struct uart_board g_uart8_board;
[all …]
A Ddrv_uart.c35 const struct uart_board *uart_board; member
50 .uart_board = &g_uart##ID##_board, \
481 const struct uart_board *uart_board; in rockchip_rt_hw_uart_pm_register() local
489 uart_board = uart->uart_board; in rockchip_rt_hw_uart_pm_register()
503 if (!is_console && !uart_board->en_irq_wake) in rockchip_rt_hw_uart_pm_register()
522 const struct uart_board *uart_board; in rt_hw_usart_init() local
532 uart_board = uart->uart_board; in rt_hw_usart_init()
534 if (uart_board->baud_rate) in rt_hw_usart_init()
536 config.baud_rate = uart_board->baud_rate; in rt_hw_usart_init()
552 config.bufsz = uart_board->bufer_size; in rt_hw_usart_init()
[all …]
/bsp/rockchip/rk2108/board/common/
A Dboard_base.c81 rt_weak const struct uart_board g_uart0_board =
91 rt_weak const struct uart_board g_uart1_board =
101 rt_weak const struct uart_board g_uart2_board =

Completed in 8 milliseconds