Lines Matching refs:HSOTG_REG

41 #define HSOTG_REG(x)	(x)  macro
43 #define GOTGCTL HSOTG_REG(0x000)
60 #define GOTGINT HSOTG_REG(0x004)
68 #define GAHBCFG HSOTG_REG(0x008)
88 #define GUSBCFG HSOTG_REG(0x00C)
120 #define GRSTCTL HSOTG_REG(0x010)
134 #define GINTSTS HSOTG_REG(0x014)
135 #define GINTMSK HSOTG_REG(0x018)
170 #define GRXSTSR HSOTG_REG(0x01C)
171 #define GRXSTSP HSOTG_REG(0x020)
194 #define GRXFSIZ HSOTG_REG(0x024)
198 #define GNPTXFSIZ HSOTG_REG(0x028)
201 #define GNPTXSTS HSOTG_REG(0x02C)
211 #define GI2CCTL HSOTG_REG(0x0030)
227 #define GPVNDCTL HSOTG_REG(0x0034)
228 #define GGPIO HSOTG_REG(0x0038)
231 #define GUID HSOTG_REG(0x003c)
232 #define GSNPSID HSOTG_REG(0x0040)
233 #define GHWCFG1 HSOTG_REG(0x0044)
236 #define GHWCFG2 HSOTG_REG(0x0048)
280 #define GHWCFG3 HSOTG_REG(0x004c)
297 #define GHWCFG4 HSOTG_REG(0x0050)
326 #define GLPMCFG HSOTG_REG(0x0054)
354 #define GPWRDN HSOTG_REG(0x0058)
382 #define GDFIFOCFG HSOTG_REG(0x005c)
388 #define ADPCTL HSOTG_REG(0x0060)
410 #define GREFCLK HSOTG_REG(0x0064)
417 #define GINTMSK2 HSOTG_REG(0x0068)
420 #define GINTSTS2 HSOTG_REG(0x006c)
423 #define HPTXFSIZ HSOTG_REG(0x100)
426 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
438 #define DCFG HSOTG_REG(0x800)
461 #define DCTL HSOTG_REG(0x804)
475 #define DSTS HSOTG_REG(0x808)
489 #define DIEPMSK HSOTG_REG(0x810)
502 #define DOEPMSK HSOTG_REG(0x814)
512 #define DAINT HSOTG_REG(0x818)
513 #define DAINTMSK HSOTG_REG(0x81C)
518 #define DTKNQR1 HSOTG_REG(0x820)
519 #define DTKNQR2 HSOTG_REG(0x824)
520 #define DTKNQR3 HSOTG_REG(0x830)
521 #define DTKNQR4 HSOTG_REG(0x834)
522 #define DIEPEMPMSK HSOTG_REG(0x834)
524 #define DVBUSDIS HSOTG_REG(0x828)
525 #define DVBUSPULSE HSOTG_REG(0x82C)
527 #define DIEPCTL0 HSOTG_REG(0x900)
528 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
530 #define DOEPCTL0 HSOTG_REG(0xB00)
531 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
578 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
579 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
601 #define DIEPTSIZ0 HSOTG_REG(0x910)
611 #define DOEPTSIZ0 HSOTG_REG(0xB10)
620 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
621 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
637 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
638 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
640 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
642 #define PCGCTL HSOTG_REG(0x0e00)
670 #define PCGCCTL1 HSOTG_REG(0xe04)
674 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
678 #define HCFG HSOTG_REG(0x0400)
702 #define HFIR HSOTG_REG(0x0404)
707 #define HFNUM HSOTG_REG(0x0408)
714 #define HPTXSTS HSOTG_REG(0x0410)
726 #define HAINT HSOTG_REG(0x0414)
727 #define HAINTMSK HSOTG_REG(0x0418)
728 #define HFLBADDR HSOTG_REG(0x041c)
730 #define HPRT0 HSOTG_REG(0x0440)
751 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
768 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
782 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
783 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
800 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
818 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
820 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
822 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))