Searched refs:ihp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/sh/intc/ |
H A D | chip.c | 133 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 in intc_set_type() [all...] |
/kernel/linux/linux-6.6/drivers/sh/intc/ |
H A D | chip.c | 133 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 in intc_set_type() [all...] |
Completed in 2 milliseconds