Home
last modified time | relevance | path

Searched refs:HSOTG_REG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h11 #define HSOTG_REG(x) (x) macro
13 #define GOTGCTL HSOTG_REG(0x000)
37 #define GOTGINT HSOTG_REG(0x004)
45 #define GAHBCFG HSOTG_REG(0x008)
65 #define GUSBCFG HSOTG_REG(0x00C)
97 #define GRSTCTL HSOTG_REG(0x010)
112 #define GINTSTS HSOTG_REG(0x014)
113 #define GINTMSK HSOTG_REG(0x018)
148 #define GRXSTSR HSOTG_REG(0x01C)
149 #define GRXSTSP HSOTG_REG(0x020)
[all …]
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h45 #define HSOTG_REG(x) (x) macro
47 #define GOTGCTL HSOTG_REG(0x000)
64 #define GOTGINT HSOTG_REG(0x004)
72 #define GAHBCFG HSOTG_REG(0x008)
92 #define GUSBCFG HSOTG_REG(0x00C)
124 #define GRSTCTL HSOTG_REG(0x010)
138 #define GINTSTS HSOTG_REG(0x014)
139 #define GINTMSK HSOTG_REG(0x018)
174 #define GRXSTSR HSOTG_REG(0x01C)
175 #define GRXSTSP HSOTG_REG(0x020)
[all …]
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c1006 switch (HSOTG_REG(0x500) + (addr & 0x1c)) { in dwc2_hreg1_write()
1107 case HSOTG_REG(0x000) ... HSOTG_REG(0x0fc): in dwc2_hsotg_read()
1108 val = dwc2_glbreg_read(ptr, addr, (addr - HSOTG_REG(0x000)) >> 2, size); in dwc2_hsotg_read()
1110 case HSOTG_REG(0x100): in dwc2_hsotg_read()
1111 val = dwc2_fszreg_read(ptr, addr, (addr - HSOTG_REG(0x100)) >> 2, size); in dwc2_hsotg_read()
1113 case HSOTG_REG(0x104) ... HSOTG_REG(0x3fc): in dwc2_hsotg_read()
1117 case HSOTG_REG(0x400) ... HSOTG_REG(0x4fc): in dwc2_hsotg_read()
1118 val = dwc2_hreg0_read(ptr, addr, (addr - HSOTG_REG(0x400)) >> 2, size); in dwc2_hsotg_read()
1120 case HSOTG_REG(0x500) ... HSOTG_REG(0x7fc): in dwc2_hsotg_read()
1121 val = dwc2_hreg1_read(ptr, addr, (addr - HSOTG_REG(0x500)) >> 2, size); in dwc2_hsotg_read()
[all …]