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

/freebsd-10.2-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c75 static int uart_output = 1; variable
76 TUNABLE_INT("kern.uart_output", &uart_output);
77 SYSCTL_INT(_kern, OID_AUTO, uart_output, CTLFLAG_RW,
78 &uart_output, 0, "UART output enabled.");
139 if (!uart_output) return;
497 if (!uart_output) return (0);

Completed in 89 milliseconds