Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/uart/
HDuart_ppstypes.h34 #define UART_PPS_SIGNAL_MASK 0x0f macro
HDuart_core.c77 switch(pps_mode & UART_PPS_SIGNAL_MASK) { in uart_pps_mode_valid()
98 switch(sc->sc_pps_mode & UART_PPS_SIGNAL_MASK) { in uart_pps_print_mode()
143 switch(sc->sc_pps_mode & UART_PPS_SIGNAL_MASK) { in uart_pps_process()
/freebsd-head/sys/dev/usb/serial/
HDusb_serial.c1231 switch(ucom_pps_mode & UART_PPS_SIGNAL_MASK) { in ucom_cfg_status_change()