Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/xillybus/
Dxillybus_core.c986 int end_offset_plus1; in xillybus_myflush() local
1013 end_offset_plus1 = channel->rd_host_buf_pos >> in xillybus_myflush()
1017 (end_offset_plus1 << channel->log2_element_size); in xillybus_myflush()
1020 if (end_offset_plus1) { in xillybus_myflush()
1022 (end_offset_plus1 << channel->log2_element_size); in xillybus_myflush()
1066 iowrite32(end_offset_plus1 - 1, in xillybus_myflush()
1182 int end_offset_plus1 = 0; in xillybus_write() local
1220 end_offset_plus1 = in xillybus_write()
1230 end_offset_plus1 = bufpos >> in xillybus_write()
1234 end_offset_plus1 << in xillybus_write()
[all …]