Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_ppstypes.h42 #define UART_PPS_NARROW_PULSE 0x20 macro
H A Duart_core.c87 if ((opt & ~(UART_PPS_INVERT_PULSE | UART_PPS_NARROW_PULSE)) != 0) in uart_pps_mode_valid()
114 if (sc->sc_pps_mode & UART_PPS_NARROW_PULSE) in uart_pps_print_mode()
169 if (sc->sc_pps_mode & UART_PPS_NARROW_PULSE) { in uart_pps_process()
H A Duart_dev_ns8250.c700 if (sc->sc_pps_mode & UART_PPS_NARROW_PULSE) { in ns8250_bus_getsig()