Searched refs:bytes_to_do (Results 1 – 1 of 1) sorted by relevance
681 int bytes_to_do = count - bytes_done; in xillybus_read() local696 if (howmany > bytes_to_do) { in xillybus_read()699 howmany = bytes_to_do; in xillybus_read()1192 int bytes_to_do = count - bytes_done; in xillybus_write() local1209 if ((howmany > bytes_to_do) && in xillybus_write()1214 howmany = bytes_to_do; in xillybus_write()