Lines Matching defs:buffer_end
206 u32 buffer_end; /* end offset */
1353 unsigned long pointer_found = chip->buffer_end - 0x1400;
1356 temp = ioremap(chip->buffer_addr + chip->buffer_end - 0x400, 16);
1372 pointer > chip->buffer_end) {
1386 chip->buffer_end = pointer_found;
1546 chip->buffer_end = 2560 * 1024;
1553 chip->buffer_end = 6144 * 1024;
1555 chip->buffer_end = 4096 * 1024;
1569 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end)
1570 chip->buffer_end = buffer_top;
1577 chip->buffer_start = chip->buffer_end - chip->buffer_size;
1581 chip->buffer_start, chip->buffer_end);