Searched refs:rockchip_fiq_write (Results 1 – 1 of 1) sorted by relevance
| /bsp/rockchip/rk3500/driver/uart8250/ |
| A D | fiq-debugger.c | 44 rt_inline void rockchip_fiq_write(struct rockchip_fiq_debugger *t, rt_uint32_t val, int off) in rockchip_fiq_write() function 113 rockchip_fiq_write(t, (1 << 1) | (1 << 2), UART_SRR); in fiq_debugger_uart_configure() 116 rockchip_fiq_write(t, 0x10, UART_MCR); in fiq_debugger_uart_configure() 118 rockchip_fiq_write(t, 0x83, UART_LCR); in fiq_debugger_uart_configure() 120 rockchip_fiq_write(t, dll, UART_DLL); in fiq_debugger_uart_configure() 121 rockchip_fiq_write(t, dlm, UART_DLM); in fiq_debugger_uart_configure() 122 rockchip_fiq_write(t, 0x03, UART_LCR); in fiq_debugger_uart_configure() 125 rockchip_fiq_write(t, UART_IER_RDI, UART_IER); in fiq_debugger_uart_configure() 134 rockchip_fiq_write(t, 0x01, UART_FCR); in fiq_debugger_uart_configure() 137 rockchip_fiq_write(t, 0x0, UART_MCR); in fiq_debugger_uart_configure() [all …]
|
Completed in 9 milliseconds