Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c148 } saes_pdata; variable
550 .base = saes_pdata.base, in stm32_saes_init()
1298 if (!saes_pdata.base) { in huk_subkey_derive()
1381 if (saes_pdata.reset) { in stm32_saes_reset()
1383 if (rstctrl_assert_to(saes_pdata.reset, TIMEOUT_US_1MS)) in stm32_saes_reset()
1388 if (rstctrl_deassert_to(saes_pdata.reset, TIMEOUT_US_1MS)) in stm32_saes_reset()
1392 io_setbits32(saes_pdata.base + _SAES_CR, _SAES_CR_IPRST); in stm32_saes_reset()
1394 io_clrbits32(saes_pdata.base + _SAES_CR, _SAES_CR_IPRST); in stm32_saes_reset()
1403 clk_disable(saes_pdata.clk); in stm32_saes_pm()
1404 clk_disable(saes_pdata.clk_rng); in stm32_saes_pm()
[all …]