Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Dmite.c247 u32 in_transit_count; in mite_bytes_written_to_memory_ub() local
249 in_transit_count = mite_bytes_in_transit(mite_chan); in mite_bytes_written_to_memory_ub()
250 return mite_device_bytes_transferred(mite_chan) - in_transit_count; in mite_bytes_written_to_memory_ub()
265 u32 in_transit_count; in mite_bytes_read_from_memory_ub() local
267 in_transit_count = mite_bytes_in_transit(mite_chan); in mite_bytes_read_from_memory_ub()
268 return mite_device_bytes_transferred(mite_chan) + in_transit_count; in mite_bytes_read_from_memory_ub()