Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/xillybus/
Dxillybus_core.c834 int buf_elements = channel->wr_buf_size >> in xillybus_read() local
845 (offsetlimit >= buf_elements)) in xillybus_read()
846 offsetlimit = buf_elements - 1; in xillybus_read()
851 (buf_elements * channel->num_wr_buffers))) in xillybus_read()
852 offsetlimit = buf_elements * in xillybus_read()
865 (offsetlimit < (buf_elements - 1))) { in xillybus_read()