Home
last modified time | relevance | path

Searched refs:rounddown (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/cmd/
H A Delf.c56 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), in load_elf64_image_phdr()
119 flush_cache(rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN), in load_elf64_image_shdr()
122 rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN)); in load_elf64_image_shdr()
171 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), in load_elf_image_phdr()
224 flush_cache(rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN), in load_elf_image_shdr()
227 rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN)); in load_elf_image_shdr()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_stack.h98 p = rounddown(p, TARGET_PAGE_SIZE); in setup_initial_stack()
113 destp = rounddown(p - stringspace, sizeof(abi_ulong)); in setup_initial_stack()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsec-common.c117 rounddown((u32)*image, ARCH_DMA_MINALIGN), in secure_boot_verify_image()
159 rounddown((u32)*image, ARCH_DMA_MINALIGN), in secure_boot_verify_image()
338 rounddown((u32)loadptr, ARCH_DMA_MINALIGN), in secure_tee_install()
/openbmc/u-boot/common/init/
H A Dboard_init.c52 top = rounddown(top-sizeof(struct global_data), 16); in board_init_f_alloc_reserve()
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount.c14 uintptr_t flush_start = rounddown(CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_store()
/openbmc/u-boot/include/linux/
H A Dkernel.h83 #define rounddown(x, y) ( \ macro
/openbmc/u-boot/drivers/net/
H A Dsni_ave.c227 invalidate_dcache_range(rounddown(vaddr, ARCH_DMA_MINALIGN), in ave_cache_invalidate()
233 flush_dcache_range(rounddown(vaddr, ARCH_DMA_MINALIGN), in ave_cache_flush()
H A Dsun8i_emac.c566 invalidate_dcache_range(rounddown(data_start, in _sun8i_eth_recv()
/openbmc/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c222 ctx->cache_start = rounddown(idmabase0, ARCH_DMA_MINALIGN); in stm32_sdmmc2_start_data()
/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi_apb.c752 bb_txbuf + rounddown(write_bytes, 4), in cadence_qspi_apb_indirect_write_execute()
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c110 buf_base = (u8 *)rounddown((ulong)buf, page_size); in optee_alloc_and_init_page_list()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsequencer.c1757 tmp_delay = rounddown(work_mid, iocfg->delay_per_opa_tap); in sdr_find_window_center()