Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 25 of 39) sorted by relevance

12

/u-boot/arch/arm/mach-imx/imx8/
A Dimage.c192 end = ROUND(end, SZ_1K); in spl_spi_get_uboot_offs()
207 end = ROUND(end, SZ_1K); in spl_mmc_get_uboot_raw_sector()
221 end = ROUND(end, SZ_16K); in spl_nand_get_uboot_raw_page()
243 end = ROUND(end, SZ_1K); in spl_nor_get_uboot_base()
/u-boot/arch/arm/include/asm/
A Ddma-mapping.h19 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent()
/u-boot/drivers/usb/dwc3/
A Dio.h53 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_flush_cache()
/u-boot/include/configs/
A Dusb_a9263.h84 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dat91sam9rlek.h94 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dmeesc.h106 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
A Dat91sam9260ek.h140 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dat91sam9261ek.h121 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dpicosam9g45.h94 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dpm9g45.h79 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
A Dat91sam9m10g45ek.h89 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dat91rm9200ek.h156 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
A Dcorvus.h98 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
A Dtaurus.h165 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
A Dsmartweb.h74 ROUND(3 * CONFIG_ENV_SIZE + (4 * SZ_1M), 0x1000)
A Dat91sam9263ek.h230 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
A Dpm9261.h249 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
A Dpm9263.h278 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
/u-boot/tools/
A Drkspi.c70 params->file_size = ROUND(params->file_size, RKSPI_SECT_LEN) << 1; in rkspi_vrec_header()
A Drkcommon.c131 return ROUND(size, RK_SIZE_ALIGN); in rkcommon_get_aligned_size()
443 params->file_size = ROUND(params->orig_file_size, RK_SIZE_ALIGN); in rkcommon_vrec_header()
/u-boot/drivers/mmc/
A Dsdhci-adma.c60 ROUND(desc_count * sizeof(struct sdhci_adma_desc), in sdhci_prepare_adma_table()
/u-boot/include/
A Dmemalign.h72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
/u-boot/drivers/net/
A Dpch_gbe.h23 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
/u-boot/arch/arm/mach-tegra/
A Dcboot.c129 bank_start = ROUND(bank_start, SZ_2M); in cboot_dram_init()
296 u64 allocated = ROUND(bank_start, align) + offset; in alloc_ram()
/u-boot/drivers/usb/cdns3/
A Dep0.c67 ROUND(sizeof(struct cdns3_trb) * 2, in cdns3_ep0_run_transfer()
295 ROUND(sizeof(struct usb_ctrlrequest), in cdns3_req_ep0_get_status()
619 ROUND(sizeof(struct cdns3_trb), in cdns3_transfer_completed()

Completed in 22 milliseconds

12