Lines Matching refs:nsp32_index_write1
778 nsp32_index_write1(base, EXT_PORT, LED_ON); /* PCI LED on */ in nsp32_arbitration()
1082 nsp32_index_write1(base, FIFO_FULL_SHLD_COUNT, 0x40); in DEF_SCSI_QCMD()
1083 nsp32_index_write1(base, FIFO_EMPTY_SHLD_COUNT, 0x40); in DEF_SCSI_QCMD()
1085 nsp32_index_write1(base, FIFO_FULL_SHLD_COUNT, 0x10); in DEF_SCSI_QCMD()
1086 nsp32_index_write1(base, FIFO_EMPTY_SHLD_COUNT, 0x60); in DEF_SCSI_QCMD()
1095 nsp32_index_write1(base, CLOCK_DIV, data->clock); in DEF_SCSI_QCMD()
1096 nsp32_index_write1(base, BM_CYCLE, MEMRD_CMD1 | SGT_AUTO_PARA_MEMED_CMD); in DEF_SCSI_QCMD()
1122 nsp32_index_write1(base, TERM_PWR_CONTROL, 0); in DEF_SCSI_QCMD()
1126 nsp32_index_write1(base, TERM_PWR_CONTROL, BPWR); in DEF_SCSI_QCMD()
1152 nsp32_index_write1(base, EXT_PORT_DDR, LED_OFF); in DEF_SCSI_QCMD()
1153 nsp32_index_write1(base, EXT_PORT, LED_OFF); in DEF_SCSI_QCMD()
3225 nsp32_index_write1(base, SERIAL_ROM_CTL, tmp); in nsp32_prom_set()