Searched refs:real_idx (Results 1 – 11 of 11) sorted by relevance
| /bsp/ck802/libraries/common/trng/ |
| A D | ck_trng.c | 109 int32_t real_idx = target_get_trng(idx, &base); in csi_trng_initialize() local 111 if (real_idx != idx) { in csi_trng_initialize()
|
| /bsp/ck802/libraries/common/wdt/ |
| A D | dw_wdt.c | 117 int32_t real_idx = target_get_wdt(idx, &base, &irq); in csi_wdt_initialize() local 119 if (real_idx != idx) { in csi_wdt_initialize()
|
| /bsp/ck802/libraries/common/crc/ |
| A D | ck_crc.c | 164 int32_t real_idx = target_get_crc(idx, &base); in csi_crc_initialize() local 166 if (real_idx != idx) { in csi_crc_initialize()
|
| /bsp/ck802/libraries/common/timer/ |
| A D | dw_timer.c | 113 int32_t real_idx = target_get_timer(idx, &base, &irq); in csi_timer_initialize() local 115 if (real_idx != idx) { in csi_timer_initialize()
|
| /bsp/ck802/libraries/common/eflash/ |
| A D | ck_eflash.c | 104 int32_t real_idx = target_get_eflash(idx, &base, &info); in csi_eflash_initialize() local 106 if (real_idx != idx) { in csi_eflash_initialize()
|
| /bsp/ck802/libraries/common/rtc/ |
| A D | ck_rtc.c | 384 int32_t real_idx; in csi_rtc_initialize() local 388 real_idx = target_get_rtc(idx, &base, &irq); in csi_rtc_initialize() 390 if (real_idx != idx) { in csi_rtc_initialize()
|
| /bsp/thead-smart/drivers/ |
| A D | dw_timer.c | 115 int32_t real_idx = target_get_timer(idx, &base, &irq, &handler); in csi_timer_initialize() local 117 if (real_idx != idx) in csi_timer_initialize()
|
| /bsp/ck802/libraries/common/sha/ |
| A D | ck_sha.c | 225 int32_t real_idx = target_get_sha(idx, &base, &irq); in csi_sha_initialize() local 227 if (real_idx != idx) { in csi_sha_initialize()
|
| /bsp/ck802/libraries/common/aes/ |
| A D | ck_aes.c | 274 int32_t real_idx = target_get_aes(idx, &base, &irq); in csi_aes_initialize() local 276 if (real_idx != idx) { in csi_aes_initialize()
|
| /bsp/ck802/libraries/common/dmac/ |
| A D | ck_dmac.c | 226 int32_t real_idx = target_get_dmac(idx, &base, &irq); in csi_dma_initialize() local 228 if (real_idx != idx) { in csi_dma_initialize()
|
| /bsp/ck802/libraries/common/rsa/ |
| A D | ck_rsa.c | 1010 int32_t real_idx = target_get_rsa(idx, &base, &irq); in csi_rsa_initialize() local 1012 if (real_idx != idx) { in csi_rsa_initialize()
|
Completed in 27 milliseconds