Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c76 u32 usppms; in bdc_uspc_connected() local
89 usppms = bdc_readl(bdc->regs, BDC_USPPMS); in bdc_uspc_connected()
90 usppms &= ~BDC_U1T(0xff); in bdc_uspc_connected()
91 usppms |= BDC_U1T(U1_TIMEOUT); in bdc_uspc_connected()
92 usppms |= BDC_PORT_W1S; in bdc_uspc_connected()
93 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in bdc_uspc_connected()
Dbdc_ep.c1150 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()
[all …]