Searched refs:round_down (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_hash_cache.c | 87 aligned_input = round_down(addr, alignment); in crypto_flush_cacheline() 153 direct_data_len = round_down((ulong)data_len, in crypto_hash_update_with_cache()
|
| H A D | crypto_ce.c | 129 aligned_input = round_down(addr, alignment); in crypto_flush_cacheline() 143 aligned_input = round_down(addr, alignment); in crypto_invalidate_cacheline()
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.c | 50 mmu_set_region_dcache_behaviour(round_down((ulong)smt->buf, SZ_4K), in scmi_dt_get_smt_buffer()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mxsboot.c | 19 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro 160 return round_down(ecc_strength, 2); in mx28_nand_get_ecc_strength()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | kernel.h | 55 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 754 if (round_down(images->ep, SZ_2M) != images->ep) in arch_preboot_os() 755 images->ep = round_down(images->ep, SZ_2M); in arch_preboot_os()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | nand.c | 708 off = round_down(off, mtd->erasesize); in do_nand()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand.c | 234 geo->ecc_strength = min(round_down(geo->ecc_strength, 2), in mxs_nand_calc_ecc_layout()
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 85 aligned_input = round_down(addr, alignment); in crypto_flush_cacheline() 99 aligned_input = round_down(addr, alignment); in crypto_invalidate_cacheline()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | recovery.c | 711 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop.c | 217 vsize = round_down(vsize, 2); in vop_post_config()
|
| H A D | rockchip_vop2.c | 2229 hsize = round_down(hsize, 2); in vop2_post_config() 2230 vsize = round_down(vsize, 2); in vop2_post_config()
|