Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dnsp32_debug.c233 printk("Phase=0x%x, ", nsp32_read1(base, SCSI_BUS_MONITOR)); in nsp32_print_register()
Dnsp32.c553 phase = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_selection_autopara()
672 phase = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_selection_autoscsi()
1253 busmon = nsp32_read1(base, SCSI_BUS_MONITOR); in do_nsp32_isr()
1987 nsp32_read1(base, SCSI_BUS_MONITOR)); in nsp32_msgout_occur()
2613 bus = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_wait_req()
2642 bus = nsp32_read1(base, SCSI_BUS_MONITOR); in nsp32_wait_sack()
Dnsp32.h197 #define SCSI_BUS_MONITOR 0x12 /* BASE+12, B, R */ macro