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

  /src/sys/external/bsd/dwc2/dist/
dwc2_hw.h 496 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
dwc2_core.c 168 dr->diepctl[i] = DWC2_READ_4(hsotg, DIEPCTL(i));
171 if (dr->diepctl[i] & DXEPCTL_DPID)
172 dr->diepctl[i] |= DXEPCTL_SETD1PID;
174 dr->diepctl[i] |= DXEPCTL_SETD0PID;
227 DWC2_WRITE_4(hsotg, DIEPCTL(i), dr->diepctl[i]);

Completed in 17 milliseconds