Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c206 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, in omap_prefetch_enable() function
276 ret = omap_prefetch_enable(info->gpmc_cs, in omap_nand_data_in_pref()
325 ret = omap_prefetch_enable(info->gpmc_cs, in omap_nand_data_out_pref()
410 ret = omap_prefetch_enable(info->gpmc_cs, in omap_nand_dma_transfer()
548 ret = omap_prefetch_enable(info->gpmc_cs, in omap_nand_data_in_irq_pref()
592 ret = omap_prefetch_enable(info->gpmc_cs, in omap_nand_data_out_irq_pref()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c359 static int omap_prefetch_enable(int fifo_th, unsigned int count, int is_write, int cs) in omap_prefetch_enable() function
397 ret = omap_prefetch_enable(PREFETCH_FIFOTHRESHOLD_MAX, len, 0, info->cs); in __read_prefetch_aligned()