Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c1252 struct dt_node_info dt_cryp = { }; in stm32_cryp_probe() local
1256 _fdt_fill_device_info(fdt, &dt_cryp, node); in stm32_cryp_probe()
1258 if (dt_cryp.reg == DT_INFO_INVALID_REG || in stm32_cryp_probe()
1259 dt_cryp.reg_size == DT_INFO_INVALID_REG_SIZE) in stm32_cryp_probe()
1272 cryp_pdata.base.pa = dt_cryp.reg; in stm32_cryp_probe()
1274 io_pa_or_va_secure(&cryp_pdata.base, dt_cryp.reg_size); in stm32_cryp_probe()

Completed in 4 milliseconds