Searched refs:uart_poll_freq (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/dev/uart/ |
| HD | uart_core.c | 66 static int uart_poll_freq = UART_POLL_FREQ; variable 67 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() 713 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_bus_attach() 725 printf("%spolled mode (%dHz)", sep, uart_poll_freq); in uart_bus_attach()
|