Home
last modified time | relevance | path

Searched refs:nsp32_index_write1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dnsp32.c776 nsp32_index_write1(base, EXT_PORT, LED_ON); /* PCI LED on */ in nsp32_arbitration()
1077 nsp32_index_write1(base, FIFO_FULL_SHLD_COUNT, 0x40); in DEF_SCSI_QCMD()
1078 nsp32_index_write1(base, FIFO_EMPTY_SHLD_COUNT, 0x40); in DEF_SCSI_QCMD()
1080 nsp32_index_write1(base, FIFO_FULL_SHLD_COUNT, 0x10); in DEF_SCSI_QCMD()
1081 nsp32_index_write1(base, FIFO_EMPTY_SHLD_COUNT, 0x60); in DEF_SCSI_QCMD()
1090 nsp32_index_write1(base, CLOCK_DIV, data->clock); in DEF_SCSI_QCMD()
1091 nsp32_index_write1(base, BM_CYCLE, in DEF_SCSI_QCMD()
1118 nsp32_index_write1(base, TERM_PWR_CONTROL, 0); in DEF_SCSI_QCMD()
1122 nsp32_index_write1(base, TERM_PWR_CONTROL, BPWR); in DEF_SCSI_QCMD()
1149 nsp32_index_write1(bas in DEF_SCSI_QCMD()
[all...]
H A Dnsp32_io.h125 static inline void nsp32_index_write1(unsigned int base, in nsp32_index_write1() function