Lines Matching refs:devstatus
1164 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1166 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1191 bdc->devstatus |= (1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1195 bdc->devstatus &= ~(1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1211 bdc->devstatus |= (1 << USB_DEV_STAT_U2_ENABLED); in ep0_handle_feature_dev()
1215 bdc->devstatus &= ~(1 << USB_DEV_STAT_U2_ENABLED); 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()
1324 usb_status = bdc->devstatus; in ep0_handle_status()
1329 bdc->devstatus); in ep0_handle_status()
1342 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()
1454 bdc->devstatus &= DEVSTATUS_CLEAR; in handle_control_request()
1668 if (bdc->devstatus & FUNC_WAKE_ISSUED) { in bdc_sr_xsf()
1669 bdc->devstatus &= ~(FUNC_WAKE_ISSUED); in bdc_sr_xsf()