• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/

Lines Matching refs:S3C_HSOTG_REG

18 #define S3C_HSOTG_REG(x) (x)
20 #define S3C_GOTGCTL S3C_HSOTG_REG(0x000)
32 #define S3C_GOTGINT S3C_HSOTG_REG(0x004)
40 #define S3C_GAHBCFG S3C_HSOTG_REG(0x008)
53 #define S3C_GUSBCFG S3C_HSOTG_REG(0x00C)
63 #define S3C_GRSTCTL S3C_HSOTG_REG(0x010)
78 #define S3C_GINTSTS S3C_HSOTG_REG(0x014)
79 #define S3C_GINTMSK S3C_HSOTG_REG(0x018)
109 #define S3C_GRXSTSR S3C_HSOTG_REG(0x01C)
110 #define S3C_GRXSTSP S3C_HSOTG_REG(0x020)
130 #define S3C_GRXFSIZ S3C_HSOTG_REG(0x024)
132 #define S3C_GNPTXFSIZ S3C_HSOTG_REG(0x028)
143 #define S3C_GNPTXSTS S3C_HSOTG_REG(0x02C)
157 #define S3C_HPTXFSIZ S3C_HSOTG_REG(0x100)
159 #define S3C_DPTXFSIZn(_a) S3C_HSOTG_REG(0x104 + (((_a) - 1) * 4))
171 #define S3C_DCFG S3C_HSOTG_REG(0x800)
197 #define S3C_DCTL S3C_HSOTG_REG(0x804)
211 #define S3C_DSTS S3C_HSOTG_REG(0x808)
227 #define S3C_DIEPMSK S3C_HSOTG_REG(0x810)
238 #define S3C_DOEPMSK S3C_HSOTG_REG(0x814)
247 #define S3C_DAINT S3C_HSOTG_REG(0x818)
248 #define S3C_DAINTMSK S3C_HSOTG_REG(0x81C)
254 #define S3C_DTKNQR1 S3C_HSOTG_REG(0x820)
255 #define S3C_DTKNQR2 S3C_HSOTG_REG(0x824)
256 #define S3C_DTKNQR3 S3C_HSOTG_REG(0x830)
257 #define S3C_DTKNQR4 S3C_HSOTG_REG(0x834)
259 #define S3C_DVBUSDIS S3C_HSOTG_REG(0x828)
260 #define S3C_DVBUSPULSE S3C_HSOTG_REG(0x82C)
262 #define S3C_DIEPCTL0 S3C_HSOTG_REG(0x900)
263 #define S3C_DOEPCTL0 S3C_HSOTG_REG(0xB00)
264 #define S3C_DIEPCTL(_a) S3C_HSOTG_REG(0x900 + ((_a) * 0x20))
265 #define S3C_DOEPCTL(_a) S3C_HSOTG_REG(0xB00 + ((_a) * 0x20))
315 #define S3C_DIEPINT(_a) S3C_HSOTG_REG(0x908 + ((_a) * 0x20))
316 #define S3C_DOEPINT(_a) S3C_HSOTG_REG(0xB08 + ((_a) * 0x20))
329 #define S3C_DIEPTSIZ0 S3C_HSOTG_REG(0x910)
342 #define DOEPTSIZ0 S3C_HSOTG_REG(0xB10)
352 #define S3C_DIEPTSIZ(_a) S3C_HSOTG_REG(0x910 + ((_a) * 0x20))
353 #define S3C_DOEPTSIZ(_a) S3C_HSOTG_REG(0xB10 + ((_a) * 0x20))
373 #define S3C_DIEPDMA(_a) S3C_HSOTG_REG(0x914 + ((_a) * 0x20))
374 #define S3C_DOEPDMA(_a) S3C_HSOTG_REG(0xB14 + ((_a) * 0x20))
375 #define S3C_DTXFSTS(_a) S3C_HSOTG_REG(0x918 + ((_a) * 0x20))
377 #define S3C_EPFIFO(_a) S3C_HSOTG_REG(0x1000 + ((_a) * 0x1000))