Home
last modified time | relevance | path

Searched refs:PPS_CAPTUREBOTH (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dpps-api.c74 pp.mode = PPS_CAPTUREBOTH; in main()
/freebsd/sys/sys/
H A Dtimepps.h83 #define PPS_CAPTUREBOTH 0x03 macro
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h98 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */ macro
H A Dtimepps-SunOS.h98 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */ macro
H A Dtimepps-Solaris.h98 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */ macro
/freebsd/sys/dev/uart/
H A Duart_core.c221 sc->sc_pps.ppscap = PPS_CAPTUREBOTH; in uart_pps_init()
385 if (sc->sc_pps.ppsparam.mode & PPS_CAPTUREBOTH) { in uart_intr_sigchg()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c445 sc->sc_pps.ppscap = PPS_CAPTUREBOTH; in ucom_attach_tty()
1244 if ((sc->sc_pps.ppsparam.mode & PPS_CAPTUREBOTH) && in ucom_cfg_status_change()