Home
last modified time | relevance | path

Searched defs:uartno (Results 1 – 1 of 1) sorted by relevance

/kernel/uniproton/demos/hi3093/bsp/uart/
Duart_core.c22 static S32 uart_core_base_addr(S32 uartno, U32 *reg_base) in uart_core_base_addr()
41 S32 uart_reg_read(S32 uartno, U32 offset, U32 *val) in uart_reg_read()
55 void uart_reg_write(S32 uartno, U32 offset, U32 val) in uart_reg_write()
69 void uart_set_lcr_dlab(S32 uartno, S32 dlab_sel) in uart_set_lcr_dlab()
89 void uart_set_dll_dlh(S32 uartno, U32 dll, U32 dlh) in uart_set_dll_dlh()
99 void uart_get_dll_dlh(S32 uartno, U32 *dll, U32 *dlh) in uart_get_dll_dlh()
109 void uart_set_fifo_ctrl(S32 uartno, U32 fifo_ctrl) in uart_set_fifo_ctrl()
118 void uart_set_lcr(S32 uartno, U32 lcr) in uart_set_lcr()
125 void uart_set_irq_enable(S32 uartno, U32 value) in uart_set_irq_enable()
131 S32 uart_is_txfifo_full(S32 uartno) in uart_is_txfifo_full()
[all …]