Searched refs:REMOTE_WAKE_ENABLE (Results 1 – 3 of 3) sorted by relevance
1158 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1160 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1258 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature()1261 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature()1326 usb_status &= ~REMOTE_WAKE_ENABLE; in ep0_handle_status()1336 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()1337 usb_status |= REMOTE_WAKE_ENABLE; in ep0_handle_status()
272 #define REMOTE_WAKE_ENABLE (1 << USB_DEVICE_REMOTE_WAKEUP) macro
478 if (!(bdc->devstatus & REMOTE_WAKE_ENABLE)) in bdc_udc_wakeup()