Searched refs:REMOTE_WAKE_ENABLE (Results 1 – 3 of 3) sorted by relevance
1164 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1166 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1264 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature()1267 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature()1332 usb_status &= ~REMOTE_WAKE_ENABLE; in ep0_handle_status()1342 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()1343 usb_status |= REMOTE_WAKE_ENABLE; in ep0_handle_status()
277 #define REMOTE_WAKE_ENABLE (1 << USB_DEVICE_REMOTE_WAKEUP) macro
481 if (!(bdc->devstatus & REMOTE_WAKE_ENABLE)) in bdc_udc_wakeup()