Lines Matching refs:d
19 struct intc_desc_int *d = get_intc_desc(irq); in _intc_enable() local
23 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_E(handle)); cpu++) { in _intc_enable()
28 addr = INTC_REG(d, _INTC_ADDR_E(handle), cpu); in _intc_enable()
44 struct intc_desc_int *d = get_intc_desc(irq); in intc_disable() local
51 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_D(handle)); cpu++) { in intc_disable()
56 addr = INTC_REG(d, _INTC_ADDR_D(handle), cpu); in intc_disable()
84 struct intc_desc_int *d = get_intc_desc(irq); in intc_mask_ack() local
94 addr = (void __iomem *)INTC_REG(d, _INTC_ADDR_D(handle), 0); in intc_mask_ack()
131 struct intc_desc_int *d = get_intc_desc(irq); in intc_set_priority() local
138 ihp = intc_find_irq(d->prio, d->nr_prio, irq); in intc_set_priority()
177 struct intc_desc_int *d = get_intc_desc(irq); in intc_set_type() local
187 ihp = intc_find_irq(d->sense, d->nr_sense, irq); in intc_set_type()
193 addr = INTC_REG(d, _INTC_ADDR_E(ihp->handle), 0); in intc_set_type()