Searched refs:BURST (Results 1 – 4 of 4) sorted by relevance
177 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_read_region_4() enumerator181 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() enumerator203 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()
246 #define BURST 11 /* max characters per burst */ macro331 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()
1284 places. BURST/IBURST cleanup. Don't turn off FLAG_BURST at the5743 * ntpd/refclock_parse.c (parse_start): added BURST mode initialisation
[all...]