Searched refs:M32700UT_PLD_IRQ_BASE (Results 1 – 5 of 5) sorted by relevance
77 #define PLD_IRQ_INT0 (M32700UT_PLD_IRQ_BASE + 0) /* None */78 #define PLD_IRQ_INT1 (M32700UT_PLD_IRQ_BASE + 1) /* reserved */79 #define PLD_IRQ_INT2 (M32700UT_PLD_IRQ_BASE + 2) /* reserved */80 #define PLD_IRQ_CFIREQ (M32700UT_PLD_IRQ_BASE + 3) /* CF IREQ */81 #define PLD_IRQ_CFC_INSERT (M32700UT_PLD_IRQ_BASE + 4) /* CF Insert */82 #define PLD_IRQ_CFC_EJECT (M32700UT_PLD_IRQ_BASE + 5) /* CF Eject */83 #define PLD_IRQ_EXINT (M32700UT_PLD_IRQ_BASE + 6) /* EXINT */84 #define PLD_IRQ_INT7 (M32700UT_PLD_IRQ_BASE + 7) /* reserved */85 #define PLD_IRQ_INT8 (M32700UT_PLD_IRQ_BASE + 8) /* reserved */86 #define PLD_IRQ_INT9 (M32700UT_PLD_IRQ_BASE + 9) /* reserved */[all …]
16 #define M32700UT_PLD_IRQ_BASE (M32700UT_CPU_IRQ_BASE + M32700UT_NUM_CPU_IRQ) macro33 #define M32700UT_PLD_IRQ_BASE \ macro36 (M32700UT_PLD_IRQ_BASE + M32700UT_NUM_PLD_IRQ)
27 #define M32R_INT1ICU_IRQ_BASE M32700UT_PLD_IRQ_BASE59 #define M32R_INT1ICU_IRQ_BASE M32700UT_PLD_IRQ_BASE
68 #define irq2pldirq(x) ((x) - M32700UT_PLD_IRQ_BASE)
76 #define irq2pldirq(x) ((x) - M32700UT_PLD_IRQ_BASE)