Home
last modified time | relevance | path

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

/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c91 uint16_t *tzma_cfg; member
338 pdata->tzma_cfg[n] = in etzpc_pm()
341 pdata->tzma_cfg[n] |= TZMA_PM_LOCK_BIT; in etzpc_pm()
358 uint16_t value = pdata->tzma_cfg[n] & TZMA_PM_VALUE_MASK; in etzpc_pm()
362 if (pdata->tzma_cfg[n] & TZMA_PM_LOCK_BIT) in etzpc_pm()
856 etzpc_device->pdata.tzma_cfg = in init_etzpc_from_dt()
858 sizeof(*etzpc_device->pdata.tzma_cfg)); in init_etzpc_from_dt()
859 if (!etzpc_device->pdata.tzma_cfg) { in init_etzpc_from_dt()
888 free(etzpc_device->pdata.tzma_cfg); in stm32_etzpc_probe()