Home | History | Annotate | Download | only in dist

Lines Matching refs:_a

403 #define DPTXFSIZN(_a)			HSOTG_REG(0x104 + (((_a) - 1) * 4))
496 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
499 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
546 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
547 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
579 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
580 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
596 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
597 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
599 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
629 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))