Searched refs:numbanks (Results 1 – 2 of 2) sorted by relevance
76 unsigned int irqs, i, numbanks; in nvic_of_init() local80 numbanks = (readl_relaxed(V7M_SCS_ICTR) & in nvic_of_init()89 irqs = numbanks * 32; in nvic_of_init()112 for (i = 0; i < numbanks; ++i) { in nvic_of_init()
1205 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local1207 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device()1247 unsigned int numbanks, bank; in mce_threshold_create_device() local1257 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()1258 bp = kzalloc_objs(*bp, numbanks); in mce_threshold_create_device()1262 for (bank = 0; bank < numbanks; ++bank) { in mce_threshold_create_device()