Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
H A 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()