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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h722 #define DIEPCTL_SETD1PID (1<<29) macro
H A Ddwc_otg.c1726 if (temp & DIEPCTL_SETD1PID) {
1727 temp &= ~DIEPCTL_SETD1PID;
1731 temp |= DIEPCTL_SETD1PID;
2271 if (temp & DIEPCTL_SETD1PID) {
2272 temp &= ~DIEPCTL_SETD1PID;
2276 temp |= DIEPCTL_SETD1PID;

Completed in 169 milliseconds