Searched refs:HCCHAR (Results 1 – 4 of 4) sorted by relevance
124 MmioWrite32 (DwHc->DwUsbBase + HCCHAR(HcNum), Hcchar); in DwOtgHcInit()204 … MmioAndThenOr32 (DwHc->DwUsbBase + HCCHAR(DWC2_HC_CHANNEL), ~(DWC2_HCCHAR_MULTICNT_MASK | in DwHcTransfer()903 MmioAndThenOr32 (DwHc->DwUsbBase + HCCHAR(i), in DwHcInit()908 MmioAndThenOr32 (DwHc->DwUsbBase + HCCHAR(i), in DwHcInit()911 Status = Wait4Bit (DwHc->DwUsbBase + HCCHAR(i), DWC2_HCCHAR_CHEN, 0); in DwHcInit()
20 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) macro
279 #define HCCHAR(x) (0x500 + 0x20 * (x)) macro
229 #define HCCHAR(x) (DWC_OTG_BASE + 0x500 + 0x20 * (x)) macro