Searched refs:LS1X_INTC_REG (Results 1 – 1 of 1) sorted by relevance
13 #define LS1X_INTC_REG(n, x) \ macro16 #define LS1X_INTC_INTISR(n) LS1X_INTC_REG(n, 0x0)17 #define LS1X_INTC_INTIEN(n) LS1X_INTC_REG(n, 0x4)18 #define LS1X_INTC_INTSET(n) LS1X_INTC_REG(n, 0x8)19 #define LS1X_INTC_INTCLR(n) LS1X_INTC_REG(n, 0xc)20 #define LS1X_INTC_INTPOL(n) LS1X_INTC_REG(n, 0x10)21 #define LS1X_INTC_INTEDGE(n) LS1X_INTC_REG(n, 0x14)