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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Diavcreg.h254 static __inline int b1io_put_byte(iavc_softc_t *sc, u_int8_t val) function
294 b1io_put_byte(sc, (val & 0xff));
295 b1io_put_byte(sc, (val >> 8) & 0xff);
296 b1io_put_byte(sc, (val >> 16) & 0xff);
297 b1io_put_byte(sc, (val >> 24) & 0xff);
311 while (len--) b1io_put_byte(sc, *dp++);
322 b1io_put_byte(sc, READ_REGISTER);
329 b1io_put_byte(sc, WRITE_REGISTER);
423 b1io_put_byte(sc, *dp++);
428 while (i--) b1io_put_byte(s
[all...]
H A Diavc.c1088 b1io_put_byte(sc, *dmabuf++);

Completed in 101 milliseconds