Lines Matching refs:devstatus
1156 bdc->devstatus |= REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1158 bdc->devstatus &= ~REMOTE_WAKE_ENABLE; in ep0_handle_feature_dev()
1183 bdc->devstatus |= (1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1187 bdc->devstatus &= ~(1 << USB_DEV_STAT_U1_ENABLED); in ep0_handle_feature_dev()
1203 bdc->devstatus |= (1 << USB_DEV_STAT_U2_ENABLED); in ep0_handle_feature_dev()
1207 bdc->devstatus &= ~(1 << USB_DEV_STAT_U2_ENABLED); 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()
1316 usb_status = bdc->devstatus; in ep0_handle_status()
1321 bdc->devstatus); in ep0_handle_status()
1334 if (bdc->devstatus & REMOTE_WAKE_ENABLE) in ep0_handle_status()
1444 bdc->devstatus &= DEVSTATUS_CLEAR; in handle_control_request()
1658 if (bdc->devstatus & FUNC_WAKE_ISSUED) { in bdc_sr_xsf()
1659 bdc->devstatus &= ~(FUNC_WAKE_ISSUED); in bdc_sr_xsf()