Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_core.c98 switch(sc->sc_pps_mode & UART_PPS_SIGNAL_MASK) { in uart_pps_print_mode()
112 if (sc->sc_pps_mode & UART_PPS_INVERT_PULSE) in uart_pps_print_mode()
114 if (sc->sc_pps_mode & UART_PPS_NARROW_PULSE) in uart_pps_print_mode()
126 tmp = sc->sc_pps_mode; in uart_pps_mode_sysctl()
132 sc->sc_pps_mode = tmp; in uart_pps_mode_sysctl()
143 switch(sc->sc_pps_mode & UART_PPS_SIGNAL_MASK) { in uart_pps_process()
169 if (sc->sc_pps_mode & UART_PPS_NARROW_PULSE) { in uart_pps_process()
178 if (sc->sc_pps_mode & UART_PPS_INVERT_PULSE) in uart_pps_process()
202 sc->sc_pps_mode = UART_PPS_CTS; in uart_pps_init()
204 sc->sc_pps_mode = UART_PPS_DCD; in uart_pps_init()
[all …]
H A Duart_bus.h123 int sc_pps_mode; member
H A Duart_dev_ns8250.c700 if (sc->sc_pps_mode & UART_PPS_NARROW_PULSE) { in ns8250_bus_getsig()