Lines Matching refs:n_words
43 unsigned int n_words;
86 return (0 * intc->n_words + word) * sizeof(u32);
92 return (1 * intc->n_words + word) * sizeof(u32);
98 return (2 * intc->n_words + word) * sizeof(u32);
104 return (3 * intc->n_words + word) * sizeof(u32);
138 for (idx = 0; idx < intc->n_words; idx++) {
260 unsigned int i, n_words, parent_irq;
266 n_words = sz / REG_BYTES_PER_IRQ_WORD;
268 if (n_words > MAX_WORDS)
270 else if (!intc->n_words)
271 intc->n_words = n_words;
272 else if (intc->n_words != n_words)
276 intc->irq_fwd_mask, n_words);
283 cpu = intc->cpus[idx] = kzalloc(sizeof(*cpu) + n_words * sizeof(u32),
292 for (i = 0; i < n_words; i++) {
340 for (word = 0; word < intc->n_words; word++) {
364 for (word = 0; word < intc->n_words; word++) {
451 intc->domain = irq_domain_add_linear(dn, IRQS_PER_WORD * intc->n_words,
470 dn, IRQS_PER_WORD * intc->n_words);