Home
last modified time | relevance | path

Searched refs:SPEED232 (Results 1 – 24 of 24) sorted by relevance

/trueos/contrib/ntp/ntpd/
HDrefclock_trak.c93 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
153 !(fd = refclock_open(device, SPEED232, LDISC_CLK)) in trak_start()
155 !(fd = refclock_open(device, SPEED232, 0)) in trak_start()
HDrefclock_leitch.c50 #define SPEED232 B300 /* uart speed (300 baud) */ macro
284 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
353 ttyb.sg_ispeed = ttyb.sg_ospeed = SPEED232; in leitch_start()
HDrefclock_pst.c75 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
131 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in pst_start()
HDrefclock_zyfer.c79 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
138 if ( !(fd = refclock_open(device, SPEED232, LDISC_RAW)) ) in zyfer_start()
HDrefclock_fg.c31 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
113 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in fg_start()
HDrefclock_as2201.c67 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
169 if (!(fd = refclock_open(gpsdev, SPEED232, LDISC_CLK))) in as2201_start()
HDrefclock_chronolog.c48 #define SPEED232 B2400 /* uart speed (2400 baud) */ macro
112 if (!(fd = refclock_open(device, SPEED232, 0))) in chronolog_start()
HDrefclock_ulink.c87 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
146 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in ulink_start()
HDrefclock_wwvb.c101 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
162 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in wwvb_start()
HDrefclock_hopfser.c65 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
138 fd = refclock_open(gpsdev, SPEED232, LDISC_CLK); in hopfserial_start()
HDrefclock_dumbclock.c50 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
123 fd = refclock_open(device, SPEED232, 0); in dumbclock_start()
HDrefclock_arbiter.c92 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
151 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in arb_start()
HDrefclock_palisade.h103 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
HDrefclock_hpgps.c94 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
172 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in hpgps_start()
HDrefclock_palisade.c144 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW);
162 if (cfsetispeed(&tio, SPEED232) == -1) {
169 if (cfsetospeed(&tio, SPEED232) == -1) {
HDrefclock_nmea.c66 #define SPEED232 B4800 /* uart speed (4800 bps) */ macro
150 fd = refclock_open(device, SPEED232, LDISC_CLK); in nmea_start()
HDrefclock_true.c117 #define SPEED232 B9600 /* 9600 baud */ macro
259 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in true_start()
HDrefclock_chu.c191 #define SPEED232 B300 /* uart speed (300 baud) */ macro
195 #define SPEED232 B300 /* UART speed (300 baud) */ macro
467 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
475 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
HDrefclock_acts.c132 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
771 fd = refclock_open(device, SPEED232, in acts_timeout()
HDrefclock_msfees.c143 #ifndef SPEED232
144 #define SPEED232 B9600 /* 9600 baud */ macro
488 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in msfees_start()
HDrefclock_mx4200.c108 #define SPEED232 B4800 /* baud */ macro
226 if (!(fd = refclock_open(gpsdev, SPEED232, LDISC_PPS))) { in mx4200_start()
HDrefclock_jupiter.c84 #define SPEED232 B9600 /* baud */ macro
192 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); in jupiter_start()
HDrefclock_jjy.c152 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
HDrefclock_ripencc.c103 #define SPEED232 B9600 /* 9600 baud */ macro
478 if (!(fd = refclock_open(device, SPEED232, LDISC_RAW))) in ripencc_start()