Home
last modified time | relevance | path

Searched defs:_ch (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-dwc2.h136 #define hcchar(_ch) hreg1[((_ch) << 3) + 0] /* 500, 520, ... */ argument
137 #define hcsplt(_ch) hreg1[((_ch) << 3) + 1] /* 504, 524, ... */ argument
138 #define hcint(_ch) hreg1[((_ch) << 3) + 2] /* 508, 528, ... */ argument
139 #define hcintmsk(_ch) hreg1[((_ch) << 3) + 3] /* 50c, 52c, ... */ argument
140 #define hctsiz(_ch) hreg1[((_ch) << 3) + 4] /* 510, 530, ... */ argument
141 #define hcdma(_ch) hreg1[((_ch) << 3) + 5] /* 514, 534, ... */ argument
142 #define hcdmab(_ch) hreg1[((_ch) << 3) + 7] /* 51c, 53c, ... */ argument
/qemu/include/hw/usb/
H A Ddwc2-regs.h755 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) argument
772 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch)) argument
786 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch)) argument
787 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch)) argument
804 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch)) argument
822 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch)) argument
824 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch)) argument
826 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch)) argument