Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_bus.h124 sbintime_t sc_pps_captime; member
H A Duart_core.c171 if (now > sc->sc_pps_captime + 500 * SBT_1MS) { in uart_pps_process()
172 sc->sc_pps_captime = now; in uart_pps_process()