Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h156 #define ENDPRST_IO_TX BIT(4) macro
H A Dcdns2-gadget.c1833 dir = ENDPRST_IO_TX; in cdns2_halt_endpoint()
2114 writeb(ENDPRST_IO_TX, &pdev->usb_regs->endprst); in cdns2_gadget_udc_start()
2115 writeb(ENDPRST_FIFORST | ENDPRST_TOGRST | ENDPRST_IO_TX, in cdns2_gadget_udc_start()
2149 writeb(ENDPRST_IO_TX, &pdev->usb_regs->endprst); in cdns2_gadget_udc_stop()
2150 writeb(ENDPRST_FIFORST | ENDPRST_TOGRST | ENDPRST_IO_TX, in cdns2_gadget_udc_stop()