Home
last modified time | relevance | path

Searched refs:round_down (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/include/lib/
Dutils_def.h104 #define round_down(value, boundary) \ macro
147 round_down((uintptr_t) value, boundary))
/trusted-firmware-a-latest/drivers/st/crypto/
Dstm32_saes.c601 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update_assodata()
682 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update_load()
828 (round_down(data_size, AES_BLOCK_SIZE) != data_size)) { in stm32_saes_update()
842 (round_down(data_size, AES_BLOCK_SIZE) != data_size)) { in stm32_saes_update()
858 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update()
/trusted-firmware-a-latest/plat/qti/common/src/
Dqti_common.c122 *aligned_addr = round_down(addr, PAGE_SIZE); in qti_align_mem_region()
/trusted-firmware-a-latest/lib/coreboot/
Dcoreboot_table.c74 uintptr_t pageaddr = round_down(baseaddr, PAGE_SIZE); in expand_and_mmap()
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_vcorefs.c355 opp_uv[i] = round_down((opp_uv[i] * VCORE_LV) / 100U, in spm_vcorefs_vcore_setting()