Searched refs:ackwidth (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32.c | 136 * Note: This period/ackwidth speed table must be in descending order. 512 /* syncreg, ackwidth, target id, SREQ sampling rate */ in nsp32_selection_autopara() 514 param->ackwidth = data->cur_target->ackwidth; in nsp32_selection_autopara() 685 nsp32_write1(base, ACK_WIDTH, data->cur_target->ackwidth); in nsp32_selection_autoscsi() 688 "syncreg=0x%x, ackwidth=0x%x, sgtpaddr=0x%x, id=0x%x", in nsp32_selection_autoscsi() 1019 "target: %d sync_flag: 0x%x syncreg: 0x%x ackwidth: 0x%x", in nsp32_queuecommand_lck() 1021 target->ackwidth); in nsp32_queuecommand_lck() 1876 nsp32_write1(base, ACK_WIDTH, data->cur_target->ackwidth); in nsp32_restart_autoscsi() 2393 target->ackwidth in nsp32_set_async() 2408 unsigned char period_num, ackwidth; nsp32_set_max_sync() local 2430 unsigned char period, ackwidth, sample_rate; nsp32_set_sync_entry() local [all...] |
H A D | nsp32.h | 456 u8 ackwidth; /* ack width register value */ member 508 unsigned char ackwidth; /* ack width designated by period */ member 539 unsigned char ackwidth; /* value for ACKWIDTH */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | nsp32.c | 136 * Note: This period/ackwidth speed table must be in descending order. 520 /* syncreg, ackwidth, target id, SREQ sampling rate */ in nsp32_selection_autopara() 522 param->ackwidth = data->cur_target->ackwidth; in nsp32_selection_autopara() 693 nsp32_write1(base, ACK_WIDTH, data->cur_target->ackwidth); in nsp32_selection_autoscsi() 696 "syncreg=0x%x, ackwidth=0x%x, sgtpaddr=0x%x, id=0x%x", in nsp32_selection_autoscsi() 1025 "target: %d sync_flag: 0x%x syncreg: 0x%x ackwidth: 0x%x", in nsp32_queuecommand_lck() 1027 target->ackwidth); in nsp32_queuecommand_lck() 1881 nsp32_write1(base, ACK_WIDTH, data->cur_target->ackwidth); in nsp32_restart_autoscsi() 2393 target->ackwidth in nsp32_set_async() 2408 unsigned char period_num, ackwidth; nsp32_set_max_sync() local 2430 unsigned char period, ackwidth, sample_rate; nsp32_set_sync_entry() local [all...] |
H A D | nsp32.h | 456 u8 ackwidth; /* ack width register value */ member 508 unsigned char ackwidth; /* ack width designated by period */ member 548 unsigned char ackwidth; /* value for ACKWIDTH */ member
|
Completed in 9 milliseconds