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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-iop13xx/
H A Dsetup.c245 static int init_uart = 0; variable
259 if (init_uart == IOP13XX_INIT_UART_DEFAULT) {
266 init_uart |= IOP13XX_INIT_UART_0;
267 init_uart |= IOP13XX_INIT_UART_1;
271 init_uart |= IOP13XX_INIT_UART_1;
302 if (init_uart & IOP13XX_INIT_UART_1) {
307 if (init_uart & IOP13XX_INIT_UART_0) {
353 init_uart |= IOP13XX_INIT_UART_0;
356 init_uart |= IOP13XX_INIT_UART_1;
365 init_uart
[all...]

Completed in 42 milliseconds