Lines Matching refs:prio
311 uint8_t prio = irqPriority[int_id];
319 prio = (prio << 1) & 0xff;
323 val |= prio << (i * 8);
710 uint8_t prio = bits(data, (i + 1) * 8 - 1, (i * 8));
717 prio = 0x80 | (prio >> 1);
721 irqPriority[int_id] = prio;
1079 if ((irqPriority[int_id] < target_cpu_interface->hppi.prio) ||
1080 (irqPriority[int_id] == target_cpu_interface->hppi.prio &&
1084 target_cpu_interface->hppi.prio = irqPriority[int_id];