Searched refs:min_uart (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dmin_osl.c477 static struct serial_struct min_uart; variable in typeref:struct:serial_struct
516 if (!min_uart.reg_base)
519 while (!(serial_in(&min_uart, UART_LSR) & UART_LSR_THRE));
520 serial_out(&min_uart, UART_TX, c);
645 if (min_uart.reg_base)
648 min_uart.reg_base = regs;
649 min_uart.irq = irq;
650 min_uart.baud_base = baud_base / 16;
651 min_uart.reg_shift = reg_shift;
655 quot = (min_uart
[all...]

Completed in 125 milliseconds