Lines Matching refs:nsp_index_read
339 if ((nsp_index_read(base, OTHERCONTROL) & TPWR_SENSE) == 0) { in nsphw_init()
375 phase = nsp_index_read(base, SCSIBUSMON); in nsphw_start_selection()
389 arbit = nsp_index_read(base, ARBITSTATUS); in nsphw_start_selection()
528 reg = nsp_index_read(base, SCSIBUSMON); in nsp_negate_signal()
556 phase = nsp_index_read(base, SCSIBUSMON); in nsp_expect_signal()
605 buf[ptr] = nsp_index_read(base, SCSIDATAWITHACK); in nsp_xfer()
662 id_reg = nsp_index_read(base, RESELECTID); in nsp_reselected()
680 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()
698 l = nsp_index_read(base, TRANSFERCOUNT); in nsp_fifo_count()
699 m = nsp_index_read(base, TRANSFERCOUNT); in nsp_fifo_count()
700 h = nsp_index_read(base, TRANSFERCOUNT); in nsp_fifo_count()
701 dummy = nsp_index_read(base, TRANSFERCOUNT); /* required this! */ in nsp_fifo_count()
738 stat = nsp_index_read(base, SCSIBUSMON); in nsp_pio_read()
836 stat = nsp_index_read(base, SCSIBUSMON); in nsp_pio_write()
1000 phase = nsp_index_read(base, SCSIBUSMON); in nspintr()
1002 irq_phase = nsp_index_read(base, IRQPHASESENCE); in nspintr()
1208 tmpSC->SCp.Status = nsp_index_read(base, SCSIDATAWITHACK); in nspintr()
1469 nsp_index_read(base, IRQPHASESENCE); /* dummy read */ in nsp_bus_reset()