Lines Matching refs:n_words
39 unsigned int n_words;
82 return (0 * intc->n_words + word) * sizeof(u32);
88 return (1 * intc->n_words + word) * sizeof(u32);
94 return (2 * intc->n_words + word) * sizeof(u32);
100 return (3 * intc->n_words + word) * sizeof(u32);
134 for (idx = 0; idx < intc->n_words; idx++) {
229 unsigned int i, n_words, parent_irq;
235 n_words = sz / REG_BYTES_PER_IRQ_WORD;
237 if (n_words > MAX_WORDS)
239 else if (!intc->n_words)
240 intc->n_words = n_words;
241 else if (intc->n_words != n_words)
245 intc->irq_fwd_mask, n_words);
252 cpu = intc->cpus[idx] = kzalloc(sizeof(*cpu) + n_words * sizeof(u32),
261 for (i = 0; i < n_words; i++) {
309 for (word = 0; word < intc->n_words; word++) {
333 for (word = 0; word < intc->n_words; word++) {
419 intc->domain = irq_domain_add_linear(dn, IRQS_PER_WORD * intc->n_words,
438 dn, IRQS_PER_WORD * intc->n_words);