| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_sec_sha.c | 291 uint32_t last, padn; in bflb_sha1_finish() local 307 last = ctx->total[0] & 0x3F; in bflb_sha1_finish() 308 padn = (last < 56) ? (56 - last) : (120 - last); in bflb_sha1_finish() 378 uint64_t last, padn; in bflb_sha512_finish() local 394 last = ctx->total[0] & 0x7F; in bflb_sha512_finish() 395 padn = (last < 112) ? (112 - last) : (240 - last); in bflb_sha512_finish() 745 uint32_t last, padn; in bflb_sha1_link_finish() local 763 last = ctx->total[0] & 0x3F; in bflb_sha1_link_finish() 764 padn = (last < 56) ? (56 - last) : (120 - last); in bflb_sha1_link_finish() 806 uint64_t last, padn; in bflb_sha512_link_finish() local [all …]
|
| A D | bflb_platform_dma.c | 20 …ruct bflb_device_s *dev, struct bflb_platform_dma_desc *first, struct bflb_platform_dma_desc *last) in bflb_platform_dma_push() argument 29 last->next = 0; in bflb_platform_dma_push() 61 dma_env.last_dma[channel_idx] = last; in bflb_platform_dma_push()
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/ |
| A D | hal_dwdma.c | 720 struct DW_DESC *desc, *last = NULL; in HAL_DWDMA_PrepDmaCyclic() local 791 if (last) { in HAL_DWDMA_PrepDmaCyclic() 795 last = desc; in HAL_DWDMA_PrepDmaCyclic() 831 struct DW_DESC *desc, *last = NULL; in HAL_DWDMA_PrepDmaSingle() local 885 if (last) { in HAL_DWDMA_PrepDmaSingle() 889 last = desc; in HAL_DWDMA_PrepDmaSingle() 894 last->lli.ctllo |= DWC_CTLL_INT_EN; in HAL_DWDMA_PrepDmaSingle() 895 last->lli.llp = 0; in HAL_DWDMA_PrepDmaSingle() 963 if (last) { in HAL_DWDMA_PrepDmaMemcpy() 967 last = desc; in HAL_DWDMA_PrepDmaMemcpy() [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/ |
| A D | atmel_start_config.atstart | 149 dmac_blockact_10: Channel will be disabled if it is the last block transfer 151 dmac_blockact_11: Channel will be disabled if it is the last block transfer 153 dmac_blockact_12: Channel will be disabled if it is the last block transfer 155 dmac_blockact_13: Channel will be disabled if it is the last block transfer 157 dmac_blockact_14: Channel will be disabled if it is the last block transfer 159 dmac_blockact_15: Channel will be disabled if it is the last block transfer 161 dmac_blockact_16: Channel will be disabled if it is the last block transfer 163 dmac_blockact_17: Channel will be disabled if it is the last block transfer 165 dmac_blockact_18: Channel will be disabled if it is the last block transfer 167 dmac_blockact_19: Channel will be disabled if it is the last block transfer [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/ |
| A D | atmel_start_config.atstart | 149 dmac_blockact_10: Channel will be disabled if it is the last block transfer 151 dmac_blockact_11: Channel will be disabled if it is the last block transfer 153 dmac_blockact_12: Channel will be disabled if it is the last block transfer 155 dmac_blockact_13: Channel will be disabled if it is the last block transfer 157 dmac_blockact_14: Channel will be disabled if it is the last block transfer 159 dmac_blockact_15: Channel will be disabled if it is the last block transfer 161 dmac_blockact_16: Channel will be disabled if it is the last block transfer 163 dmac_blockact_17: Channel will be disabled if it is the last block transfer 165 dmac_blockact_18: Channel will be disabled if it is the last block transfer 167 dmac_blockact_19: Channel will be disabled if it is the last block transfer [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-q.c | 310 struct ehci_qtd *last, *end = qh->dummy; in qh_completions() local 332 last = NULL; in qh_completions() 358 if (last) { in qh_completions() 361 if (likely(last->urb != urb)) { in qh_completions() 367 ehci_qtd_free (ehci, last); in qh_completions() 370 last = NULL; in qh_completions() 555 last = list_entry (qtd->qtd_list.prev, in qh_completions() 558 last->hw_next = qtd->hw_next; in qh_completions() 568 last = qtd; in qh_completions() 576 if (last != NULL) { in qh_completions() [all …]
|
| A D | ohci-q.c | 17 int last = urb_priv->length - 1; 19 if (last >= 0) { 23 for (i = 0; i <= last; i++) { 979 struct ed *ed, **last; 982 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) { 993 last = &ed->ed_next; 1023 *last = ed->ed_next; 1097 if (last == &ohci->ed_rm_list) 1098 last = &ed->ed_next;
|
| /bsp/microchip/same54/bsp/ |
| A D | atmel_start_config.atstart | 165 dmac_blockact_10: Channel will be disabled if it is the last block transfer 167 dmac_blockact_11: Channel will be disabled if it is the last block transfer 169 dmac_blockact_12: Channel will be disabled if it is the last block transfer 171 dmac_blockact_13: Channel will be disabled if it is the last block transfer 173 dmac_blockact_14: Channel will be disabled if it is the last block transfer 175 dmac_blockact_15: Channel will be disabled if it is the last block transfer 177 dmac_blockact_16: Channel will be disabled if it is the last block transfer 179 dmac_blockact_17: Channel will be disabled if it is the last block transfer 181 dmac_blockact_18: Channel will be disabled if it is the last block transfer 183 dmac_blockact_19: Channel will be disabled if it is the last block transfer [all …]
|
| /bsp/nuvoton/libraries/nu_packages/Demo/ |
| A D | smp_demo.c | 53 rt_tick_t last, now; in happy_memcpy() local 66 last = rt_tick_get(); in happy_memcpy() 71 …intf("%d Bytes copied by cpu-%d in %d ms\n", DEF_TIMES * DEF_BUF_SIZE, rt_hw_cpu_id(), last - now); in happy_memcpy()
|
| A D | ccap_demo.c | 347 rt_tick_t last, now; in ccap_grabber() local 426 last = now = rt_tick_get(); in ccap_grabber() 484 if ((now - last) >= (DEF_DURATION * 1000)) in ccap_grabber() 502 last = now; in ccap_grabber()
|
| /bsp/microchip/samc21/bsp/ |
| A D | atmel_start_config.atstart | 105 dmac_blockact_0: Channel will be disabled if it is the last block transfer in 107 dmac_blockact_1: Channel will be disabled if it is the last block transfer in 109 dmac_blockact_10: Channel will be disabled if it is the last block transfer 111 dmac_blockact_11: Channel will be disabled if it is the last block transfer 113 dmac_blockact_12: Channel will be disabled if it is the last block transfer 115 dmac_blockact_13: Channel will be disabled if it is the last block transfer 117 dmac_blockact_14: Channel will be disabled if it is the last block transfer 119 dmac_blockact_15: Channel will be disabled if it is the last block transfer 121 dmac_blockact_2: Channel will be disabled if it is the last block transfer in 123 dmac_blockact_3: Channel will be disabled if it is the last block transfer in [all …]
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/ |
| A D | dma_sam_b.h | 355 uint32_t last:1; member 526 config->cmd.last = 1; in dma_descriptor_get_config_defaults()
|
| /bsp/ck802/libraries/common/sha/ |
| A D | ck_sha.c | 470 uint32_t last = total[0] & (block_size - 1); in csi_sha_finish() local 471 uint32_t padn = (last < block_size) ? (block_size - last) : (block_size + block_size - last); in csi_sha_finish()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_platform_dma.h | 62 …uct bflb_device_s *dev, struct bflb_platform_dma_desc *first, struct bflb_platform_dma_desc *last);
|
| /bsp/microchip/saml10/bsp/ |
| A D | atmel_start_config.atstart | 94 dmac_blockact_0: Channel will be disabled if it is the last block transfer in 96 dmac_blockact_1: Channel will be disabled if it is the last block transfer in 98 dmac_blockact_2: Channel will be disabled if it is the last block transfer in 100 dmac_blockact_3: Channel will be disabled if it is the last block transfer in 102 dmac_blockact_4: Channel will be disabled if it is the last block transfer in 104 dmac_blockact_5: Channel will be disabled if it is the last block transfer in 106 dmac_blockact_6: Channel will be disabled if it is the last block transfer in 108 dmac_blockact_7: Channel will be disabled if it is the last block transfer in
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/board/linker_scripts/ |
| A D | link_ram.icf | 92 place in NCACHE_region { last block HEAP }; 94 place in DATA3_region { last block HEAP };
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | list.h | 271 struct list_head *last = list->prev; in __list_splice() local 276 last->next = next; in __list_splice() 277 next->prev = last; in __list_splice()
|
| /bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/board/linker_scripts/ |
| A D | link_sdram.icf | 94 place in NCACHE_region { last block HEAP }; 96 place in DATA3_region { last block HEAP };
|
| A D | link_sdram_txt.icf | 99 place in NCACHE_region { last block HEAP }; 101 place in DATA2_region { last block HEAP };
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | aw_list.h | 283 struct list_head *last = list->prev; in __list_splice() local 288 last->next = next; in __list_splice() 289 next->prev = last; in __list_splice()
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/ |
| A D | openocd.cfg | 30 #flash protect 0 64 last off
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-arty/ |
| A D | openocd.cfg | 30 #flash protect 0 64 last off
|
| /bsp/stm32/libraries/templates/stm32f10x/board/linker_scripts/ |
| A D | link.icf | 28 place in RAM_region { readwrite, last block CSTACK};
|
| /bsp/stm32/libraries/templates/stm32f2xx/board/linker_scripts/ |
| A D | link.icf | 28 place in RAM_region { readwrite, last block CSTACK};
|
| /bsp/stm32/libraries/templates/stm32f7xx/board/linker_scripts/ |
| A D | link.icf | 28 place in RAM_region { readwrite, last block CSTACK};
|