Searched refs:ACK_WIDTH (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | nsp32_debug.c | 236 printk("ackwidth=0x%x, ", nsp32_read1(base, ACK_WIDTH)); in nsp32_print_register()
|
D | nsp32.h | 223 #define ACK_WIDTH 0x1d /* BASE+1d, B, R/W */ macro
|
D | nsp32.c | 693 nsp32_write1(base, ACK_WIDTH, data->cur_target->ackwidth); in nsp32_selection_autoscsi() 697 nsp32_read1(base, SYNC_REG), nsp32_read1(base, ACK_WIDTH), in nsp32_selection_autoscsi() 1128 nsp32_write1(base, ACK_WIDTH, 0); in DEF_SCSI_QCMD() 1881 nsp32_write1(base, ACK_WIDTH, data->cur_target->ackwidth); in nsp32_restart_autoscsi()
|