Searched refs:LS1X_INTC_REG (Results 1 – 1 of 1) sorted by relevance
17 #define LS1X_INTC_REG(n, x) \ macro20 #define LS1X_INTC_INTISR(n) LS1X_INTC_REG(n, 0x0)21 #define LS1X_INTC_INTIEN(n) LS1X_INTC_REG(n, 0x4)22 #define LS1X_INTC_INTSET(n) LS1X_INTC_REG(n, 0x8)23 #define LS1X_INTC_INTCLR(n) LS1X_INTC_REG(n, 0xc)24 #define LS1X_INTC_INTPOL(n) LS1X_INTC_REG(n, 0x10)25 #define LS1X_INTC_INTEDGE(n) LS1X_INTC_REG(n, 0x14)