Lines Matching full:n
49 #define GDEIP_TXF(n) (OTG_BASE + (0x104 + ((n-1) * 0x4))) argument
68 #define REG_GDIEP_TXF(n) REG32(GDEIP_TXF(n)) argument
71 #define EP_FIFO(n) (OTG_BASE + (n+1)*0x1000) // FiX ME argument
72 #define REG_EP_FIFO(n) REG32(EP_FIFO(n)) argument
95 #define DIEP_CTL(n) (OTG_BASE + (0x900 + (n)*0x20)) argument
96 #define DOEP_CTL(n) (OTG_BASE + (0xb00 + (n)*0x20)) argument
98 #define DIEP_INT(n) (OTG_BASE + (0x908 + (n)*0x20)) argument
99 #define DOEP_INT(n) (OTG_BASE + (0xb08 + (n)*0x20)) argument
101 #define DIEP_SIZE(n) (OTG_BASE + (0x910 + (n)*0x20)) argument
102 #define DOEP_SIZE(n) (OTG_BASE + (0xb10 + (n)*0x20)) argument
104 #define DIEP_TXFSTS(n) (OTG_BASE + (0x918 + (n)*0x20)) argument
106 #define DIEP_DMA(n) (OTG_BASE + (0x914 + (n)*0x20)) argument
107 #define DOEP_DMA(n) (OTG_BASE + (0xb14 + (n)*0x20)) argument
118 #define REG_DIEP_CTL(n) REG32(DIEP_CTL(n)) argument
119 #define REG_DOEP_CTL(n) REG32(DOEP_CTL(n)) argument
121 #define REG_DIEP_INT(n) REG32(DIEP_INT(n)) argument
122 #define REG_DOEP_INT(n) REG32(DOEP_INT(n)) argument
124 #define REG_DIEP_SIZE(n) REG32(DIEP_SIZE(n)) argument
125 #define REG_DOEP_SIZE(n) REG32(DOEP_SIZE(n)) argument
127 #define REG_DIEP_TXFSTS(n) REG32(DIEP_TXFSTS(n)) argument
129 #define REG_DIEP_DMA(n) REG32(DIEP_DMA(n)) argument
130 #define REG_DOEP_DMA(n) REG32(DOEP_DMA(n)) argument