Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Doosiop.c506 xfer->dataout_scr[n * 2 + 0] = in oosiop_setup_sgdma()
509 xfer->dataout_scr[n * 2 + 1] = in oosiop_setup_sgdma()
516 xfer->dataout_scr[n * 2 + 0] = htole32(0x80080000); in oosiop_setup_sgdma()
517 xfer->dataout_scr[n * 2 + 1] = in oosiop_setup_sgdma()
526 xfer->dataout_scr[0] = htole32(0x98080000); in oosiop_setup_sgdma()
527 xfer->dataout_scr[1] = htole32(DATAOUT_TRAP); in oosiop_setup_sgdma()
551 offsetof(struct oosiop_xfer, dataout_scr[0])); in oosiop_setup_dma()
620 } else if (n >= offsetof(struct oosiop_xfer, dataout_scr[0]) && in oosiop_phasemismatch()
621 n < offsetof(struct oosiop_xfer, dataout_scr[OOSIOP_NSG * 2])) { in oosiop_phasemismatch()
622 n -= offsetof(struct oosiop_xfer, dataout_scr[0]); in oosiop_phasemismatch()
[all …]
H A Doosiopvar.h40 u_int32_t dataout_scr[(OOSIOP_NSG + 1) * 2]; member
52 #define OOSIOP_DOUTSCROFF OOSIOP_XFEROFF(dataout_scr[0])