Searched refs:REMOTE_WAKE_ENABLE (Results 1 – 3 of 3) sorted by relevance
1157 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1159 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1257 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature()1260 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature()1325 usb_status &= ~REMOTE_WAKE_ENABLE; in ep0_handle_status()1335 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()1336 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()