Searched refs:DIEPCTL_SETD1PID (Results 1 – 2 of 2) sorted by relevance
723 #define DIEPCTL_SETD1PID (1<<29) macro
1746 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()