Lines Matching refs:word
79 unsigned int word) in reg_status() argument
81 return (0 * intc->n_words + word) * sizeof(u32); in reg_status()
85 unsigned int word) in reg_mask_status() argument
87 return (1 * intc->n_words + word) * sizeof(u32); in reg_mask_status()
91 unsigned int word) in reg_mask_set() argument
93 return (2 * intc->n_words + word) * sizeof(u32); in reg_mask_set()
97 unsigned int word) in reg_mask_clr() argument
99 return (3 * intc->n_words + word) * sizeof(u32); in reg_mask_clr()
155 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_unmask() local
158 intc->cpus[cpu_idx]->mask_cache[word] &= ~mask; in __bcm7038_l1_unmask()
160 reg_mask_clr(intc, word)); in __bcm7038_l1_unmask()
166 u32 word = d->hwirq / IRQS_PER_WORD; in __bcm7038_l1_mask() local
169 intc->cpus[cpu_idx]->mask_cache[word] |= mask; in __bcm7038_l1_mask()
171 reg_mask_set(intc, word)); in __bcm7038_l1_mask()
201 u32 word = hw / IRQS_PER_WORD; in bcm7038_l1_set_affinity() local
208 was_disabled = !!(intc->cpus[intc->affinity[hw]]->mask_cache[word] & in bcm7038_l1_set_affinity()