Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtrm.c739 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH | DO_HWRESELECT); in trm_StartSRB()
918 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_MsgOutPhase1()
946 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_CommandPhase1()
1270 bus_space_write_2(iot,ioh,TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_DataIO_transfer()
1301 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_StatusPhase0()
1348 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_StatusPhase1()
1622 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_MsgInPhase0()
1648 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_MsgInPhase1()
1874 bus_space_write_2(iot, ioh, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in trm_Reselect()
H A Dtrm.h298 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data latch */ macro