Home
last modified time | relevance | path

Searched refs:uart_poll_freq (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/uart/
H A Duart_core.c65 static int uart_poll_freq = UART_POLL_FREQ; variable
66 SYSCTL_INT(_debug, OID_AUTO, uart_poll_freq, CTLFLAG_RDTUN, &uart_poll_freq,
449 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_intr()
714 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_bus_attach()
726 printf("%spolled mode (%dHz)", sep, uart_poll_freq); in uart_bus_attach()