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

/freebsd-11-stable/sys/mips/mediatek/
H A Duart_dev_mtk.c83 static int uart_output = 1; variable
84 TUNABLE_INT("kern.uart_output", &uart_output);
85 SYSCTL_INT(_kern, OID_AUTO, uart_output, CTLFLAG_RW,
86 &uart_output, 0, "UART output enabled.");
147 if (!uart_output) return;
514 if (!uart_output) return (0);
/freebsd-11-stable/sys/mips/rt305x/
H A Duart_dev_rt305x.c75 static int uart_output = 1; variable
76 SYSCTL_INT(_kern, OID_AUTO, uart_output, CTLFLAG_RWTUN,
77 &uart_output, 0, "UART output enabled.");
135 if (!uart_output) return;
494 if (!uart_output) return (0);

Completed in 160 milliseconds