Home
last modified time | relevance | path

Searched refs:SCSIBUSCTRL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H 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()
H A Dnsp_cs.c405 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN); in nsphw_start_selection()
407 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
410 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
598 nsp_index_write(base, SCSIBUSCTRL, AUTODIRECTION | ACKENB); in nsp_xfer()
679 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()
680 nsp_index_write(base, SCSIBUSCTRL, bus_reg); in nsp_reselected()
681 nsp_index_write(base, SCSIBUSCTRL, bus_reg | AUTODIRECTION | ACKENB); in nsp_reselected()
1084 nsp_index_write(base, SCSIBUSCTRL, 0); in nspintr()
1100 nsp_index_write(base, SCSIBUSCTRL, SCSI_ATN); in nspintr()
1102 nsp_index_write(base, SCSIBUSCTRL, SCSI_AT in nspintr()
[all...]
H A Dnsp_cs.h104 #define SCSIBUSCTRL 0x18 /* R/W */ macro
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H 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()
H 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()
411 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | 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_AT in nspintr()
[all...]
H A Dnsp_cs.h104 #define SCSIBUSCTRL 0x18 /* R/W */ macro

Completed in 6 milliseconds