Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/drtm/
H A Ddrtm_main.c37 static const plat_drtm_dma_prot_features_t *plat_dma_prot_feat; variable
79 plat_dma_prot_feat = plat_drtm_get_dma_prot_features(); in drtm_setup()
80 if (plat_dma_prot_feat == NULL) { in drtm_setup()
90 if (plat_dma_prot_feat->dma_protection_support == in drtm_setup()
132 plat_dma_prot_feat->max_num_mem_prot_regions); in drtm_setup()
134 plat_dma_prot_feat->dma_protection_support); in drtm_setup()
342 __builtin_ctz(plat_dma_prot_feat->dma_protection_support)) { in drtm_dl_check_features_sanity()