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

/netbsd-current/sys/dev/ic/
H A Doosiopvar.h37 uint32_t dataout_scr[(OOSIOP_NSG + 1) * 2]; member in struct:oosiop_xfer
49 #define OOSIOP_DOUTSCROFF OOSIOP_XFEROFF(dataout_scr[0])
H A Doosiop.c498 xfer->dataout_scr[n * 2 + 0] =
501 xfer->dataout_scr[n * 2 + 1] =
508 xfer->dataout_scr[n * 2 + 0] = htole32(0x80080000);
509 xfer->dataout_scr[n * 2 + 1] =
518 xfer->dataout_scr[0] = htole32(0x98080000);
519 xfer->dataout_scr[1] = htole32(DATAOUT_TRAP);
543 offsetof(struct oosiop_xfer, dataout_scr[0]));
612 } else if (n >= offsetof(struct oosiop_xfer, dataout_scr[0]) &&
613 n < offsetof(struct oosiop_xfer, dataout_scr[OOSIOP_NSG * 2])) {
614 n -= offsetof(struct oosiop_xfer, dataout_scr[
[all...]

Completed in 126 milliseconds