Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c32 …uint32_t temp_base = 0, temp_sr = 0, region_index = 0, contiguous_start_index = 0, contiguous_end_… in PRINCE_CheckerAlgorithm() local
50 temp_base = PRINCE->BASE_ADDR0; in PRINCE_CheckerAlgorithm()
55 temp_base = PRINCE->BASE_ADDR1; in PRINCE_CheckerAlgorithm()
60 temp_base = PRINCE->BASE_ADDR2; in PRINCE_CheckerAlgorithm()
69 if (((address >= temp_base) && in PRINCE_CheckerAlgorithm()
70 … ((address + length) < (temp_base + (FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 32U * 1024U)))) && in PRINCE_CheckerAlgorithm()
108 …((address <= (temp_base + (contiguous_start_index * FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U… in PRINCE_CheckerAlgorithm()
110 … (temp_base + (contiguous_end_index * FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U))))) in PRINCE_CheckerAlgorithm()
144 … (temp_base + (contiguous_start_index * FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U)))) || in PRINCE_CheckerAlgorithm()
145 …((address >= (temp_base + (contiguous_end_index * FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * 1024U))… in PRINCE_CheckerAlgorithm()