Home
last modified time | relevance | path

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

/third_party/FreeBSD/stand/kshim/
H A Dbsd_busspace.c199 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_read_region_4() enumerator
203 while (count >= BURST) { in bus_space_read_region_4()
206 h += BURST * 4; in bus_space_read_region_4()
207 datap += BURST; in bus_space_read_region_4()
208 count -= BURST; in bus_space_read_region_4()
221 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_write_region_4() enumerator
225 while (count >= BURST) { in bus_space_write_region_4()
228 h += BURST * 4; in bus_space_write_region_4()
229 datap += BURST; in bus_space_write_region_4()
230 count -= BURST; in bus_space_write_region_4()
[all...]

Completed in 1 milliseconds