Searched refs:dma_desc_table (Results 1 – 1 of 1) sorted by relevance
54 static unsigned long *dma_desc_table; variable324 dma_desc_table[2*i] = (unsigned long)&dma_desc_table[2*i+2]; in config_dma()325 dma_desc_table[2*i+1] = (unsigned long)fb_buffer; in config_dma()330 dma_desc_table[2*i] = (unsigned long)&dma_desc_table[2*i+2]; in config_dma()331 dma_desc_table[2*i+1] = (unsigned long)fb_buffer + in config_dma()336 dma_desc_table[2*(LCD_Y_RES+U_LINES-1)] = (unsigned long)&dma_desc_table[0]; in config_dma()342 set_dma_next_desc_addr(CH_PPI, (void *)dma_desc_table[0]); in config_dma()715 dma_desc_table = l1_data_sram_zalloc(TOTAL_DMA_DESC_SIZE); in bfin_lq035_probe()717 dma_desc_table = dma_alloc_coherent(NULL, TOTAL_DMA_DESC_SIZE, in bfin_lq035_probe()720 if (dma_desc_table == NULL) { in bfin_lq035_probe()[all …]