Home
last modified time | relevance | path

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

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