Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_message.c30 data_reg = nsp_index_read(base, SCSIDATAIN); in nsp_message_in()
33 control_reg = nsp_index_read(base, SCSIBUSCTRL); in nsp_message_in()
41 control_reg = nsp_index_read(base, SCSIBUSCTRL); in nsp_message_in()
Dnsp_cs.c357 if ((nsp_index_read(base, OTHERCONTROL) & TPWR_SENSE) == 0) { in nsphw_init()
393 phase = nsp_index_read(base, SCSIBUSMON); in nsphw_start_selection()
407 arbit = nsp_index_read(base, ARBITSTATUS); in nsphw_start_selection()
583 reg = nsp_index_read(base, SCSIBUSMON); in nsp_negate_signal()
611 phase = nsp_index_read(base, SCSIBUSMON); in nsp_expect_signal()
660 buf[ptr] = nsp_index_read(base, SCSIDATAWITHACK); in nsp_xfer()
717 id_reg = nsp_index_read(base, RESELECTID); in nsp_reselected()
735 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()
753 l = nsp_index_read(base, TRANSFERCOUNT); in nsp_fifo_count()
754 m = nsp_index_read(base, TRANSFERCOUNT); in nsp_fifo_count()
[all …]
Dnsp_io.h23 static inline unsigned char nsp_index_read(unsigned int BaseAddr,
47 static inline unsigned char nsp_index_read(unsigned int BaseAddr, in nsp_index_read() function