Home
last modified time | relevance | path

Searched refs:bytes_to_do (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_core.c716 int bytes_to_do = count - bytes_done; in xillybus_read() local
731 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() local
1241 if ((howmany > bytes_to_do) && in xillybus_write()
1246 howmany = bytes_to_do; in xillybus_write()