Home
last modified time | relevance | path

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

/drivers/char/xillybus/
Dxillybus_core.c832 int buf_elements = channel->wr_buf_size >> in xillybus_read() local
843 (offsetlimit >= buf_elements)) in xillybus_read()
844 offsetlimit = buf_elements - 1; in xillybus_read()
849 (buf_elements * channel->num_wr_buffers))) in xillybus_read()
850 offsetlimit = buf_elements * in xillybus_read()
863 (offsetlimit < (buf_elements - 1))) { in xillybus_read()