Searched refs:REMOTE_WAKE_ENABLE (Results 1 – 3 of 3) sorted by relevance
1162 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1164 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1262 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature()1265 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature()1330 usb_status &= ~REMOTE_WAKE_ENABLE; in ep0_handle_status()1340 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()1341 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()