Searched refs:bytes_to_do (Results 1 – 1 of 1) sorted by relevance
692 int bytes_to_do = count - bytes_done; in xillybus_read() local707 if (howmany > bytes_to_do) { in xillybus_read()710 howmany = bytes_to_do; in xillybus_read()1203 int bytes_to_do = count - bytes_done; in xillybus_write() local1220 if ((howmany > bytes_to_do) && in xillybus_write()1225 howmany = bytes_to_do; in xillybus_write()