Searched refs:S3C_EPFIFO (Results 1 – 2 of 2) sorted by relevance
377 #define S3C_EPFIFO(_a) S3C_HSOTG_REG(0x1000 + ((_a) * 0x1000)) macro
593 writesl(hsotg->regs + S3C_EPFIFO(hs_ep->index), data, to_write); in s3c_hsotg_write_fifo()1361 void __iomem *fifo = hsotg->regs + S3C_EPFIFO(ep_idx); in s3c_hsotg_rx_data()