Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/smmu/
H A Dsmmu.c53 enum cmd_source { enum
69 static inline uint32_t vote_count_inc(struct hw_sema_t *sema, enum cmd_source id) in vote_count_inc()
80 static inline uint32_t vote_count_dec(struct hw_sema_t *sema, enum cmd_source id) in vote_count_dec()
115 static int mm_pm_get_if_in_use(struct hw_sema_t *sema, enum cmd_source id) in mm_pm_get_if_in_use()
130 static int mm_pm_put(struct hw_sema_t *sema, enum cmd_source id) in mm_pm_put()
145 static int mtk_smmu_pm_get(enum smmu_id id, enum cmd_source source_id) in mtk_smmu_pm_get()
184 static int mtk_smmu_pm_put(enum smmu_id id, enum cmd_source source_id) in mtk_smmu_pm_put()
242 enum cmd_source source_id = (enum cmd_source)x2; in mtk_smmu_handler()