Home
last modified time | relevance | path

Searched refs:WIDE_SYNC (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
Ddc395x.c942 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1951 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
1958 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
1981 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2009 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2109 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2116 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2133 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2136 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2177 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
[all …]
Ddc395x.h343 #define WIDE_SYNC 0x10 /* Enable WIDE synchronous */ macro