Searched refs:cache_config (Results 1 – 2 of 2) sorted by relevance
58 int adf_dev_down(struct adf_accel_dev *accel_dev, bool cache_config);
1012 u32 cache_size, cache_config; in coda9_set_frame_cache() local1017 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()