Home
last modified time | relevance | path

Searched refs:omap_prefetch_enable (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap2.c189 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 Domap_gpmc.c360 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()