Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/coda/
Dcoda-bit.c1010 u32 cache_size, cache_config; in coda9_set_frame_cache() local
1015 cache_config = 2 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
1019 cache_config = 1 << CODA9_CACHE_PAGEMERGE_OFFSET; in coda9_set_frame_cache()
1023 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
1027 cache_config |= 32 << CODA9_CACHE_LUMA_BUFFER_SIZE_OFFSET | in coda9_set_frame_cache()
1031 coda_write(ctx->dev, cache_config, CODA9_CMD_SET_FRAME_CACHE_CONFIG); in coda9_set_frame_cache()