Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/std_svc/drtm/
Ddrtm_dma_prot.c35 static struct dma_prot active_prot = { variable
117 if (active_prot.type != PROTECT_NONE) { in drtm_dma_prot_engage()
170 active_prot.type = a_dma_prot_type; in drtm_dma_prot_engage()
185 if (active_prot.type == PROTECT_NONE) { in drtm_dma_prot_disengage()
188 } else if (active_prot.type != PROTECT_MEM_ALL) { in drtm_dma_prot_disengage()
204 active_prot.type = PROTECT_NONE; in drtm_dma_prot_disengage()
213 switch (active_prot.type) { in drtm_unprotect_mem()
225 active_prot.type = PROTECT_NONE; in drtm_unprotect_mem()
240 if (active_prot.type == PROTECT_NONE) { in drtm_dma_prot_serialise_table()
242 } else if (active_prot.type != PROTECT_MEM_ALL) { in drtm_dma_prot_serialise_table()