Lines Matching refs:base
110 "Writing base %08lX %08lX %d %d\n", start, offset, x, y);
112 /* FIXME: Investigate whether this really is the base for psb and why
113 the linear offset is named base for the other chips. map->surf
114 should be the base and map->linoff the offset for all chips */
116 REG_WRITE(map->base, offset + start);
117 REG_READ(map->base);
119 REG_WRITE(map->base, offset);
120 REG_READ(map->base);
237 REG_WRITE(map->base, REG_READ(map->base));
286 REG_WRITE(map->base, REG_READ(map->base));
287 REG_READ(map->base);
331 uint32_t base = (pipe == 0) ? CURABASE : CURBBASE;
345 REG_WRITE(base, 0);
422 REG_WRITE(base, addr);
608 crtc_state->saveDSPBASE = REG_READ(map->base);
662 REG_WRITE(map->base, crtc_state->saveDSPBASE);
668 REG_WRITE(map->base, crtc_state->saveDSPBASE);
706 return &gma_encoder->base;
713 drm_connector_attach_encoder(&connector->base,
714 &encoder->base);