Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/xillybus/ !
Dxillybus_core.c1019 int end_offset_plus1; in xillybus_myflush() local
1046 end_offset_plus1 = channel->rd_host_buf_pos >> in xillybus_myflush()
1050 (end_offset_plus1 << channel->log2_element_size); in xillybus_myflush()
1053 if (end_offset_plus1) { in xillybus_myflush()
1055 (end_offset_plus1 << channel->log2_element_size); in xillybus_myflush()
1098 iowrite32(end_offset_plus1 - 1, in xillybus_myflush()
1214 int end_offset_plus1 = 0; in xillybus_write() local
1252 end_offset_plus1 = in xillybus_write()
1262 end_offset_plus1 = bufpos >> in xillybus_write()
1266 end_offset_plus1 << in xillybus_write()
[all …]