Searched refs:round_up (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.c | 51 round_up((ulong)smt->size, SZ_4K), in scmi_dt_get_smt_buffer()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_hash_cache.c | 88 aligned_len = round_up(size + (addr - aligned_input), alignment); in crypto_flush_cacheline()
|
| H A D | crypto_ce.c | 20 #define ROUNDUP(size, alignment) round_up(size, alignment) 130 aligned_len = round_up(size + (addr - aligned_input), alignment); in crypto_flush_cacheline() 144 aligned_len = round_up(size + (addr - aligned_input), alignment); in crypto_invalidate_cacheline()
|
| H A D | crypto_v2.c | 115 #define ROUNDUP(size, alignment) round_up(size, alignment)
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | kernel.h | 54 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtd.c | 308 len = round_up(len, mtd->writesize); in do_mtd()
|
| H A D | nand.c | 709 endoff = round_up(endoff, mtd->erasesize); in do_nand()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtd_blk.c | 676 len = round_up(len, mtd->erasesize); in mtd_derase()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand.c | 184 geo->ecc_strength = round_up(ecc_strength, 2); in mxs_nand_calc_ecc_layout_by_info()
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 86 aligned_len = round_up(size + (addr - aligned_input), alignment); in crypto_flush_cacheline() 100 aligned_len = round_up(size + (addr - aligned_input), alignment); in crypto_invalidate_cacheline()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 39 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|