Searched refs:ROUND (Results 1 - 24 of 24) sorted by relevance

/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h19 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN));
/u-boot/drivers/usb/dwc3/
H A Dio.h53 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE));
/u-boot/arch/arm/mach-imx/
H A Dimage-container.c270 end = ROUND(end, SZ_1K);
285 end = ROUND(end, SZ_1K);
318 end = ROUND(end, SZ_16K);
340 end = ROUND(end, SZ_1K);
361 end = ROUND(end, SZ_1K);
/u-boot/tools/
H A Drkspi.c70 params->file_size = ROUND(params->file_size, RKSPI_SECT_LEN) << 1;
H A Drkcommon.c191 return ROUND(size, RK_SIZE_ALIGN);
586 params->file_size = ROUND(params->orig_file_size, RK_SIZE_ALIGN);
H A Dzynqmpbif.c263 new_size = ROUND(bif_output.data_len + len, 64);
311 len = ROUND(len, 64);
322 size_t len_padded = ROUND(len, 4);
H A Dimximage.c880 *header_size_ptr = ROUND((sbuf->st_size + imximage_ivt_offset), 4096);
1041 pad_len = ROUND(sbuf.st_size, 4096) - sbuf.st_size;
/u-boot/include/
H A Dmemalign.h73 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
H A Dimage.h316 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
/u-boot/drivers/mmc/
H A Dsdhci-adma.c75 ROUND(next_desc - (void *)table,
H A Domap_hsmmc.c979 ROUND(desc_count *
1011 ROUND(data->blocksize * data->blocks,
/u-boot/drivers/usb/cdns3/
H A Dep0.c67 ROUND(sizeof(struct cdns3_trb) * 2,
295 ROUND(sizeof(struct usb_ctrlrequest),
619 ROUND(sizeof(struct cdns3_trb),
/u-boot/arch/arm/mach-tegra/
H A Dcboot.c130 bank_start = ROUND(bank_start, SZ_2M);
297 u64 allocated = ROUND(bank_start, align) + offset;
/u-boot/drivers/net/
H A Dpch_gbe.h23 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
H A Drtl8139.c491 priv->cur_rx = ROUND(priv->cur_rx + rx_size + 4, 4);
/u-boot/arch/arm/mach-k3/
H A Dcommon.c212 ROUND(images->os.end,
/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c119 ROUND(ep->len, CONFIG_SYS_CACHELINE_SIZE));
156 ROUND(ep->len, CONFIG_SYS_CACHELINE_SIZE));
237 ROUND(xfer_size, CONFIG_SYS_CACHELINE_SIZE));
752 ROUND(max, CONFIG_SYS_CACHELINE_SIZE));
937 ROUND(sizeof(g_status), CONFIG_SYS_CACHELINE_SIZE));
H A Ddwc2_udc_otg.c920 ROUND(sizeof(struct usb_ctrlrequest),
/u-boot/include/linux/
H A Dkernel.h75 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
/u-boot/cmd/
H A Dsf.c62 *len = ROUND(len_arg, flash->sector_size);
/u-boot/drivers/core/
H A Ddevice.c307 size = ROUND(size, ARCH_DMA_MINALIGN);
/u-boot/fs/ext4/
H A Dext4_write.c113 int gdsize_total = ROUND(fs->no_blkgrp * fs->gdsize, fs->blksz);
H A Dext4_common.c507 new_entry_byte_reqd = ROUND(strlen(filename) +
533 unsigned short used_len = ROUND(dir->namelen +
/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c1394 twtr = ROUND(max(4 * clkper, 7500) / clkper, 1) - 1;

Completed in 279 milliseconds