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)
167 #define GRXSTSR HSOTG_REG(0x01C)
168 #define GRXSTSP HSOTG_REG(0x020)
191 #define GRXFSIZ HSOTG_REG(0x024)
195 #define GNPTXFSIZ HSOTG_REG(0x028)
198 #define GNPTXSTS HSOTG_REG(0x02C)
208 #define GI2CCTL HSOTG_REG(0x0030)
224 #define GPVNDCTL HSOTG_REG(0x0034)
225 #define GGPIO HSOTG_REG(0x0038)
226 #define GUID HSOTG_REG(0x003c)
227 #define GSNPSID HSOTG_REG(0x0040)
228 #define GHWCFG1 HSOTG_REG(0x0044)
230 #define GHWCFG2 HSOTG_REG(0x0048)
274 #define GHWCFG3 HSOTG_REG(0x004c)
291 #define GHWCFG4 HSOTG_REG(0x0050)
317 #define GLPMCFG HSOTG_REG(0x0054)
341 #define GPWRDN HSOTG_REG(0x0058)
369 #define GDFIFOCFG HSOTG_REG(0x005c)
375 #define ADPCTL HSOTG_REG(0x0060)
397 #define HPTXFSIZ HSOTG_REG(0x100)
400 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
412 #define DCFG HSOTG_REG(0x800)
433 #define DCTL HSOTG_REG(0x804)
446 #define DSTS HSOTG_REG(0x808)
460 #define DIEPMSK HSOTG_REG(0x810)
470 #define DOEPMSK HSOTG_REG(0x814)
478 #define DAINT HSOTG_REG(0x818)
479 #define DAINTMSK HSOTG_REG(0x81C)
484 #define DTKNQR1 HSOTG_REG(0x820)
485 #define DTKNQR2 HSOTG_REG(0x824)
486 #define DTKNQR3 HSOTG_REG(0x830)
487 #define DTKNQR4 HSOTG_REG(0x834)
489 #define DVBUSDIS HSOTG_REG(0x828)
490 #define DVBUSPULSE HSOTG_REG(0x82C)
492 #define DIEPCTL0 HSOTG_REG(0x900)
493 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
495 #define DOEPCTL0 HSOTG_REG(0xB00)
496 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
543 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
544 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
557 #define DIEPTSIZ0 HSOTG_REG(0x910)
567 #define DOEPTSIZ0 HSOTG_REG(0xB10)
576 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
577 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
593 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
594 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
596 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
598 #define PCGCTL HSOTG_REG(0x0e00)
626 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
630 #define HCFG HSOTG_REG(0x0400)
654 #define HFIR HSOTG_REG(0x0404)
659 #define HFNUM HSOTG_REG(0x0408)
666 #define HPTXSTS HSOTG_REG(0x0410)
678 #define HAINT HSOTG_REG(0x0414)
679 #define HAINTMSK HSOTG_REG(0x0418)
680 #define HFLBADDR HSOTG_REG(0x041c)
682 #define HPRT0 HSOTG_REG(0x0440)
703 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
720 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
734 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
735 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
752 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
770 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
776 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
778 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))