Searched refs:EP0_FIFO_AUTO (Results 1 – 2 of 2) sorted by relevance
632 writeb(EP0_FIFO_AUTO, &pdev->ep0_regs->fifo); in cdns2_ep0_config()636 writeb(EP0_FIFO_IO_TX | EP0_FIFO_AUTO, &pdev->ep0_regs->fifo); in cdns2_ep0_config()
63 #define EP0_FIFO_AUTO BIT(5) macro