Searched refs:bytes_to_do (Results 1 – 1 of 1) sorted by relevance
695 int bytes_to_do = count - bytes_done; in xillybus_read() local710 if (howmany > bytes_to_do) { in xillybus_read()713 howmany = bytes_to_do; in xillybus_read()1206 int bytes_to_do = count - bytes_done; in xillybus_write() local1223 if ((howmany > bytes_to_do) && in xillybus_write()1228 howmany = bytes_to_do; in xillybus_write()