Home
last modified time | relevance | path

Searched refs:usppms (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c81 u32 usppms; in bdc_uspc_connected() local
94 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in bdc_uspc_connected()
95 usppms &= ~BDC_U1T(0xff); in bdc_uspc_connected()
96 usppms |= BDC_U1T(U1_TIMEOUT); in bdc_uspc_connected()
97 usppms |= BDC_PORT_W1S; in bdc_uspc_connected()
98 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in bdc_uspc_connected()
Dbdc_ep.c1154 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()
[all …]