Searched refs:ihp (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/sh/intc/
H A Dchip.c133 struct intc_handle_int *ihp; intc_set_priority() local
138 ihp = intc_find_irq(d->prio, d->nr_prio, irq); intc_set_priority()
139 if (ihp) { intc_set_priority()
140 if (prio >= (1 << _INTC_WIDTH(ihp->handle))) intc_set_priority()
150 if (_INTC_FN(ihp->handle) != REG_FN_ERR) intc_set_priority()
151 _intc_enable(data, ihp->handle); intc_set_priority()
179 struct intc_handle_int *ihp; intc_set_type() local
187 ihp = intc_find_irq(d->sense, d->nr_sense, irq); intc_set_type()
188 if (ihp) { intc_set_type()
190 if (value >= (1 << _INTC_WIDTH(ihp->handle))) intc_set_type()
193 addr = INTC_REG(d, _INTC_ADDR_E(ihp->handle), 0); intc_set_type()
194 intc_reg_fns[_INTC_FN(ihp->handle)](addr, ihp->handle, value); intc_set_type()

Completed in 37 milliseconds