Home
last modified time | relevance | path

Searched refs:BURST (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/kshim/
H A Dbsd_busspace.c177 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_read_region_4() enumerator
181 while (count >= BURST) { in bus_space_read_region_4()
184 h += BURST * 4; in bus_space_read_region_4()
185 datap += BURST; in bus_space_read_region_4()
186 count -= BURST; in bus_space_read_region_4()
199 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_write_region_4() enumerator
203 while (count >= BURST) { in bus_space_write_region_4()
206 h += BURST * 4; in bus_space_write_region_4()
207 datap += BURST; in bus_space_write_region_4()
208 count -= BURST; in bus_space_write_region_4()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c246 #define BURST 11 /* max characters per burst */ macro
331 l_fp cstamp[BURST]; /* character timestamps */
350 int cbuf[BURST]; /* character buffer */
1012 if (dtemp > BURST * CHAR) { in chu_decode()
1023 if (up->ndx < BURST) { in chu_decode()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01284 places. BURST/IBURST cleanup. Don't turn off FLAG_BURST at the
5743 * ntpd/refclock_parse.c (parse_start): added BURST mode initialisation
H A DCommitLog[all...]