Home
last modified time | relevance | path

Searched refs:SCSIBUSCTRL (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/pcmcia/
A Dnsp_message.c33 control_reg = nsp_index_read(base, SCSIBUSCTRL); in nsp_message_in()
35 nsp_index_write(base, SCSIBUSCTRL, control_reg); in nsp_message_in()
41 control_reg = nsp_index_read(base, SCSIBUSCTRL); in nsp_message_in()
43 nsp_index_write(base, SCSIBUSCTRL, control_reg); in nsp_message_in()
A Dnsp_cs.c401 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN); in nsphw_start_selection()
403 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
594 nsp_index_write(base, SCSIBUSCTRL, AUTODIRECTION | ACKENB); in nsp_xfer()
675 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()
676 nsp_index_write(base, SCSIBUSCTRL, bus_reg); in nsp_reselected()
677 nsp_index_write(base, SCSIBUSCTRL, bus_reg | AUTODIRECTION | ACKENB); in nsp_reselected()
1080 nsp_index_write(base, SCSIBUSCTRL, 0); in nspintr()
1096 nsp_index_write(base, SCSIBUSCTRL, SCSI_ATN); in nspintr()
1098 nsp_index_write(base, SCSIBUSCTRL, SCSI_ATN | AUTODIRECTION | ACKENB); in nspintr()
1459 nsp_index_write(base, SCSIBUSCTRL, SCSI_RST); in nsp_bus_reset()
[all …]
A Dnsp_cs.h104 #define SCSIBUSCTRL 0x18 /* R/W */ macro

Completed in 7 milliseconds