Searched refs:cirq (Results 1 – 2 of 2) sorted by relevance
79 #define CIRQ_TO_IRQ_NUM(cirq) ((cirq) + (32U + CIRQ_SPI_START)) argument
175 uint32_t cirq; in collect_all_wakeup_events() local191 cirq = gic_irq - cirq_all_events.spi_start - 32U; in collect_all_wakeup_events()192 cirq_reg = cirq / 32U; in collect_all_wakeup_events()193 cirq_offset = cirq % 32U; in collect_all_wakeup_events()
Completed in 5 milliseconds