Lines Matching refs:CH_EPPI0
223 set_dma_config(CH_EPPI0, in config_dma()
228 set_dma_x_count(CH_EPPI0, (LCD_X_RES * LCD_BPP) / DMA_BUS_SIZE); in config_dma()
229 set_dma_x_modify(CH_EPPI0, DMA_BUS_SIZE / 8); in config_dma()
230 set_dma_y_count(CH_EPPI0, LCD_Y_RES); in config_dma()
231 set_dma_y_modify(CH_EPPI0, DMA_BUS_SIZE / 8); in config_dma()
232 set_dma_start_addr(CH_EPPI0, (unsigned long)fbi->fb_buffer); in config_dma()
300 enable_dma(CH_EPPI0); in bfin_bf54x_fb_open()
321 disable_dma(CH_EPPI0); in bfin_bf54x_fb_release()
489 disable_dma(CH_EPPI0); in bfin_bf54x_irq_error()
492 enable_dma(CH_EPPI0); in bfin_bf54x_irq_error()
511 if (request_dma(CH_EPPI0, "CH_EPPI0") < 0) { in bfin_bf54x_probe()
682 free_dma(CH_EPPI0); in bfin_bf54x_probe()
694 free_dma(CH_EPPI0); in bfin_bf54x_remove()
721 disable_dma(CH_EPPI0); in bfin_bf54x_suspend()
741 enable_dma(CH_EPPI0); in bfin_bf54x_resume()