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)
325 #define GLPMCFG HSOTG_REG(0x0054)
351 #define GPWRDN HSOTG_REG(0x0058)
379 #define GDFIFOCFG HSOTG_REG(0x005c)
385 #define ADPCTL HSOTG_REG(0x0060)
407 #define HPTXFSIZ HSOTG_REG(0x100)
410 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
422 #define DCFG HSOTG_REG(0x800)
445 #define DCTL HSOTG_REG(0x804)
458 #define DSTS HSOTG_REG(0x808)
472 #define DIEPMSK HSOTG_REG(0x810)
485 #define DOEPMSK HSOTG_REG(0x814)
495 #define DAINT HSOTG_REG(0x818)
496 #define DAINTMSK HSOTG_REG(0x81C)
501 #define DTKNQR1 HSOTG_REG(0x820)
502 #define DTKNQR2 HSOTG_REG(0x824)
503 #define DTKNQR3 HSOTG_REG(0x830)
504 #define DTKNQR4 HSOTG_REG(0x834)
505 #define DIEPEMPMSK HSOTG_REG(0x834)
507 #define DVBUSDIS HSOTG_REG(0x828)
508 #define DVBUSPULSE HSOTG_REG(0x82C)
510 #define DIEPCTL0 HSOTG_REG(0x900)
511 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
513 #define DOEPCTL0 HSOTG_REG(0xB00)
514 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
561 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
562 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
584 #define DIEPTSIZ0 HSOTG_REG(0x910)
594 #define DOEPTSIZ0 HSOTG_REG(0xB10)
603 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
604 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
620 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
621 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
623 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
625 #define PCGCTL HSOTG_REG(0x0e00)
653 #define PCGCCTL1 HSOTG_REG(0xe04)
657 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
661 #define HCFG HSOTG_REG(0x0400)
685 #define HFIR HSOTG_REG(0x0404)
690 #define HFNUM HSOTG_REG(0x0408)
697 #define HPTXSTS HSOTG_REG(0x0410)
709 #define HAINT HSOTG_REG(0x0414)
710 #define HAINTMSK HSOTG_REG(0x0418)
711 #define HFLBADDR HSOTG_REG(0x041c)
713 #define HPRT0 HSOTG_REG(0x0440)
734 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
751 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
765 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
766 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
783 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
801 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
803 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
805 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))