Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c34 u32 cache_start; member
219 ctx->cache_start = rounddown(idmabase0, ARCH_DMA_MINALIGN); in stm32_sdmmc2_start_data()
228 flush_dcache_range(ctx->cache_start, ctx->cache_end); in stm32_sdmmc2_start_data()
337 invalidate_dcache_range(ctx->cache_start, ctx->cache_end); in stm32_sdmmc2_end_data()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_gem.c428 phys_addr_t cache_start = 0; in rknpu_gem_alloc_buf_with_cache() local
434 cache_start = rknpu_dev->sram_start; in rknpu_gem_alloc_buf_with_cache()
440 cache_start = rknpu_dev->nbuf_start; in rknpu_gem_alloc_buf_with_cache()
494 cache_start + cache_offset, cache_size, in rknpu_gem_alloc_buf_with_cache()
917 phys_addr_t cache_start = 0; in rknpu_gem_mmap_cache() local
923 cache_start = rknpu_dev->sram_start; in rknpu_gem_mmap_cache()
929 cache_start = rknpu_dev->nbuf_start; in rknpu_gem_mmap_cache()
949 vma->vm_pgoff = __phys_to_pfn(cache_start + cache_offset); in rknpu_gem_mmap_cache()