Lines Matching refs:usppms
1156 u32 usppms = 0; in ep0_handle_feature_dev() local
1185 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in ep0_handle_feature_dev()
1188 usppms &= ~BDC_U1T(BDC_U1T_MASK); in ep0_handle_feature_dev()
1189 usppms |= BDC_U1T(U1_TIMEOUT); in ep0_handle_feature_dev()
1190 usppms |= BDC_U1E | BDC_PORT_W1S; in ep0_handle_feature_dev()
1193 usppms &= ~BDC_U1E; in ep0_handle_feature_dev()
1194 usppms |= BDC_PORT_W1S; in ep0_handle_feature_dev()
1197 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()
1207 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in ep0_handle_feature_dev()
1209 usppms |= BDC_U2E; in ep0_handle_feature_dev()
1210 usppms |= BDC_U2A; in ep0_handle_feature_dev()
1213 usppms &= ~BDC_U2E; in ep0_handle_feature_dev()
1214 usppms &= ~BDC_U2A; in ep0_handle_feature_dev()
1217 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()