Lines Matching refs:dscr
93 struct atmel_hlcdc_dma_channel_dscr *dscr; in atmel_hlcdc_layer_update_apply() local
118 dscr = fb_flip->dscrs[i]; in atmel_hlcdc_layer_update_apply()
119 dscr->ctrl = ATMEL_HLCDC_LAYER_DFETCH | in atmel_hlcdc_layer_update_apply()
127 dscr->addr); in atmel_hlcdc_layer_update_apply()
131 dscr->ctrl); in atmel_hlcdc_layer_update_apply()
135 dscr->next); in atmel_hlcdc_layer_update_apply()
142 dscr = fb_flip->dscrs[i]; in atmel_hlcdc_layer_update_apply()
143 dscr->ctrl = ATMEL_HLCDC_LAYER_DFETCH | in atmel_hlcdc_layer_update_apply()
151 dscr->next); in atmel_hlcdc_layer_update_apply()
440 struct atmel_hlcdc_dma_channel_dscr *dscr; in atmel_hlcdc_layer_update_set_fb() local
462 dscr = slot->fb_flip->dscrs[i]; in atmel_hlcdc_layer_update_set_fb()
464 dscr->addr = gem->paddr + offsets[i]; in atmel_hlcdc_layer_update_set_fb()
542 struct atmel_hlcdc_dma_channel_dscr *dscr = &dma->dscrs[i]; in atmel_hlcdc_layer_dma_init() local
544 dscr->next = dma_addr + (i * sizeof(*dscr)); in atmel_hlcdc_layer_dma_init()
557 struct atmel_hlcdc_dma_channel_dscr *dscr = &dma->dscrs[i]; in atmel_hlcdc_layer_dma_cleanup() local
559 dscr->status = 0; in atmel_hlcdc_layer_dma_cleanup()