Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/
Ddriver_smpu.c174 uint32_t high_rs = round_down_to_power_of_two(size * NUM_SUBREGIONS); in calc_smpu_params() local
181 high_rs = MAX_REGIONSIZE; in calc_smpu_params()
183 for (regionSize = low_rs; regionSize <= high_rs; regionSize <<= 1) in calc_smpu_params()