Home
last modified time | relevance | path

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

/drivers/scsi/
Ddc395x.c2041 u32 d_left_counter = 0; in data_out_phase0() local
2082 d_left_counter = in data_out_phase0()
2086 d_left_counter <<= 1; in data_out_phase0()
2109 d_left_counter += in data_out_phase0()
2115 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2117 d_left_counter = 0; in data_out_phase0()
2132 if (d_left_counter == 0) { in data_out_phase0()
2141 srb->total_xfer_length - d_left_counter; in data_out_phase0()
2144 sg_update_list(srb, d_left_counter); in data_out_phase0()
2153 d_left_counter = in data_out_phase0()
[all …]