Searched refs:CIRQ_SPI_START (Results 1 – 4 of 4) sorted by relevance
78 #define IRQ_TO_CIRQ_NUM(irq) ((irq) - (32U + CIRQ_SPI_START))79 #define CIRQ_TO_IRQ_NUM(cirq) ((cirq) + (32U + CIRQ_SPI_START))
16 .spi_start = CIRQ_SPI_START,430 pend_vec = mt_irq_get_pending_vec(CIRQ_SPI_START in mt_cirq_ack_all()
92 #define CIRQ_SPI_START 96 macro
88 #define CIRQ_SPI_START 64 macro
Completed in 5 milliseconds