Searched refs:SCSI_OUT_LATCH_TARGET_ID (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | nsp32_debug.c | 238 printk("scsioutlatch=0x%x, ", nsp32_read1(base, SCSI_OUT_LATCH_TARGET_ID)); in nsp32_print_register()
|
D | nsp32.h | 247 #define SCSI_OUT_LATCH_TARGET_ID 0x22 /* BASE+22, B, W */ macro
|
D | nsp32.c | 701 nsp32_write1(base, SCSI_OUT_LATCH_TARGET_ID, BIT(host_id) | BIT(target)); in nsp32_selection_autoscsi() 748 nsp32_read4(base, SGT_ADR), nsp32_read1(base, SCSI_OUT_LATCH_TARGET_ID)); in nsp32_selection_autoscsi()
|