Lines Matching refs:hppi
789 if ((irqPriority[int_id] < cpuInterface->hppi.prio) ||
795 (irqPriority[int_id] == cpuInterface->hppi.prio &&
796 int_id < cpuInterface->hppi.intid)) {
797 cpuInterface->hppi.intid = int_id;
798 cpuInterface->hppi.prio = irqPriority[int_id];
799 cpuInterface->hppi.group = int_group;
842 if ((lpi_priority < cpuInterface->hppi.prio) ||
843 (lpi_priority == cpuInterface->hppi.prio &&
844 lpi_id < cpuInterface->hppi.intid)) {
845 cpuInterface->hppi.intid = lpi_id;
846 cpuInterface->hppi.prio = lpi_priority;
847 cpuInterface->hppi.group = lpi_group;