Lines Matching defs:buffer_end
202 u32 buffer_end; /* end offset */
1321 unsigned long pointer_found = chip->buffer_end - 0x1400;
1324 temp = ioremap(chip->buffer_addr + chip->buffer_end - 0x400, 16);
1340 pointer > chip->buffer_end) {
1354 chip->buffer_end = pointer_found;
1480 chip->buffer_end = 2560 * 1024;
1487 chip->buffer_end = 6144 * 1024;
1489 chip->buffer_end = 4096 * 1024;
1503 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end)
1504 chip->buffer_end = buffer_top;
1512 chip->buffer_start = chip->buffer_end - chip->buffer_size;
1516 chip->buffer_start, chip->buffer_end);