Searched refs:REMOTE_WAKE_ENABLE (Results 1 – 3 of 3) sorted by relevance
1156 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1158 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()1256 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature()1259 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature()1324 usb_status &= ~REMOTE_WAKE_ENABLE; in ep0_handle_status()1334 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()1335 usb_status |= REMOTE_WAKE_ENABLE; in ep0_handle_status()
272 #define REMOTE_WAKE_ENABLE (1 << USB_DEVICE_REMOTE_WAKEUP) macro
477 if (!(bdc->devstatus & REMOTE_WAKE_ENABLE)) in bdc_udc_wakeup()