Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/coda/
Dcoda-bit.c749 u32 cache_size, cache_config; in coda9_set_frame_cache() local
754 cache_config = 2 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
758 cache_config = 1 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
762 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
766 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
770 coda_write(ctx->dev, cache_config, CODA9_CMD_SET_FRAME_CACHE_CONFIG); in coda9_set_frame_cache()