Lines Matching refs:dscrs
44 * @dscrs: DMA descriptors
72 struct atmel_hlcdc_dma_channel_dscr *dscrs[ATMEL_HLCDC_LAYER_MAX_PLANES];
531 state->dscrs[i]->self);
538 state->dscrs[i]->addr);
541 state->dscrs[i]->ctrl);
544 state->dscrs[i]->self);
553 state->dscrs[i]->addr);
571 state->dscrs[i]->addr = gem->dma_addr + state->offsets[i];
1098 for (i = 0; i < ARRAY_SIZE(state->dscrs); i++) {
1111 state->dscrs[i] = dscr;
1118 dma_pool_free(dc->dscrpool, state->dscrs[i],
1119 state->dscrs[i]->self);
1181 for (i = 0; i < ARRAY_SIZE(state->dscrs); i++) {
1182 dma_pool_free(dc->dscrpool, state->dscrs[i],
1183 state->dscrs[i]->self);