Searched refs:DIEPCTL_SETD0PID (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h723 #define DIEPCTL_SETD0PID (1<<28) macro
H A Ddwc_otg.c1730 temp |= DIEPCTL_SETD0PID;
1732 temp &= ~DIEPCTL_SETD0PID;
2275 temp |= DIEPCTL_SETD0PID;
2277 temp &= ~DIEPCTL_SETD0PID;

Completed in 49 milliseconds