Lines Matching defs:HSOTG_REG
41 #define HSOTG_REG(x) (x)
43 #define GOTGCTL HSOTG_REG(0x000)
66 #define GOTGINT HSOTG_REG(0x004)
74 #define GAHBCFG HSOTG_REG(0x008)
94 #define GUSBCFG HSOTG_REG(0x00C)
126 #define GRSTCTL HSOTG_REG(0x010)
141 #define GINTSTS HSOTG_REG(0x014)
142 #define GINTMSK HSOTG_REG(0x018)
177 #define GRXSTSR HSOTG_REG(0x01C)
178 #define GRXSTSP HSOTG_REG(0x020)
201 #define GRXFSIZ HSOTG_REG(0x024)
205 #define GNPTXFSIZ HSOTG_REG(0x028)
208 #define GNPTXSTS HSOTG_REG(0x02C)
218 #define GI2CCTL HSOTG_REG(0x0030)
234 #define GPVNDCTL HSOTG_REG(0x0034)
235 #define GGPIO HSOTG_REG(0x0038)
240 #define GUID HSOTG_REG(0x003c)
241 #define GSNPSID HSOTG_REG(0x0040)
242 #define GHWCFG1 HSOTG_REG(0x0044)
245 #define GHWCFG2 HSOTG_REG(0x0048)
289 #define GHWCFG3 HSOTG_REG(0x004c)
306 #define GHWCFG4 HSOTG_REG(0x0050)
335 #define GLPMCFG HSOTG_REG(0x0054)
363 #define GPWRDN HSOTG_REG(0x0058)
391 #define GDFIFOCFG HSOTG_REG(0x005c)
397 #define ADPCTL HSOTG_REG(0x0060)
419 #define GREFCLK HSOTG_REG(0x0064)
426 #define GINTMSK2 HSOTG_REG(0x0068)
429 #define GINTSTS2 HSOTG_REG(0x006c)
432 #define HPTXFSIZ HSOTG_REG(0x100)
435 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
447 #define DCFG HSOTG_REG(0x800)
470 #define DCTL HSOTG_REG(0x804)
484 #define DSTS HSOTG_REG(0x808)
498 #define DIEPMSK HSOTG_REG(0x810)
511 #define DOEPMSK HSOTG_REG(0x814)
521 #define DAINT HSOTG_REG(0x818)
522 #define DAINTMSK HSOTG_REG(0x81C)
527 #define DTKNQR1 HSOTG_REG(0x820)
528 #define DTKNQR2 HSOTG_REG(0x824)
529 #define DTKNQR3 HSOTG_REG(0x830)
530 #define DTKNQR4 HSOTG_REG(0x834)
531 #define DIEPEMPMSK HSOTG_REG(0x834)
533 #define DVBUSDIS HSOTG_REG(0x828)
534 #define DVBUSPULSE HSOTG_REG(0x82C)
536 #define DIEPCTL0 HSOTG_REG(0x900)
537 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
539 #define DOEPCTL0 HSOTG_REG(0xB00)
540 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
587 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
588 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
610 #define DIEPTSIZ0 HSOTG_REG(0x910)
620 #define DOEPTSIZ0 HSOTG_REG(0xB10)
629 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
630 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
646 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
647 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
649 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
651 #define PCGCTL HSOTG_REG(0x0e00)
679 #define PCGCCTL1 HSOTG_REG(0xe04)
683 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
687 #define HCFG HSOTG_REG(0x0400)
711 #define HFIR HSOTG_REG(0x0404)
716 #define HFNUM HSOTG_REG(0x0408)
723 #define HPTXSTS HSOTG_REG(0x0410)
735 #define HAINT HSOTG_REG(0x0414)
736 #define HAINTMSK HSOTG_REG(0x0418)
737 #define HFLBADDR HSOTG_REG(0x041c)
739 #define HPRT0 HSOTG_REG(0x0440)
760 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
777 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
791 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
792 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
809 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
827 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
829 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
831 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))