Lines Matching refs:HSOTG_REG

40 #define HSOTG_REG(x)	(x)  macro
42 #define GOTGCTL HSOTG_REG(0x000)
58 #define GOTGINT HSOTG_REG(0x004)
66 #define GAHBCFG HSOTG_REG(0x008)
86 #define GUSBCFG HSOTG_REG(0x00C)
118 #define GRSTCTL HSOTG_REG(0x010)
132 #define GINTSTS HSOTG_REG(0x014)
133 #define GINTMSK HSOTG_REG(0x018)
168 #define GRXSTSR HSOTG_REG(0x01C)
169 #define GRXSTSP HSOTG_REG(0x020)
192 #define GRXFSIZ HSOTG_REG(0x024)
196 #define GNPTXFSIZ HSOTG_REG(0x028)
199 #define GNPTXSTS HSOTG_REG(0x02C)
209 #define GI2CCTL HSOTG_REG(0x0030)
225 #define GPVNDCTL HSOTG_REG(0x0034)
226 #define GGPIO HSOTG_REG(0x0038)
227 #define GUID HSOTG_REG(0x003c)
228 #define GSNPSID HSOTG_REG(0x0040)
229 #define GHWCFG1 HSOTG_REG(0x0044)
231 #define GHWCFG2 HSOTG_REG(0x0048)
275 #define GHWCFG3 HSOTG_REG(0x004c)
292 #define GHWCFG4 HSOTG_REG(0x0050)
318 #define GLPMCFG HSOTG_REG(0x0054)
342 #define GPWRDN HSOTG_REG(0x0058)
370 #define GDFIFOCFG HSOTG_REG(0x005c)
376 #define ADPCTL HSOTG_REG(0x0060)
398 #define HPTXFSIZ HSOTG_REG(0x100)
401 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
413 #define DCFG HSOTG_REG(0x800)
434 #define DCTL HSOTG_REG(0x804)
447 #define DSTS HSOTG_REG(0x808)
461 #define DIEPMSK HSOTG_REG(0x810)
471 #define DOEPMSK HSOTG_REG(0x814)
479 #define DAINT HSOTG_REG(0x818)
480 #define DAINTMSK HSOTG_REG(0x81C)
485 #define DTKNQR1 HSOTG_REG(0x820)
486 #define DTKNQR2 HSOTG_REG(0x824)
487 #define DTKNQR3 HSOTG_REG(0x830)
488 #define DTKNQR4 HSOTG_REG(0x834)
490 #define DVBUSDIS HSOTG_REG(0x828)
491 #define DVBUSPULSE HSOTG_REG(0x82C)
493 #define DIEPCTL0 HSOTG_REG(0x900)
494 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
496 #define DOEPCTL0 HSOTG_REG(0xB00)
497 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
544 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
545 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
558 #define DIEPTSIZ0 HSOTG_REG(0x910)
568 #define DOEPTSIZ0 HSOTG_REG(0xB10)
577 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
578 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
594 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
595 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
597 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
599 #define PCGCTL HSOTG_REG(0x0e00)
627 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
631 #define HCFG HSOTG_REG(0x0400)
655 #define HFIR HSOTG_REG(0x0404)
660 #define HFNUM HSOTG_REG(0x0408)
667 #define HPTXSTS HSOTG_REG(0x0410)
679 #define HAINT HSOTG_REG(0x0414)
680 #define HAINTMSK HSOTG_REG(0x0418)
681 #define HFLBADDR HSOTG_REG(0x041c)
683 #define HPRT0 HSOTG_REG(0x0440)
704 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
721 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
735 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
736 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
753 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
771 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
777 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
779 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))