Searched refs:ROUND (Results 1 – 25 of 39) sorted by relevance
12
/u-boot/arch/arm/mach-imx/imx8/ |
A D | image.c | 192 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 D | dma-mapping.h | 19 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent()
|
/u-boot/drivers/usb/dwc3/ |
A D | io.h | 53 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_flush_cache()
|
/u-boot/include/configs/ |
A D | usb_a9263.h | 84 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | at91sam9rlek.h | 94 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | meesc.h | 106 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
A D | at91sam9260ek.h | 140 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | at91sam9261ek.h | 121 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | picosam9g45.h | 94 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | pm9g45.h | 79 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
A D | at91sam9m10g45ek.h | 89 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | at91rm9200ek.h | 156 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
|
A D | corvus.h | 98 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
A D | taurus.h | 165 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
|
A D | smartweb.h | 74 ROUND(3 * CONFIG_ENV_SIZE + (4 * SZ_1M), 0x1000)
|
A D | at91sam9263ek.h | 230 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
A D | pm9261.h | 249 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
|
A D | pm9263.h | 278 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
|
/u-boot/tools/ |
A D | rkspi.c | 70 params->file_size = ROUND(params->file_size, RKSPI_SECT_LEN) << 1; in rkspi_vrec_header()
|
A D | rkcommon.c | 131 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 D | sdhci-adma.c | 60 ROUND(desc_count * sizeof(struct sdhci_adma_desc), in sdhci_prepare_adma_table()
|
/u-boot/include/ |
A D | memalign.h | 72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
|
/u-boot/drivers/net/ |
A D | pch_gbe.h | 23 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
|
/u-boot/arch/arm/mach-tegra/ |
A D | cboot.c | 129 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 D | ep0.c | 67 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