Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c406 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN); in nsphw_start_selection()
408 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
598 nsp_index_write(base, SCSIBUSCTRL, AUTODIRECTION | ACKENB); in nsp_xfer()
680 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()
681 nsp_index_write(base, SCSIBUSCTRL, bus_reg); in nsp_reselected()
682 nsp_index_write(base, SCSIBUSCTRL, bus_reg | AUTODIRECTION | ACKENB); in nsp_reselected()
1093 nsp_index_write(base, SCSIBUSCTRL, 0); in nspintr()
1109 nsp_index_write(base, SCSIBUSCTRL, SCSI_ATN); in nspintr()
1111 nsp_index_write(base, SCSIBUSCTRL, SCSI_ATN | AUTODIRECTION | ACKENB); in nspintr()
1475 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