Lines Matching refs:devstatus
1158 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1160 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1185 bdc->devstatus |= (1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1189 bdc->devstatus &= ~(1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1205 bdc->devstatus |= (1 << USB_DEV_STAT_U2_ENABLED); in ep0_handle_feature_dev()
1209 bdc->devstatus &= ~(1 << USB_DEV_STAT_U2_ENABLED); in ep0_handle_feature_dev()
1258 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature()
1261 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature()
1318 usb_status = bdc->devstatus; in ep0_handle_status()
1323 bdc->devstatus); in ep0_handle_status()
1336 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()
1446 bdc->devstatus &= DEVSTATUS_CLEAR; in handle_control_request()
1660 if (bdc->devstatus & FUNC_WAKE_ISSUED) { in bdc_sr_xsf()
1661 bdc->devstatus &= ~(FUNC_WAKE_ISSUED); in bdc_sr_xsf()