Lines Matching refs:n_words
77 unsigned int n_words;
94 return (1 * intc->n_words - word - 1) * sizeof(u32);
96 return (0 * intc->n_words + word) * sizeof(u32);
104 return (2 * intc->n_words - word - 1) * sizeof(u32);
106 return (1 * intc->n_words + word) * sizeof(u32);
125 for (idx = 0; idx < intc->n_words; idx++) {
233 unsigned int i, n_words;
238 n_words = sz / REG_BYTES_PER_IRQ_WORD;
240 if (!intc->n_words)
241 intc->n_words = n_words;
242 else if (intc->n_words != n_words)
245 cpu = intc->cpus[idx] = kzalloc(sizeof(*cpu) + n_words * sizeof(u32),
258 for (i = 0; i < n_words; i++) {
323 intc->domain = irq_domain_add_linear(dn, IRQS_PER_WORD * intc->n_words,
332 IRQS_PER_WORD * intc->n_words);