Lines Matching refs:usppms
1150 u32 usppms = 0; in ep0_handle_feature_dev() local
1179 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in ep0_handle_feature_dev()
1182 usppms &= ~BDC_U1T(BDC_U1T_MASK); in ep0_handle_feature_dev()
1183 usppms |= BDC_U1T(U1_TIMEOUT); in ep0_handle_feature_dev()
1184 usppms |= BDC_U1E | BDC_PORT_W1S; in ep0_handle_feature_dev()
1187 usppms &= ~BDC_U1E; in ep0_handle_feature_dev()
1188 usppms |= BDC_PORT_W1S; in ep0_handle_feature_dev()
1191 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()
1201 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in ep0_handle_feature_dev()
1203 usppms |= BDC_U2E; in ep0_handle_feature_dev()
1204 usppms |= BDC_U2A; in ep0_handle_feature_dev()
1207 usppms &= ~BDC_U2E; in ep0_handle_feature_dev()
1208 usppms &= ~BDC_U2A; in ep0_handle_feature_dev()
1211 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()