Searched refs:omap_prefetch_enable (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | omap2.c | 206 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 D | omap_gpmc.c | 359 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()
|