Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_ppstypes.h41 #define UART_PPS_INVERT_PULSE 0x10 macro
H A Duart_core.c87 if ((opt & ~(UART_PPS_INVERT_PULSE | UART_PPS_NARROW_PULSE)) != 0) in uart_pps_mode_valid()
112 if (sc->sc_pps_mode & UART_PPS_INVERT_PULSE) in uart_pps_print_mode()
178 if (sc->sc_pps_mode & UART_PPS_INVERT_PULSE) in uart_pps_process()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c1247 if (ucom_pps_mode & UART_PPS_INVERT_PULSE) in ucom_cfg_status_change()