Lines Matching refs:usppms
1154 u32 usppms = 0; in ep0_handle_feature_dev() local
1183 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in ep0_handle_feature_dev()
1186 usppms &= ~BDC_U1T(BDC_U1T_MASK); in ep0_handle_feature_dev()
1187 usppms |= BDC_U1T(U1_TIMEOUT); in ep0_handle_feature_dev()
1188 usppms |= BDC_U1E | BDC_PORT_W1S; in ep0_handle_feature_dev()
1191 usppms &= ~BDC_U1E; in ep0_handle_feature_dev()
1192 usppms |= BDC_PORT_W1S; in ep0_handle_feature_dev()
1195 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()
1205 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in ep0_handle_feature_dev()
1207 usppms |= BDC_U2E; in ep0_handle_feature_dev()
1208 usppms |= BDC_U2A; in ep0_handle_feature_dev()
1211 usppms &= ~BDC_U2E; in ep0_handle_feature_dev()
1212 usppms &= ~BDC_U2A; in ep0_handle_feature_dev()
1215 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()