Lines Matching refs:buffer_end
202 u32 buffer_end; /* end offset */
1325 unsigned long pointer_found = chip->buffer_end - 0x1400;
1328 temp = ioremap(chip->buffer_addr + chip->buffer_end - 0x400, 16);
1344 pointer > chip->buffer_end) {
1358 chip->buffer_end = pointer_found;
1479 chip->buffer_end = 2560 * 1024;
1486 chip->buffer_end = 6144 * 1024;
1488 chip->buffer_end = 4096 * 1024;
1502 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end)
1503 chip->buffer_end = buffer_top;
1511 chip->buffer_start = chip->buffer_end - chip->buffer_size;
1515 chip->buffer_start, chip->buffer_end);