Lines Matching refs:prio
97 uint8_t prio = irqPriority[int_id];
105 prio = (prio << 1) & 0xff;
109 value |= prio << (i * 8);
392 uint8_t prio = bits(data, (i + 1) * 8 - 1, (i * 8));
400 prio = 0x80 | (prio >> 1);
404 irqPriority[int_id] = prio;
789 if ((irqPriority[int_id] < cpuInterface->hppi.prio) ||
795 (irqPriority[int_id] == cpuInterface->hppi.prio &&
798 cpuInterface->hppi.prio = irqPriority[int_id];
842 if ((lpi_priority < cpuInterface->hppi.prio) ||
843 (lpi_priority == cpuInterface->hppi.prio &&
846 cpuInterface->hppi.prio = lpi_priority;