Home
last modified time | relevance | path

Searched refs:DWL_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c373 ret = stm32cubeprog_uart_load(uart_base, DWL_BUFFER_BASE, DWL_BUFFER_SIZE); in stm32cubeprogrammer_uart()
387 ret = stm32cubeprog_usb_load(pdev, DWL_BUFFER_BASE, DWL_BUFFER_SIZE); in stm32cubeprogrammer_usb()
558 image_block_spec.length = DWL_BUFFER_SIZE; in bl2_plat_handle_pre_image_load()
568 image_block_spec.length = DWL_BUFFER_SIZE; in bl2_plat_handle_pre_image_load()
/trusted-firmware-a-latest/plat/st/stm32mp1/include/
Dplatform_def.h86 #define DWL_BUFFER_SIZE U(0x01000000) macro
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dbl2_plat_setup.c549 inv_dcache_range(DWL_BUFFER_BASE, DWL_BUFFER_SIZE); in bl2_el3_plat_prepare_exit()