Lines Matching refs:devstatus
1162 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1164 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1189 bdc->devstatus |= (1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1193 bdc->devstatus &= ~(1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1209 bdc->devstatus |= (1 << USB_DEV_STAT_U2_ENABLED); in ep0_handle_feature_dev()
1213 bdc->devstatus &= ~(1 << USB_DEV_STAT_U2_ENABLED); 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()
1322 usb_status = bdc->devstatus; in ep0_handle_status()
1327 bdc->devstatus); in ep0_handle_status()
1340 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()
1452 bdc->devstatus &= DEVSTATUS_CLEAR; in handle_control_request()
1666 if (bdc->devstatus & FUNC_WAKE_ISSUED) { in bdc_sr_xsf()
1667 bdc->devstatus &= ~(FUNC_WAKE_ISSUED); in bdc_sr_xsf()