Searched refs:cvmx_debug_uart (Results 1 – 4 of 4) sorted by relevance
49 int cvmx_debug_uart = 1; variable70 int cvmx_debug_uart = 1; variable123 if (cvmx_debug_uart == -1) in cvmx_debug_uart_init()124 cvmx_debug_uart = CVMX_DEBUG_COMM_UART_NUM; in cvmx_debug_uart_init()181 ch = cvmx_uart_read_byte(cvmx_debug_uart); in cvmx_debug_uart_getpacket()233 cvmx_uart_write_byte(cvmx_debug_uart, '$'); in cvmx_debug_uart_putpacket()234 cvmx_uart_write_string(cvmx_debug_uart, packet); in cvmx_debug_uart_putpacket()235 cvmx_uart_write_byte(cvmx_debug_uart, '#'); in cvmx_debug_uart_putpacket()236 cvmx_uart_write_string(cvmx_debug_uart, csumstr); in cvmx_debug_uart_putpacket()248 irq_control.s.uart |= (1u<<cvmx_debug_uart); in cvmx_debug_uart_change_core()[all …]
70 int cvmx_debug_uart = -1; variable388 cvmx_debug_uart = atoi(argv + 6); in __cvmx_app_init()
508 extern int cvmx_debug_uart;
281 lsrval.u64 = cvmx_read_csr(CVMX_MIO_UARTX_LSR(cvmx_debug_uart)); in __cvmx_interrupt_default_exception_handler()