HomeSort by: relevance | last modified time | path
    Searched refs:DOEPCTL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hw.h 499 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
dwc2_core.c 180 dr->doepctl[i] = DWC2_READ_4(hsotg, DOEPCTL(i));
183 if (dr->doepctl[i] & DXEPCTL_DPID)
184 dr->doepctl[i] |= DXEPCTL_SETD1PID;
186 dr->doepctl[i] |= DXEPCTL_SETD0PID;
232 DWC2_WRITE_4(hsotg, DOEPCTL(i), dr->doepctl[i]);

Completed in 18 milliseconds