Searched refs:CIU3_MBOX_PER_CORE (Results 1 – 1 of 1) sorted by relevance
31 #define CIU3_MBOX_PER_CORE 10 macro2646 return 0x04000 + CIU3_MBOX_PER_CORE * core; in octeon_irq_ciu3_base_mbox_intsn()2677 if (likely(mbox >= 0 && mbox < CIU3_MBOX_PER_CORE)) { in octeon_irq_ciu3_mbox()2701 if (WARN_ON_ONCE(mbox >= CIU3_MBOX_PER_CORE)) in octeon_ciu3_mbox_send()2749 WARN_ON(mbox >= CIU3_MBOX_PER_CORE); in octeon_irq_ciu3_mbox_enable()2760 WARN_ON(mbox >= CIU3_MBOX_PER_CORE); in octeon_irq_ciu3_mbox_disable()2835 for (i = 0; i < CIU3_MBOX_PER_CORE; i++) { in octeon_irq_ciu3_alloc_resources()