Home
last modified time | relevance | path

Searched refs:sci_odata (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dscireg.h46 #define sci_odata sci_data /* w: Out data */
H A Dscivar.h49 volatile u_char *sci_odata; /* w: Out data */ member
H A Dempsc.c134 sc->sci_odata = rp; in empscattach()
H A Dsci.c386 *dev->sci_odata = 0x80 + (1 << target); in sciselectbus()
434 *dev->sci_odata = *buf; in sci_ixfer_out()
H A Dotgsc.c134 sc->sci_odata = rp; in otgscattach()
H A Divsc.c139 sc->sci_odata = rp; in ivscattach()
H A Dmlhsc.c132 sc->sci_odata = rp + 1; in mlhscattach()
H A Dwstsc.c146 sc->sci_odata = rp + 0; in wstscattach()
/netbsd-src/sys/arch/mac68k/include/
H A Dscsi_5380.h42 #define sci_odata sci_data /* w: Out data */ macro
/netbsd-src/sys/dev/ic/
H A Dncr5380reg.h74 #define sci_odata sci_r0 /* w: Out data */ macro
H A Dncr5380sbc.c269 NCR5380_WRITE(sc, sci_odata, *data++); in ncr5380_pio_out()
271 NCR5380_WRITE(sc, sci_odata, 0); in ncr5380_pio_out()
1349 NCR5380_WRITE(sc, sci_odata, 0x80); /* OUR_ID */ in ncr5380_select()
1444 NCR5380_WRITE(sc, sci_odata, data); in ncr5380_select()
1964 NCR5380_WRITE(sc, sci_odata, *--sc->sc_omp); in ncr5380_msg_out()