Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/coda/
Dcoda-bit.c829 u32 cache_size, cache_config; in coda9_set_frame_cache() local
834 cache_config = 2 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
838 cache_config = 1 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
842 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
846 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
850 coda_write(ctx->dev, cache_config, CODA9_CMD_SET_FRAME_CACHE_CONFIG); in coda9_set_frame_cache()