/hal_espressif-3.5.0/components/driver/ |
D | sdspi_transaction.c | 35 hw_cmd->r1 = 0xff; in make_hw_cmd() 44 static void r1_response_to_err(uint8_t r1, int cmd, esp_err_t *out_err) in r1_response_to_err() argument 46 if (r1 & SD_SPI_R1_NO_RESPONSE) { in r1_response_to_err() 49 } else if (r1 & SD_SPI_R1_CMD_CRC_ERR) { in r1_response_to_err() 52 } else if (r1 & SD_SPI_R1_ILLEGAL_CMD) { in r1_response_to_err() 55 } else if (r1 & SD_SPI_R1_ADDR_ERR) { in r1_response_to_err() 58 } else if (r1 & SD_SPI_R1_PARAM_ERR) { in r1_response_to_err() 61 } else if ((r1 & SD_SPI_R1_ERASE_RST) || in r1_response_to_err() 62 (r1 & SD_SPI_R1_ERASE_SEQ_ERR)) { in r1_response_to_err() 64 } else if (r1 & SD_SPI_R1_IDLE_STATE) { in r1_response_to_err() [all …]
|
D | sdspi_host.c | 506 cmd->r1 = 0xff; in start_command_default() 515 cmd->r1 = 0x00; in start_command_default() 606 uint8_t* pr1 = &cmd->r1; in shift_cmd_response() 616 memcpy(&cmd->r1, pr1, copy_bytes); in shift_cmd_response() 684 while ((cmd->r1 & SD_SPI_R1_NO_RESPONSE) != 0 && pre_scan_data_size > 0) { in start_command_read_blocks() 685 cmd->r1 = *pre_scan_data_ptr; in start_command_read_blocks() 689 if (cmd->r1 & SD_SPI_R1_NO_RESPONSE) { in start_command_read_blocks() 781 if (stop_cmd.r1 != 0) { in start_command_read_blocks() 782 ESP_LOGD(TAG, "%s: STOP_TRANSMISSION response 0x%02x", __func__, stop_cmd.r1); in start_command_read_blocks()
|
D | sdspi_private.h | 65 uint8_t r1; member
|
/hal_espressif-3.5.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | asm_avr_mult_square.inc | 34 "mov r22, r1 \n\t" \ 39 "adc r23, r1 \n\t" \ 42 "adc r23, r1 \n\t" \ 49 "adc r24, r1 \n\t" \ 53 "adc r24, r1 \n\t" \ 57 "adc r24, r1 \n\t" \ 64 "adc r22, r1 \n\t" \ 68 "adc r22, r1 \n\t" \ 72 "adc r22, r1 \n\t" \ 76 "adc r22, r1 \n\t" \ [all …]
|
D | asm_arm_mult_square_umaal.inc | 11 "ldr r2, [r1], #4 \n\t" \ 23 "ldr r2, [r1], #4 \n\t" \ 32 "ldr r2, [r1], #4 \n\t" \ 41 "ldr r2, [r1], #4 \n\t" \ 50 "ldr r2, [r1], #4 \n\t" \ 72 "ldr r4, [r1] \n\t" \ 75 "sub r1, #20 \n\t" \ 101 "ldr r14, [r1], #4 \n\t" \ 105 "ldr r14, [r1], #4 \n\t" \ 108 "ldr r14, [r1], #4 \n\t" \ [all …]
|
D | asm_avr.inc | 254 "eor r1, r1 \n\t" 306 "eor r1, r1 \n\t" 373 "adc r18, r1 \n\t" 377 "adc r18, r1 \n\t" 381 "adc r18, r1 \n\t" 385 "adc r18, r1 \n\t" 443 "adc r18, r1 \n\t" 447 "adc r18, r1 \n\t" 451 "adc r18, r1 \n\t" 455 "adc r18, r1 \n\t" [all …]
|
D | asm_arm_mult_square.inc | 10 "ldmia r1!, {r3,r4} \n\t" \ 34 "ldmia r1!, {r5} \n\t" \ 64 "ldmia r1!, {r3} \n\t" \ 84 "ldmia r1!, {r4} \n\t" \ 166 "ldr r4, [r1] \n\t" \ 170 "sub r1, #20 \n\t" \ 174 "ldr r7, [r1], #4 \n\t" \ 189 "ldr r7, [r1], #4 \n\t" \ 205 "ldr r7, [r1], #4 \n\t" \ 221 "ldr r7, [r1], #4 \n\t" \ [all …]
|
D | asm_arm.inc | 174 register const uint32_t *r1 __asm__("r1") = left; 209 : "+r" (r0), "+r" (r1), "+r" (r2) 221 register const uint32_t *r1 __asm__("r1") = left; 256 : "+r" (r0), "+r" (r1) 271 register const uint32_t *r1 __asm__("r1") = left; 281 : "+r" (r0), "+r" (r1), "+r" (r2) 294 : "+r" (r0), "+r" (r1), "+r" (r2) 307 : "+r" (r0), "+r" (r1), "+r" (r2) 320 : "+r" (r0), "+r" (r1), "+r" (r2) 335 register const uint32_t *r1 __asm__("r1") = left; [all …]
|
D | uECC.c | 372 uECC_word_t *r1, in muladd() argument 397 *r1 += (p1 + (*r0 < p0)); in muladd() 398 *r2 += ((*r1 < p1) || (*r1 == p1 && *r0 < p0)); in muladd() 401 uECC_dword_t r01 = ((uECC_dword_t)(*r1) << uECC_WORD_BITS) | *r0; in muladd() 404 *r1 = r01 >> uECC_WORD_BITS; in muladd() 416 uECC_word_t r1 = 0; in uECC_vli_mult() local 423 muladd(left[i], right[k - i], &r0, &r1, &r2); in uECC_vli_mult() 426 r0 = r1; in uECC_vli_mult() 427 r1 = r2; in uECC_vli_mult() 432 muladd(left[i], right[k - i], &r0, &r1, &r2); in uECC_vli_mult() [all …]
|
D | curve-specific.inc | 1184 uECC_word_t r1 = 0; 1189 muladd(0xD1, right[0], &r0, &r1, &r2); 1191 r0 = r1; 1192 r1 = r2; 1196 muladd(0x03, right[k - 1], &r0, &r1, &r2); 1197 muladd(0xD1, right[k], &r0, &r1, &r2); 1199 r0 = r1; 1200 r1 = r2; 1203 muladd(0x03, right[num_words_secp256k1 - 1], &r0, &r1, &r2); 1205 result[num_words_secp256k1 + 1] = r1; [all …]
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | app_esp32c3.map | 279 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 281 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 282 …/home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-… 283 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 285 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 287 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 289 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 291 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 293 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 295 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… [all …]
|
D | app_esp32h2.map | 271 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 273 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 274 …/home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-… 275 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 277 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 279 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 281 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 283 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 285 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… 287 /home/xy/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-e… [all …]
|
D | app_esp32s3.map | 301 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 303 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 305 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 307 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 309 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 311 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 313 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 315 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 317 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… 319 /home/xy/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xte… [all …]
|
D | overflow_esp32s2.map | 867 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… 869 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… 871 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… 873 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… 874 …/home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xt… 875 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… 876 …/home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xt… 877 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… 878 …/home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xt… 879 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte… [all …]
|
D | overflow.map | 857 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 859 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 861 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 863 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 865 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 867 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 868 …/home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa… 869 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… 870 …/home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa… 871 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-… [all …]
|
D | overflow_esp32c3.map | 1124 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1126 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1128 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1130 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1131 …c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ri… 1132 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1134 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1135 …c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ri… 1136 c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ris… 1137 …c:/users/simon/.espressif/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/ri… [all …]
|
D | overflow_esp32s3.map | 1078 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1080 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1082 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1084 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1086 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1087 …c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/… 1088 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1089 …c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/… 1090 c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/g… 1091 …c:/users/simon/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/… [all …]
|
/hal_espressif-3.5.0/components/ulp/test/ulp/ |
D | test_jumps_esp32.S | 88 move r1, 1 89 st r1, r0, 0 94 move r1, 1 95 st r1, r0, 0
|
/hal_espressif-3.5.0/examples/system/ulp_fsm/ulp_adc/main/ulp/ |
D | adc.S | 75 adc r1, 0, adc_channel + 1 76 add r0, r0, r1
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc.c | 246 uECC_word_t *r1, uECC_word_t *r2) in muladd() argument 250 uECC_dword_t r01 = ((uECC_dword_t)(*r1) << uECC_WORD_BITS) | *r0; in muladd() 253 *r1 = r01 >> uECC_WORD_BITS; in muladd() 264 uECC_word_t r1 = 0; in uECC_vli_mult() local 272 muladd(left[i], right[k - i], &r0, &r1, &r2); in uECC_vli_mult() 276 r0 = r1; in uECC_vli_mult() 277 r1 = r2; in uECC_vli_mult() 284 muladd(left[i], right[k - i], &r0, &r1, &r2); in uECC_vli_mult() 287 r0 = r1; in uECC_vli_mult() 288 r1 = r2; in uECC_vli_mult()
|
/hal_espressif-3.5.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/scripts/ |
D | square_arm.py | 23 def mulacc(acc, r1, r2): argument 25 emit("umull r1, r14, r%s, r%s", r1, r2) 31 emit("umlal r%s, r%s, r%s, r%s", acc[0], acc[1], r1, r2)
|