Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtrm.c1006 DO_DATALATCH | DO_HWRESELECT); in trm_select()
1309 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_msgout_phase1()
1335 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_command_phase1()
1588 DO_DATALATCH); in trm_dataio_xfer()
1611 DO_DATALATCH); in trm_dataio_xfer()
1638 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_status_phase0()
1671 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_status_phase1()
1970 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_msgin_phase0()
1991 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_msgin_phase1()
2151 bus_space_write_2(iot, ioh, TRM_SCSI_CONTROL, DO_DATALATCH); in trm_reselect()
H A Dtrmreg.h78 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data latch */ macro