Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/esp32s2/
Dbignum.c103 static inline void start_op(uint32_t op_reg) in start_op() argument
111 DPORT_REG_WRITE(op_reg, 1); in start_op()
/hal_espressif-latest/components/mbedtls/port/esp32s3/
Dbignum.c105 static inline void start_op(uint32_t op_reg) in start_op() argument
113 DPORT_REG_WRITE(op_reg, 1); in start_op()
/hal_espressif-latest/components/mbedtls/port/esp32c3/
Dbignum.c108 static inline void start_op(uint32_t op_reg) in start_op() argument
116 REG_WRITE(op_reg, 1); in start_op()
/hal_espressif-latest/components/mbedtls/port/esp32c6/
Dbignum.c109 static inline void start_op(uint32_t op_reg) in start_op() argument
117 REG_WRITE(op_reg, 1); in start_op()
/hal_espressif-latest/components/mbedtls/port/esp32h2/
Dbignum.c109 static inline void start_op(uint32_t op_reg) in start_op() argument
117 REG_WRITE(op_reg, 1); in start_op()
/hal_espressif-latest/components/mbedtls/port/esp32/
Dbignum.c131 static inline void start_op(uint32_t op_reg) in start_op() argument
139 DPORT_REG_WRITE(op_reg, 1); in start_op()