Searched refs:num_sets (Results 1 – 10 of 10) sorted by relevance
106 int ti, num_sets; in ci_leaf_init() local117 num_sets = this_leaf->size / this_leaf->coherency_line_size; in ci_leaf_init()118 num_sets /= this_leaf->ways_of_associativity; in ci_leaf_init()119 this_leaf->number_of_sets = num_sets; in ci_leaf_init()
1220 int num_sets = 1; in sof_widget_parse_tokens() local1247 if (num_sets < 0) { in sof_widget_parse_tokens()1250 ret = num_sets; in sof_widget_parse_tokens()1257 if (num_sets < 0) { in sof_widget_parse_tokens()1260 ret = num_sets; in sof_widget_parse_tokens()1268 if (num_sets > 1) { in sof_widget_parse_tokens()1861 int ret, num_sets; in sof_link_load() local1922 num_sets = slink->num_hw_configs; in sof_link_load()2017 if (num_sets < 0) { in sof_link_load()2019 ret = num_sets; in sof_link_load()[all …]
183 unsigned int num_sets, i, set; in quirk_add_irq_optional_dependent_sets() local186 num_sets = dev->num_dependent_sets; in quirk_add_irq_optional_dependent_sets()187 for (i = 0; i < num_sets; i++) { in quirk_add_irq_optional_dependent_sets()
50 u32 num_sets; member
326 for (index = 0; index < ctrl->num_sets; index++) { in mdp_path_config_subfrm()382 for (index = 0; index < ctrl->num_sets; index++) { in mdp_path_config_subfrm()
280 unsigned int id_reg, num_sets, line_size; in cpu_has_aliasing_icache() local293 num_sets = ((id_reg >> 13) & 0x7fff) + 1; in cpu_has_aliasing_icache()294 aliasing_icache = (line_size * num_sets) > PAGE_SIZE; in cpu_has_aliasing_icache()
202 static void tlbiel_all_isa206(unsigned int num_sets, unsigned int is) in tlbiel_all_isa206() argument208 for (set = 0; set < num_sets; set++) in tlbiel_all_isa206()214 static void tlbiel_all_isa300(unsigned int num_sets, unsigned int is) in tlbiel_all_isa300() argument243 for (set = 0; set < num_sets; set++) in tlbiel_all_isa300()
43 static void tlbiel_all_isa300(unsigned int num_sets, unsigned int is) in tlbiel_all_isa300() argument60 for (set = 1; set < num_sets; set++) in tlbiel_all_isa300()70 for (set = 1; set < num_sets; set++) in tlbiel_all_isa300()
522 __u32 num_sets; member
7269 - The hash for determining set number in TLB0 is: (MAS2 >> 12) & (num_sets - 1)7270 where "num_sets" is the tlb_sizes[] value divided by the tlb_ways[] value.
Completed in 41 milliseconds