Lines Matching defs:index
333 u32 index = state->zpos;
344 layer_reg_wr(ctx, REG_LAY_BASE_ADDR0, addr, index);
346 layer_reg_wr(ctx, REG_LAY_BASE_ADDR1, addr, index);
348 layer_reg_wr(ctx, REG_LAY_BASE_ADDR2, addr, index);
359 layer_reg_wr(ctx, REG_LAY_POS, offset, index);
360 layer_reg_wr(ctx, REG_LAY_SIZE, size, index);
362 src_y << 16 | src_x, index);
363 layer_reg_wr(ctx, REG_LAY_ALPHA, alpha, index);
364 layer_reg_wr(ctx, REG_LAY_PITCH, pitch, index);
374 index);
549 static void sprd_plane_create_properties(struct sprd_plane *plane, int index)
568 drm_plane_create_zpos_immutable_property(&plane->base, index);