Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_hw_core.c16 _mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *reso… in mali_hw_core_create() function
H A Dmali_broadcast.c38 if (_MALI_OSK_ERR_OK == mali_hw_core_create(&bcast_unit->hw_core, in mali_bcast_unit_create()
H A Dmali_hw_core.h44 _mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *reso…
H A Dmali_dlbu.c115 if (_MALI_OSK_ERR_OK == mali_hw_core_create(&core->hw_core, resource, MALI_DLBU_SIZE)) { in mali_dlbu_create()
H A Dmali_pmu.c40 if (_MALI_OSK_ERR_OK == mali_hw_core_create(&pmu->hw_core, in mali_pmu_create()
H A Dmali_gp.c37 …if (_MALI_OSK_ERR_OK == mali_hw_core_create(&core->hw_core, resource, MALIGP2_REGISTER_ADDRESS_SPA… in mali_gp_create()
H A Dmali_l2_cache.c129 if (_MALI_OSK_ERR_OK != mali_hw_core_create(&cache->hw_core, in mali_l2_cache_create()
H A Dmali_mmu.c114 if (_MALI_OSK_ERR_OK == mali_hw_core_create(&mmu->hw_core, resource, MALI_MMU_REGISTERS_SIZE)) { in mali_mmu_create()
H A Dmali_pp.c52 …if (_MALI_OSK_ERR_OK == mali_hw_core_create(&core->hw_core, resource, MALI200_REG_SIZEOF_REGISTER_… in mali_pp_create()