Searched refs:CachePrefetch (Results 1 – 4 of 4) sorted by relevance
201 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.CachePrefetch.Activation)); in HAL_GFXMMU_Init()225 if(hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init()227 assert_param(IS_GFXMMU_CACHE_LOCK(hgfxmmu->Init.CachePrefetch.CacheLock)); in HAL_GFXMMU_Init()228 assert_param(IS_GFXMMU_PREFETCH(hgfxmmu->Init.CachePrefetch.Prefetch)); in HAL_GFXMMU_Init()229 assert_param(IS_GFXMMU_OUTTER_BUFFERABILITY(hgfxmmu->Init.CachePrefetch.OutterBufferability)); in HAL_GFXMMU_Init()230 assert_param(IS_GFXMMU_OUTTER_CACHABILITY(hgfxmmu->Init.CachePrefetch.OutterCachability)); in HAL_GFXMMU_Init()232 hgfxmmu->Init.CachePrefetch.CacheLock | in HAL_GFXMMU_Init()233 hgfxmmu->Init.CachePrefetch.Prefetch | in HAL_GFXMMU_Init()234 hgfxmmu->Init.CachePrefetch.OutterBufferability | in HAL_GFXMMU_Init()235 hgfxmmu->Init.CachePrefetch.OutterCachability); in HAL_GFXMMU_Init()[all …]
213 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.CachePrefetch.Activation)); in HAL_GFXMMU_Init()239 if (hgfxmmu->Init.CachePrefetch.Activation == ENABLE) in HAL_GFXMMU_Init()241 assert_param(IS_GFXMMU_CACHE_LOCK(hgfxmmu->Init.CachePrefetch.CacheLock)); in HAL_GFXMMU_Init()242 assert_param(IS_GFXMMU_PREFETCH(hgfxmmu->Init.CachePrefetch.Prefetch)); in HAL_GFXMMU_Init()243 assert_param(IS_GFXMMU_OUTTER_BUFFERABILITY(hgfxmmu->Init.CachePrefetch.OutterBufferability)); in HAL_GFXMMU_Init()244 assert_param(IS_GFXMMU_OUTTER_CACHABILITY(hgfxmmu->Init.CachePrefetch.OutterCachability)); in HAL_GFXMMU_Init()246 hgfxmmu->Init.CachePrefetch.CacheLock | in HAL_GFXMMU_Init()247 hgfxmmu->Init.CachePrefetch.Prefetch | in HAL_GFXMMU_Init()248 hgfxmmu->Init.CachePrefetch.OutterBufferability | in HAL_GFXMMU_Init()249 hgfxmmu->Init.CachePrefetch.OutterCachability); in HAL_GFXMMU_Init()[all …]
108 GFXMMU_CachePrefetchTypeDef CachePrefetch; /*!< Cache and pre-fetch parameters. */ member363 GFXMMU_CachePrefetchTypeDef *CachePrefetch);
127 GFXMMU_CachePrefetchTypeDef CachePrefetch; /*!< Cache and pre-fetch parameters. */ member397 const GFXMMU_CachePrefetchTypeDef *CachePrefetch);