Searched defs:cache_mode (Results 1 – 4 of 4) sorted by relevance
88 struct cache_mode { struct89 uint32_t cache_size; /*!< cache size in byte */90 uint16_t cache_line_size; /*!< cache line size in byte */91 uint8_t cache_ways; /*!< cache ways, always 4 */92 uint8_t icache; /*!< the cache index, 0 for dcache, 1 for icache */
106 struct cache_mode { struct107 uint32_t cache_size; /*!< cache size in byte */108 uint16_t cache_line_size; /*!< cache line size in byte */109 uint8_t cache_ways; /*!< cache ways, always 4 */133 struct cache_mode mode; /*!< cache and cache mode */ argument
124 struct cache_mode { struct125 uint32_t cache_size; /*!< cache size in byte */126 uint16_t cache_line_size; /*!< cache line size in byte */127 uint8_t cache_ways; /*!< cache ways, always 4 */128 uint8_t icache; /*!< the cache index, 0 for dcache, 1 for icache */