Searched refs:etzpc_dev (Results 1 – 1 of 1) sorted by relevance
85 static struct etzpc_instance etzpc_dev; variable89 return io_pa_or_va_secure(&etzpc_dev.base, 1); in etzpc_base()94 return id < etzpc_dev.num_per_sec; in valid_decprot_id()99 return id < etzpc_dev.num_tzma; in valid_tzma_id()120 etzpc_dev.periph_cfg[decprot_id] &= ~PERIPH_PM_ATTR_MASK; in etzpc_configure_decprot()150 etzpc_dev.periph_cfg[decprot_id] |= PERIPH_PM_LOCK_BIT; in etzpc_lock_decprot()175 etzpc_dev.tzma_cfg[tzma_id] &= ~TZMA_PM_VALUE_MASK; in etzpc_configure_tzma()176 etzpc_dev.tzma_cfg[tzma_id] |= tzma_value; in etzpc_configure_tzma()199 etzpc_dev.tzma_cfg[tzma_id] |= TZMA_PM_LOCK_BIT; in etzpc_lock_tzma()315 init_device_from_hw_config(&etzpc_dev, base); in stm32_etzpc_init()[all …]
Completed in 3 milliseconds