Commits
Suman Anna committed 956ce7e0a4d
irqchip/irq-pruss-intc: Use macros for operations on CMR and HMR The PRUSS INTC configuration code is currently using hard-coded numbers directly for performing arithmatic operations on the Channel Map Registers (CMRs) and Host Interrupt Map Registers (HMRs). Introduce and replace these numbers with human readable macros. While at this, use the modulo operator instead of bitwise-and for the bit offset computation for the events and channels in CMR and HMR registers. Signed-off-by: Suman Anna <s-anna@ti.com> Acked-by: Roger Quadros <rogerq@ti.com>