Searched refs:bytes_to_do (Results 1 – 1 of 1) sorted by relevance
716 int bytes_to_do = count - bytes_done; in xillybus_read() local731 if (howmany > bytes_to_do) { in xillybus_read()734 howmany = bytes_to_do; in xillybus_read()1224 int bytes_to_do = count - bytes_done; in xillybus_write() local1241 if ((howmany > bytes_to_do) && in xillybus_write()1246 howmany = bytes_to_do; in xillybus_write()