Symbol: HSOTG_REG
drivers/usb/dwc2/hw.h
124
#define GINTSTS HSOTG_REG(0x014)
drivers/usb/dwc2/hw.h
125
#define GINTMSK HSOTG_REG(0x018)
drivers/usb/dwc2/hw.h
13
#define GOTGCTL HSOTG_REG(0x000)
drivers/usb/dwc2/hw.h
160
#define GRXSTSR HSOTG_REG(0x01C)
drivers/usb/dwc2/hw.h
161
#define GRXSTSP HSOTG_REG(0x020)
drivers/usb/dwc2/hw.h
184
#define GRXFSIZ HSOTG_REG(0x024)
drivers/usb/dwc2/hw.h
188
#define GNPTXFSIZ HSOTG_REG(0x028)
drivers/usb/dwc2/hw.h
191
#define GNPTXSTS HSOTG_REG(0x02C)
drivers/usb/dwc2/hw.h
201
#define GI2CCTL HSOTG_REG(0x0030)
drivers/usb/dwc2/hw.h
217
#define GPVNDCTL HSOTG_REG(0x0034)
drivers/usb/dwc2/hw.h
218
#define GGPIO HSOTG_REG(0x0038)
drivers/usb/dwc2/hw.h
223
#define GUID HSOTG_REG(0x003c)
drivers/usb/dwc2/hw.h
224
#define GSNPSID HSOTG_REG(0x0040)
drivers/usb/dwc2/hw.h
225
#define GHWCFG1 HSOTG_REG(0x0044)
drivers/usb/dwc2/hw.h
228
#define GHWCFG2 HSOTG_REG(0x0048)
drivers/usb/dwc2/hw.h
272
#define GHWCFG3 HSOTG_REG(0x004c)
drivers/usb/dwc2/hw.h
289
#define GHWCFG4 HSOTG_REG(0x0050)
drivers/usb/dwc2/hw.h
318
#define GLPMCFG HSOTG_REG(0x0054)
drivers/usb/dwc2/hw.h
346
#define GPWRDN HSOTG_REG(0x0058)
drivers/usb/dwc2/hw.h
376
#define GDFIFOCFG HSOTG_REG(0x005c)
drivers/usb/dwc2/hw.h
38
#define GOTGINT HSOTG_REG(0x004)
drivers/usb/dwc2/hw.h
382
#define ADPCTL HSOTG_REG(0x0060)
drivers/usb/dwc2/hw.h
404
#define GREFCLK HSOTG_REG(0x0064)
drivers/usb/dwc2/hw.h
411
#define GINTMSK2 HSOTG_REG(0x0068)
drivers/usb/dwc2/hw.h
414
#define GINTSTS2 HSOTG_REG(0x006c)
drivers/usb/dwc2/hw.h
417
#define HPTXFSIZ HSOTG_REG(0x100)
drivers/usb/dwc2/hw.h
420
#define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
drivers/usb/dwc2/hw.h
432
#define DCFG HSOTG_REG(0x800)
drivers/usb/dwc2/hw.h
455
#define DCTL HSOTG_REG(0x804)
drivers/usb/dwc2/hw.h
46
#define GAHBCFG HSOTG_REG(0x008)
drivers/usb/dwc2/hw.h
469
#define DSTS HSOTG_REG(0x808)
drivers/usb/dwc2/hw.h
483
#define DIEPMSK HSOTG_REG(0x810)
drivers/usb/dwc2/hw.h
496
#define DOEPMSK HSOTG_REG(0x814)
drivers/usb/dwc2/hw.h
506
#define DAINT HSOTG_REG(0x818)
drivers/usb/dwc2/hw.h
507
#define DAINTMSK HSOTG_REG(0x81C)
drivers/usb/dwc2/hw.h
512
#define DTKNQR1 HSOTG_REG(0x820)
drivers/usb/dwc2/hw.h
513
#define DTKNQR2 HSOTG_REG(0x824)
drivers/usb/dwc2/hw.h
514
#define DTKNQR3 HSOTG_REG(0x830)
drivers/usb/dwc2/hw.h
515
#define DTKNQR4 HSOTG_REG(0x834)
drivers/usb/dwc2/hw.h
516
#define DIEPEMPMSK HSOTG_REG(0x834)
drivers/usb/dwc2/hw.h
518
#define DVBUSDIS HSOTG_REG(0x828)
drivers/usb/dwc2/hw.h
519
#define DVBUSPULSE HSOTG_REG(0x82C)
drivers/usb/dwc2/hw.h
521
#define DIEPCTL0 HSOTG_REG(0x900)
drivers/usb/dwc2/hw.h
522
#define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
524
#define DOEPCTL0 HSOTG_REG(0xB00)
drivers/usb/dwc2/hw.h
525
#define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
572
#define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
573
#define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
595
#define DIEPTSIZ0 HSOTG_REG(0x910)
drivers/usb/dwc2/hw.h
605
#define DOEPTSIZ0 HSOTG_REG(0xB10)
drivers/usb/dwc2/hw.h
614
#define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
615
#define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
631
#define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
632
#define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
634
#define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20))
drivers/usb/dwc2/hw.h
636
#define PCGCTL HSOTG_REG(0x0e00)
drivers/usb/dwc2/hw.h
66
#define GUSBCFG HSOTG_REG(0x00C)
drivers/usb/dwc2/hw.h
664
#define PCGCCTL1 HSOTG_REG(0xe04)
drivers/usb/dwc2/hw.h
668
#define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000))
drivers/usb/dwc2/hw.h
672
#define HCFG HSOTG_REG(0x0400)
drivers/usb/dwc2/hw.h
696
#define HFIR HSOTG_REG(0x0404)
drivers/usb/dwc2/hw.h
701
#define HFNUM HSOTG_REG(0x0408)
drivers/usb/dwc2/hw.h
708
#define HPTXSTS HSOTG_REG(0x0410)
drivers/usb/dwc2/hw.h
720
#define HAINT HSOTG_REG(0x0414)
drivers/usb/dwc2/hw.h
721
#define HAINTMSK HSOTG_REG(0x0418)
drivers/usb/dwc2/hw.h
722
#define HFLBADDR HSOTG_REG(0x041c)
drivers/usb/dwc2/hw.h
724
#define HPRT0 HSOTG_REG(0x0440)
drivers/usb/dwc2/hw.h
745
#define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
762
#define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
776
#define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
777
#define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
794
#define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
812
#define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
814
#define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch))
drivers/usb/dwc2/hw.h
816
#define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch))
drivers/usb/dwc2/hw.h
98
#define GRSTCTL HSOTG_REG(0x010)