Home
last modified time | relevance | path

Searched refs:SCSI_BUS_MONITOR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dnsp32_debug.c233 printk("Phase=0x%x, ", nsp32_read1(base, SCSI_BUS_MONITOR)); in nsp32_print_register()
Dnsp32.c472 phase = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_selection_autopara()
609 phase = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_selection_autoscsi()
1189 busmon = nsp32_read1(base, SCSI_BUS_MONITOR); in do_nsp32_isr()
1854 nsp32_read1(base, SCSI_BUS_MONITOR)); in nsp32_msgout_occur()
2480 bus = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_wait_req()
2509 bus = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_wait_sack()
Dnsp32.h185 #define SCSI_BUS_MONITOR 0x12 /* BASE+12, B, R */ macro