Home
last modified time | relevance | path

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

/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c90 uint8_t *periph_cfg; member
331 pdata->periph_cfg[n] = in etzpc_pm()
334 pdata->periph_cfg[n] |= PERIPH_PM_LOCK_BIT; in etzpc_pm()
349 unsigned int attr = pdata->periph_cfg[n] & PERIPH_PM_ATTR_MASK; in etzpc_pm()
353 if (pdata->periph_cfg[n] & PERIPH_PM_LOCK_BIT) in etzpc_pm()
850 etzpc_device->pdata.periph_cfg = in init_etzpc_from_dt()
852 sizeof(*etzpc_device->pdata.periph_cfg)); in init_etzpc_from_dt()
853 if (!etzpc_device->pdata.periph_cfg) in init_etzpc_from_dt()
860 free(etzpc_device->pdata.periph_cfg); in init_etzpc_from_dt()
887 free(etzpc_device->pdata.periph_cfg); in stm32_etzpc_probe()