Home
last modified time | relevance | path

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

/drivers/char/xillybus/
Dxillybus_core.c998 int end_offset_plus1; in xillybus_myflush() local
1025 end_offset_plus1 = channel->rd_host_buf_pos >> in xillybus_myflush()
1029 (end_offset_plus1 << channel->log2_element_size); in xillybus_myflush()
1032 if (end_offset_plus1) { in xillybus_myflush()
1034 (end_offset_plus1 << channel->log2_element_size); in xillybus_myflush()
1078 iowrite32(end_offset_plus1 - 1, in xillybus_myflush()
1194 int end_offset_plus1 = 0; in xillybus_write() local
1232 end_offset_plus1 = in xillybus_write()
1242 end_offset_plus1 = bufpos >> in xillybus_write()
1246 end_offset_plus1 << in xillybus_write()
[all …]