Home
last modified time | relevance | path

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

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c1012 u32 cache_size, cache_config; in coda9_set_frame_cache() local
1017 cache_config = 2 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
1021 cache_config = 1 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
1025 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
1029 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
1033 coda_write(ctx->dev, cache_config, CODA9_CMD_SET_FRAME_CACHE_CONFIG); in coda9_set_frame_cache()