Searched refs:uart_poll_freq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_core.c | 64 static int uart_poll_freq = UART_POLL_FREQ; variable 65 SYSCTL_INT(_debug, OID_AUTO, uart_poll_freq, CTLFLAG_RDTUN, &uart_poll_freq, 448 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_intr() 719 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_bus_attach() 731 printf("%spolled mode (%dHz)", sep, uart_poll_freq); in uart_bus_attach()
|