Home
last modified time | relevance | path

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

/drivers/scsi/
Ddc395x.c1940 u32 d_left_counter = 0; in data_out_phase0() local
1981 d_left_counter = in data_out_phase0()
1985 d_left_counter <<= 1; in data_out_phase0()
2008 d_left_counter += in data_out_phase0()
2014 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2016 d_left_counter = 0; in data_out_phase0()
2031 if (d_left_counter == 0) { in data_out_phase0()
2040 srb->total_xfer_length - d_left_counter; in data_out_phase0()
2043 sg_update_list(srb, d_left_counter); in data_out_phase0()
2052 d_left_counter = in data_out_phase0()
[all …]