Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h723 #define DIEPCTL_SETD1PID (1<<29) macro
H A Ddwc_otg.c1746 if (temp & DIEPCTL_SETD1PID) { in dwc_otg_data_rx()
1747 temp &= ~DIEPCTL_SETD1PID; in dwc_otg_data_rx()
1751 temp |= DIEPCTL_SETD1PID; in dwc_otg_data_rx()
2285 if (temp & DIEPCTL_SETD1PID) { in dwc_otg_data_tx()
2286 temp &= ~DIEPCTL_SETD1PID; in dwc_otg_data_tx()
2290 temp |= DIEPCTL_SETD1PID; in dwc_otg_data_tx()