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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_message.c24 data_reg = nsp_index_read(base, SCSIDATAIN);
27 control_reg = nsp_index_read(base, SCSIBUSCTRL);
35 control_reg = nsp_index_read(base, SCSIBUSCTRL);
H A Dnsp_io.h23 static inline unsigned char nsp_index_read(unsigned int BaseAddr,
47 static inline unsigned char nsp_index_read(unsigned int BaseAddr, function
H A Dnsp_cs.c333 if ((nsp_index_read(base, OTHERCONTROL) & TPWR_SENSE) == 0) {
369 phase = nsp_index_read(base, SCSIBUSMON);
382 arbit = nsp_index_read(base, ARBITSTATUS);
521 reg = nsp_index_read(base, SCSIBUSMON);
549 phase = nsp_index_read(base, SCSIBUSMON);
598 buf[ptr] = nsp_index_read(base, SCSIDATAWITHACK);
651 id_reg = nsp_index_read(base, RESELECTID);
669 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN);
687 l = nsp_index_read(base, TRANSFERCOUNT);
688 m = nsp_index_read(bas
[all...]

Completed in 210 milliseconds