Searched refs:numbanks (Results 1 – 2 of 2) sorted by relevance
76 unsigned int irqs, i, ret, numbanks; in nvic_of_init() local79 numbanks = (readl_relaxed(V7M_SCS_ICTR) & in nvic_of_init()88 irqs = numbanks * 32; in nvic_of_init()111 for (i = 0; i < numbanks; ++i) { in nvic_of_init()
1300 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local1302 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device()1342 unsigned int numbanks, bank; in mce_threshold_create_device() local1353 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()1354 bp = kcalloc(numbanks, sizeof(*bp), GFP_KERNEL); in mce_threshold_create_device()1358 for (bank = 0; bank < numbanks; ++bank) { in mce_threshold_create_device()
Completed in 8 milliseconds