Searched refs:nsp32_read1 (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/scsi/ | 
| D | nsp32_debug.c | 233 	printk("Phase=0x%x, ", nsp32_read1(base, SCSI_BUS_MONITOR));  in nsp32_print_register() 235 	printk("syncreg=0x%x, ", nsp32_read1(base, SYNC_REG));  in nsp32_print_register() 236 	printk("ackwidth=0x%x, ", nsp32_read1(base, ACK_WIDTH));  in nsp32_print_register() 238 	printk("scsioutlatch=0x%x, ", nsp32_read1(base, SCSI_OUT_LATCH_TARGET_ID));  in nsp32_print_register() 242 	printk("sreqrate=0x%x, ", nsp32_read1(base, SREQ_SMPL_RATE));  in nsp32_print_register() 245 	printk("arbit=0x%x, ", nsp32_read1(base, ARBIT_STATUS));  in nsp32_print_register() 251 	printk("ScsiBusControl=0x%x, ", nsp32_read1(base, SCSI_BUS_CONTROL));  in nsp32_print_register() 253 	printk("CdbIn=0x%x, ", nsp32_read1(base, SCSI_CSB_IN));  in nsp32_print_register()
  | 
| D | nsp32.c | 472 	phase = nsp32_read1(base, SCSI_BUS_MONITOR);  in nsp32_selection_autopara() 609 	phase = nsp32_read1(base, SCSI_BUS_MONITOR);  in nsp32_selection_autoscsi() 702 		  nsp32_read1(base, SYNC_REG), nsp32_read1(base, ACK_WIDTH),  in nsp32_selection_autoscsi() 703 		  nsp32_read4(base, SGT_ADR), nsp32_read1(base, SCSI_OUT_LATCH_TARGET_ID));  in nsp32_selection_autoscsi() 768 		arbit = nsp32_read1(base, ARBIT_STATUS);  in nsp32_arbitration() 822 	tmpid = nsp32_read1(base, RESELECT_ID);  in nsp32_reselection() 1189 	busmon = nsp32_read1(base, SCSI_BUS_MONITOR);  in do_nsp32_isr() 1325 			SCpnt->result =	(int)nsp32_read1(base, SCSI_CSB_IN);  in do_nsp32_isr() 1378 			SCpnt->SCp.Status = nsp32_read1(base, SCSI_CSB_IN);  in do_nsp32_isr() 1681 		SCpnt->SCp.Status  = nsp32_read1(base, SCSI_CSB_IN);  in nsp32_busfree_occur() [all …] 
 | 
| D | nsp32_io.h | 19 static inline unsigned char nsp32_read1(unsigned int base,  in nsp32_read1()  function
  |