/netbsd-src/sys/arch/amiga/dev/ |
H A D | otgsc.c | 137 sc->sci_tcmd = rp + 0x30; in otgscattach() 198 *dev->sci_tcmd = phase; in otgsc_dma_xfer_in() 245 *dev->sci_tcmd = phase; in otgsc_dma_xfer_out()
|
H A D | wstsc.c | 149 sc->sci_tcmd = rp + 6; in wstscattach() 216 *dev->sci_tcmd = phase; in wstsc_dma_xfer_in() 301 *dev->sci_tcmd = phase; in wstsc_dma_xfer_out() 353 *dev->sci_tcmd = phase; in wstsc_dma_xfer_in2() 445 *dev->sci_tcmd = phase; in wstsc_dma_xfer_out2()
|
H A D | sci.c | 337 *dev->sci_tcmd = 0; in scireset() 385 *dev->sci_tcmd = 0; in sciselectbus() 415 *dev->sci_tcmd = phase; in sci_ixfer_out() 461 *dev->sci_tcmd = phase; in sci_ixfer_in()
|
H A D | ivsc.c | 142 sc->sci_tcmd = rp + 6; in ivscattach() 205 *dev->sci_tcmd = phase; in ivsc_dma_xfer_in() 289 *dev->sci_tcmd = phase; in ivsc_dma_xfer_out()
|
H A D | mlhsc.c | 135 sc->sci_tcmd = rp + 7; in mlhscattach() 195 *dev->sci_tcmd = phase; in mlhsc_dma_xfer_in() 282 *dev->sci_tcmd = phase; in mlhsc_dma_xfer_out()
|
H A D | scireg.h | 55 volatile unsigned char sci_tcmd; /* rw: Target command */
|
H A D | scivar.h | 52 volatile u_char *sci_tcmd; /* rw: Target command */ member
|
H A D | empsc.c | 137 sc->sci_tcmd = rp + 0x30; in empscattach()
|
/netbsd-src/sys/dev/ic/ |
H A D | ncr5380sbc.c | 376 NCR5380_WRITE(sc, sci_tcmd, PHASE_INVALID); in ncr5380_init() 406 NCR5380_WRITE(sc, sci_tcmd, PHASE_INVALID); in ncr5380_reset_scsibus() 1210 NCR5380_WRITE(sc, sci_tcmd, PHASE_MSG_IN); in ncr5380_reselect() 1288 NCR5380_WRITE(sc, sci_tcmd, PHASE_INVALID); 1325 NCR5380_WRITE(sc, sci_tcmd, PHASE_DATA_OUT); in ncr5380_select() 1479 NCR5380_WRITE(sc, sci_tcmd, PHASE_INVALID); in ncr5380_select() 1563 NCR5380_WRITE(sc, sci_tcmd, PHASE_MSG_IN); in ncr5380_msg_in() 1802 NCR5380_WRITE(sc, sci_tcmd, PHASE_MSG_OUT); in ncr5380_msg_out() 2024 NCR5380_WRITE(sc, sci_tcmd, PHASE_COMMAND); in ncr5380_command() 2119 NCR5380_WRITE(sc, sci_tcmd, phas in ncr5380_data_xfer() [all...] |
H A D | ncr5380reg.h | 78 #define sci_tcmd sci_r3 /* rw: Target command */ macro
|
/netbsd-src/sys/arch/news68k/dev/ |
H A D | si.c | 281 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_OUT); in si_dma_start() 293 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_IN); in si_dma_start() 372 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_INVALID); in si_dma_stop()
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | si_vme.c | 405 *ncr_sc->sci_tcmd = PHASE_DATA_OUT; in si_vme_dma_start() 411 *ncr_sc->sci_tcmd = PHASE_DATA_IN; in si_vme_dma_start() 462 *ncr_sc->sci_tcmd = PHASE_INVALID; in si_vme_dma_stop()
|
H A D | si_obio.c | 400 *ncr_sc->sci_tcmd = PHASE_DATA_OUT; in si_obio_dma_start() 406 *ncr_sc->sci_tcmd = PHASE_DATA_IN; in si_obio_dma_start() 454 *ncr_sc->sci_tcmd = PHASE_INVALID; in si_obio_dma_stop()
|
H A D | si_sebuf.c | 407 *ncr_sc->sci_tcmd = PHASE_DATA_OUT; in se_dma_start() 413 *ncr_sc->sci_tcmd = PHASE_DATA_IN; in se_dma_start() 464 *ncr_sc->sci_tcmd = PHASE_INVALID; in se_dma_stop()
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | scsi_5380.h | 51 volatile unsigned char sci_tcmd; /* rw: Target command */ member
|
/netbsd-src/sys/arch/vax/vsa/ |
H A D | ncr.c | 365 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_OUT); in si_dma_go() 371 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_IN); in si_dma_go()
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | sw.c | 752 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_OUT); in sw_dma_start() 767 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_IN); in sw_dma_start()
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | sbc.c | 735 *ncr_sc->sci_tcmd = PHASE_DATA_OUT; in sbc_dma_eop() 743 *ncr_sc->sci_tcmd = PHASE_DATA_IN; in sbc_dma_stop()
|
/netbsd-src/sys/dev/vme/ |
H A D | si.c | 744 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_OUT); in si_dma_start() 754 NCR5380_WRITE(ncr_sc, sci_tcmd, PHASE_DATA_IN); in si_dma_start()
|