Lines Matching defs:fifo
103 * @fifo: Base address of EP FIFO.
113 void __iomem *fifo;
252 * s3c_hsudc_read_setup_pkt - Read the received setup packet from EP0 fifo.
256 * The setup packet received in the EP0 fifo is read and stored into a
272 * s3c_hsudc_write_fifo - Write next chunk of transfer data to EP fifo.
286 void __iomem *fifo = hsep->fifo;
297 writel(*buf++, fifo);
317 * s3c_hsudc_read_fifo - Read the next chunk of data from EP fifo.
332 void __iomem *fifo = hsep->fifo;
351 word = (u16)readl(fifo);
951 hsep->fifo = hsudc->regs + S3C_BR(epnum);