Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/esp32s2/
Dbignum.c32 DPORT_REG_CLR_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_MEM_PD); in esp_mpi_enable_hardware_hw_op()
43 DPORT_REG_SET_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD); in esp_mpi_disable_hardware_hw_op()
/hal_espressif-latest/components/mbedtls/port/esp32/
Dbignum.c36 DPORT_REG_CLR_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD); in esp_mpi_enable_hardware_hw_op()
45 DPORT_REG_SET_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD); in esp_mpi_disable_hardware_hw_op()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h723 #define DPORT_RSA_PD_CTRL_REG (DR_REG_SYSTEM_BASE + 0x068) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h3562 #define DPORT_RSA_PD_CTRL_REG (DR_REG_DPORT_BASE + 0x490) macro