Searched refs:omap_prefetch_enable (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 189 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, in omap_prefetch_enable() function 360 ret = omap_prefetch_enable(info->gpmc_cs, in omap_read_buf_pref() 407 ret = omap_prefetch_enable(info->gpmc_cs, in omap_write_buf_pref() 494 ret = omap_prefetch_enable(info->gpmc_cs, in omap_nand_dma_transfer() 633 ret = omap_prefetch_enable(info->gpmc_cs, in omap_read_buf_irq_pref() 683 ret = omap_prefetch_enable(info->gpmc_cs, in omap_write_buf_irq_pref()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | omap_gpmc.c | 360 static int omap_prefetch_enable(int fifo_th, unsigned int count, int is_write, int cs) in omap_prefetch_enable() function 398 ret = omap_prefetch_enable(PREFETCH_FIFOTHRESHOLD_MAX, len, 0, info->cs); in __read_prefetch_aligned()
|