Lines Matching refs:HSOTG_REG
11 #define HSOTG_REG(x) (x) macro
13 #define GOTGCTL HSOTG_REG(0x000)
37 #define GOTGINT HSOTG_REG(0x004)
45 #define GAHBCFG HSOTG_REG(0x008)
65 #define GUSBCFG HSOTG_REG(0x00C)
97 #define GRSTCTL HSOTG_REG(0x010)
112 #define GINTSTS HSOTG_REG(0x014)
113 #define GINTMSK HSOTG_REG(0x018)
148 #define GRXSTSR HSOTG_REG(0x01C)
149 #define GRXSTSP HSOTG_REG(0x020)
172 #define GRXFSIZ HSOTG_REG(0x024)
176 #define GNPTXFSIZ HSOTG_REG(0x028)
179 #define GNPTXSTS HSOTG_REG(0x02C)
189 #define GI2CCTL HSOTG_REG(0x0030)
205 #define GPVNDCTL HSOTG_REG(0x0034)
206 #define GGPIO HSOTG_REG(0x0038)
211 #define GUID HSOTG_REG(0x003c)
212 #define GSNPSID HSOTG_REG(0x0040)
213 #define GHWCFG1 HSOTG_REG(0x0044)
216 #define GHWCFG2 HSOTG_REG(0x0048)
260 #define GHWCFG3 HSOTG_REG(0x004c)
277 #define GHWCFG4 HSOTG_REG(0x0050)
306 #define GLPMCFG HSOTG_REG(0x0054)
334 #define GPWRDN HSOTG_REG(0x0058)
362 #define GDFIFOCFG HSOTG_REG(0x005c)
368 #define ADPCTL HSOTG_REG(0x0060)
390 #define GREFCLK HSOTG_REG(0x0064)
397 #define GINTMSK2 HSOTG_REG(0x0068)
400 #define GINTSTS2 HSOTG_REG(0x006c)
403 #define HPTXFSIZ HSOTG_REG(0x100)
406 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
418 #define DCFG HSOTG_REG(0x800)
441 #define DCTL HSOTG_REG(0x804)
455 #define DSTS HSOTG_REG(0x808)
469 #define DIEPMSK HSOTG_REG(0x810)
482 #define DOEPMSK HSOTG_REG(0x814)
492 #define DAINT HSOTG_REG(0x818)
493 #define DAINTMSK HSOTG_REG(0x81C)
498 #define DTKNQR1 HSOTG_REG(0x820)
499 #define DTKNQR2 HSOTG_REG(0x824)
500 #define DTKNQR3 HSOTG_REG(0x830)
501 #define DTKNQR4 HSOTG_REG(0x834)
502 #define DIEPEMPMSK HSOTG_REG(0x834)
504 #define DVBUSDIS HSOTG_REG(0x828)
505 #define DVBUSPULSE HSOTG_REG(0x82C)
507 #define DIEPCTL0 HSOTG_REG(0x900)
508 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
510 #define DOEPCTL0 HSOTG_REG(0xB00)
511 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
558 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
559 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
581 #define DIEPTSIZ0 HSOTG_REG(0x910)
591 #define DOEPTSIZ0 HSOTG_REG(0xB10)
600 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
601 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
617 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
618 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
620 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
622 #define PCGCTL HSOTG_REG(0x0e00)
650 #define PCGCCTL1 HSOTG_REG(0xe04)
654 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
658 #define HCFG HSOTG_REG(0x0400)
682 #define HFIR HSOTG_REG(0x0404)
687 #define HFNUM HSOTG_REG(0x0408)
694 #define HPTXSTS HSOTG_REG(0x0410)
706 #define HAINT HSOTG_REG(0x0414)
707 #define HAINTMSK HSOTG_REG(0x0418)
708 #define HFLBADDR HSOTG_REG(0x041c)
710 #define HPRT0 HSOTG_REG(0x0440)
731 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
748 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
762 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
763 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
780 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
798 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
800 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
802 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))