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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddptvar.h63 struct eata_sp *ccb_savesp; /* saved status packet */
77 struct eata_sp *sc_stp; /* EATA status packet */
H A Ddpt.c239 struct eata_sp *sp;
258 sizeof(struct eata_sp), BUS_DMASYNC_POSTREAD);
271 sc->sc_stpoff, sizeof(struct eata_sp),
342 sc->sc_scroff = sc->sc_stpoff + sizeof(struct eata_sp);
344 DPT_SCRATCH_SIZE + sizeof(struct eata_sp);
371 sc->sc_stp = (struct eata_sp *)((char *)sc->sc_ccbs + sc->sc_stpoff);
1000 sizeof(struct eata_sp), BUS_DMASYNC_PREREAD);
1085 sizeof(struct eata_sp), BUS_DMASYNC_PREREAD);
1190 info->spLength = sizeof(struct eata_sp);
1270 struct eata_sp s
[all...]
H A Ddptreg.h156 struct eata_sp { struct

Completed in 113 milliseconds