Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dnsp32_debug.c233 printk("Phase=0x%x, ", nsp32_read1(base, SCSI_BUS_MONITOR)); in nsp32_print_register()
H A Dnsp32.c466 phase = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_selection_autopara()
603 phase = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_selection_autoscsi()
1185 busmon = nsp32_read1(base, SCSI_BUS_MONITOR); in do_nsp32_isr()
1846 nsp32_read1(base, SCSI_BUS_MONITOR)); in nsp32_msgout_occur()
2466 bus = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_wait_req()
2495 bus = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_wait_sack()
H A Dnsp32.h176 #define SCSI_BUS_MONITOR 0x12 /* BASE+12, B, R */ macro