Searched refs:mux_ports (Results 1 – 1 of 1) sorted by relevance
50 static struct mux_port mux_ports[MUX_NR]; variable248 mux_ports[port->line].enabled = 1; in mux_startup()260 mux_ports[port->line].enabled = 0; in mux_shutdown()356 if(!mux_ports[i].enabled) in mux_poll()359 mux_read(&mux_ports[i].port); in mux_poll()360 mux_write(&mux_ports[i].port); in mux_poll()371 while(UART_GET_FIFO_CNT(&mux_ports[0].port)) in mux_console_write()376 UART_PUT_CHAR(&mux_ports[0].port, '\r'); in mux_console_write()378 UART_PUT_CHAR(&mux_ports[0].port, *s++); in mux_console_write()450 struct uart_port *port = &mux_ports[port_cnt].port; in mux_probe()[all …]