Searched refs:dscrs (Results 1 – 1 of 1) sorted by relevance
71 struct atmel_hlcdc_dma_channel_dscr *dscrs[ATMEL_HLCDC_LAYER_MAX_PLANES]; member452 state->dscrs[i]->addr = gem->paddr + state->offsets[i]; in atmel_hlcdc_plane_update_buffers()456 state->dscrs[i]->self); in atmel_hlcdc_plane_update_buffers()461 state->dscrs[i]->addr); in atmel_hlcdc_plane_update_buffers()464 state->dscrs[i]->ctrl); in atmel_hlcdc_plane_update_buffers()467 state->dscrs[i]->self); in atmel_hlcdc_plane_update_buffers()848 for (i = 0; i < ARRAY_SIZE(state->dscrs); i++) { in atmel_hlcdc_plane_alloc_dscrs()861 state->dscrs[i] = dscr; in atmel_hlcdc_plane_alloc_dscrs()868 dma_pool_free(dc->dscrpool, state->dscrs[i], in atmel_hlcdc_plane_alloc_dscrs()869 state->dscrs[i]->self); in atmel_hlcdc_plane_alloc_dscrs()[all …]