Searched refs:omap_prefetch_enable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | omap2.c | 182 * omap_prefetch_enable - configures and starts prefetch transfer 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()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | omap2.c | 198 * omap_prefetch_enable - configures and starts prefetch transfer 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()
|
Completed in 7 milliseconds