Searched refs:bytes_to_do (Results 1 – 1 of 1) sorted by relevance
693 int bytes_to_do = count - bytes_done; in xillybus_read() local708 if (howmany > bytes_to_do) { in xillybus_read()711 howmany = bytes_to_do; in xillybus_read()1204 int bytes_to_do = count - bytes_done; in xillybus_write() local1221 if ((howmany > bytes_to_do) && in xillybus_write()1226 howmany = bytes_to_do; in xillybus_write()