Searched defs:cache_info (Results 1 – 2 of 2) sorted by relevance
11 struct cache_info { struct12 union cache_config config;13 union cache_sram_type supp_sram_type;15 u32 line_size;16 u32 associativity;17 u32 max_size;18 u32 inst_size;19 u8 cache_type;20 u8 speed;21 u8 err_corr_type;[all …]
16 struct cache_info { struct28 int (*get_info)(struct udevice *dev, struct cache_info *info); argument
Completed in 3 milliseconds