Searched refs:round_up (Results 1 – 16 of 16) sorted by relevance
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | common_def.h | 140 #define BL1_RO_DATA_END round_up(BL1_ROM_END, PAGE_SIZE) 144 #define BL2_RO_DATA_END round_up(BL2_ROM_END, PAGE_SIZE) 149 #define BL1_CODE_END round_up(BL1_ROM_END, PAGE_SIZE) 153 #define BL2_CODE_END round_up(BL2_ROM_END, PAGE_SIZE)
|
| /rk3399_ARM-atf/plat/socionext/synquacer/ |
| H A D | sq_xlat_setup.c | 28 round_up(BL_CODE_END, PAGE_SIZE) - BL_CODE_BASE, in sq_mmap_setup() 35 round_up(BL_RO_DATA_END, PAGE_SIZE) - BL_RO_DATA_BASE, in sq_mmap_setup()
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_xlat_setup.c | 42 round_up(BL_END, PAGE_SIZE) - BL_CODE_BASE, in uniphier_mmap_setup() 49 round_up(BL_CODE_END, PAGE_SIZE) - BL_CODE_BASE, in uniphier_mmap_setup()
|
| /rk3399_ARM-atf/plat/ti/common/include/ |
| H A D | plat_private.h | 16 #define SIZE_UP(_adr, _sz) (round_up((_adr + _sz), XLAT_BLOCK_SIZE(2U)) - ADDR_DOWN(_adr))
|
| /rk3399_ARM-atf/plat/mediatek/drivers/vcp/rv/ |
| H A D | mmup_common.c | 77 mmio_write_32(R_L2TCM_OFFSET_RANGE_0_HIGH, round_up(get_mmup_fw_size(), PAGE_SIZE)); in mmup_smc_rstn_clr()
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | utils_def.h | 143 #define round_up(value, boundary) \ macro 188 (round_up((uintptr_t) value, boundary) == \
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | tf_gunzip.c | 34 p = round_up(zalloc_current, ZALLOC_ALIGNMENT); in zcalloc()
|
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | qti_common.c | 123 *aligned_size = round_up(addr - *aligned_addr + size, PAGE_SIZE); in qti_align_mem_region()
|
| /rk3399_ARM-atf/lib/coreboot/ |
| H A D | coreboot_table.c | 75 size_t expanded = round_up(baseaddr - pageaddr + size, PAGE_SIZE); in expand_and_mmap()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/apusys/apusys_rv/2.0/ |
| H A D | apusys_rv.c | 448 round_up(APU_RESERVE_SIZE, PAGE_SIZE), in apusys_rv_setup_ce_bin() 492 round_up(APU_RESERVE_SIZE, PAGE_SIZE)); in apusys_rv_setup_ce_bin()
|
| /rk3399_ARM-atf/drivers/st/bsec/ |
| H A D | bsec2.c | 31 #define OTP_ACCESS_SIZE (round_up(OTP_MAX_SIZE, __WORD_BIT) / __WORD_BIT) 122 unsigned int otp_end = round_up(offset + length, in bsec_dt_otp_nsec_access()
|
| /rk3399_ARM-atf/plat/mediatek/mt8192/drivers/spm/ |
| H A D | mt_spm_vcorefs.c | 359 opp_uv[i] = round_up((opp_uv[i] * VCORE_HV) / 100U, in spm_vcorefs_vcore_setting()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_vcore_dvfsrc_plat.c | 104 return round_up(x, y); in v_roundup()
|
| /rk3399_ARM-atf/drivers/arm/gic/v3/ |
| H A D | gicv3_main.c | 77 round_up(TOTAL_SPI_INTR_NUM, 1U << REG##R_SHIFT)))\ 87 round_up(TOTAL_SPI_INTR_NUM, 1U << REG##R_SHIFT)))\
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/ |
| H A D | xlat_tables_core.c | 938 mm->base_va = round_up(mm->base_va, XLAT_BLOCK_SIZE(level)); in mmap_alloc_va_align_ctx()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 1036 …- align round_up with MISRA 10.1 and 10.8 ([fa8b749](https://review.trustedfirmware.org/plugins/gi…
|