Lines Matching refs:HSOTG_REG
41 #define HSOTG_REG(x) (x) macro
43 #define GOTGCTL HSOTG_REG(0x000)
67 #define GOTGINT HSOTG_REG(0x004)
75 #define GAHBCFG HSOTG_REG(0x008)
95 #define GUSBCFG HSOTG_REG(0x00C)
127 #define GRSTCTL HSOTG_REG(0x010)
142 #define GINTSTS HSOTG_REG(0x014)
143 #define GINTMSK HSOTG_REG(0x018)
178 #define GRXSTSR HSOTG_REG(0x01C)
179 #define GRXSTSP HSOTG_REG(0x020)
202 #define GRXFSIZ HSOTG_REG(0x024)
206 #define GNPTXFSIZ HSOTG_REG(0x028)
209 #define GNPTXSTS HSOTG_REG(0x02C)
219 #define GI2CCTL HSOTG_REG(0x0030)
235 #define GPVNDCTL HSOTG_REG(0x0034)
236 #define GGPIO HSOTG_REG(0x0038)
241 #define GUID HSOTG_REG(0x003c)
242 #define GSNPSID HSOTG_REG(0x0040)
243 #define GHWCFG1 HSOTG_REG(0x0044)
246 #define GHWCFG2 HSOTG_REG(0x0048)
290 #define GHWCFG3 HSOTG_REG(0x004c)
307 #define GHWCFG4 HSOTG_REG(0x0050)
336 #define GLPMCFG HSOTG_REG(0x0054)
364 #define GPWRDN HSOTG_REG(0x0058)
392 #define GDFIFOCFG HSOTG_REG(0x005c)
398 #define ADPCTL HSOTG_REG(0x0060)
420 #define GREFCLK HSOTG_REG(0x0064)
427 #define GINTMSK2 HSOTG_REG(0x0068)
430 #define GINTSTS2 HSOTG_REG(0x006c)
433 #define HPTXFSIZ HSOTG_REG(0x100)
436 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
448 #define DCFG HSOTG_REG(0x800)
471 #define DCTL HSOTG_REG(0x804)
485 #define DSTS HSOTG_REG(0x808)
499 #define DIEPMSK HSOTG_REG(0x810)
512 #define DOEPMSK HSOTG_REG(0x814)
522 #define DAINT HSOTG_REG(0x818)
523 #define DAINTMSK HSOTG_REG(0x81C)
528 #define DTKNQR1 HSOTG_REG(0x820)
529 #define DTKNQR2 HSOTG_REG(0x824)
530 #define DTKNQR3 HSOTG_REG(0x830)
531 #define DTKNQR4 HSOTG_REG(0x834)
532 #define DIEPEMPMSK HSOTG_REG(0x834)
534 #define DVBUSDIS HSOTG_REG(0x828)
535 #define DVBUSPULSE HSOTG_REG(0x82C)
537 #define DIEPCTL0 HSOTG_REG(0x900)
538 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
540 #define DOEPCTL0 HSOTG_REG(0xB00)
541 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
588 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
589 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
611 #define DIEPTSIZ0 HSOTG_REG(0x910)
621 #define DOEPTSIZ0 HSOTG_REG(0xB10)
630 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
631 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
647 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
648 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
650 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
652 #define PCGCTL HSOTG_REG(0x0e00)
680 #define PCGCCTL1 HSOTG_REG(0xe04)
684 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
688 #define HCFG HSOTG_REG(0x0400)
712 #define HFIR HSOTG_REG(0x0404)
717 #define HFNUM HSOTG_REG(0x0408)
724 #define HPTXSTS HSOTG_REG(0x0410)
736 #define HAINT HSOTG_REG(0x0414)
737 #define HAINTMSK HSOTG_REG(0x0418)
738 #define HFLBADDR HSOTG_REG(0x041c)
740 #define HPRT0 HSOTG_REG(0x0440)
761 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
778 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
792 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
793 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
810 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
828 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
830 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
832 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))