Lines Matching defs:pol
202 * CIRQ default pol is low
211 cirq_all_events.table[cirq_reg].pol |= mask;
231 * @pol: polarity to set
233 * 0: set pol success
237 static int mt_cirq_set_pol(uint32_t cirq_num, uint32_t pol)
246 if (pol == MT_CIRQ_POL_NEG) {
248 } else if (pol == MT_CIRQ_POL_POS) {
332 uint32_t gic_bit, pol;
346 pol = mt_irq_get_pol(gic_id) & gic_bit;
347 if (pol != 0U) {