Searched refs:CACHE_SIZE_8KB (Results 1 – 2 of 2) sorted by relevance
400 cache_size = CACHE_SIZE_8KB; in esp_config_instruction_cache_mode()411 … cache \t: size %dKB, %dWays, cache line size %dByte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, c… in esp_config_instruction_cache_mode()432 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode()443 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode()456 …e size %dByte", (cache_size == CACHE_SIZE_0KB) ? 0 : ((cache_size == CACHE_SIZE_8KB) ? 8 : 16), 4,… in esp_config_data_cache_mode()
51 #define CACHE_SIZE_8KB CACHE_SIZE_HALF macro