Lines Matching defs:offset
68 unsigned long start, offset;
88 start = pobj->offset;
89 offset = y * fb->pitches[0] + x * fb->format->cpp[0];
118 "Writing base %08lX %08lX %d %d\n", start, offset, x, y);
121 the linear offset is named base for the other chips. map->surf
122 should be the base and map->linoff the offset for all chips */
124 REG_WRITE(map->base, offset + start);
127 REG_WRITE(map->base, offset);
405 tmp_dst = dev_priv->vram_addr + cursor_pobj->offset;
413 addr = pobj->offset;