Searched refs:MUSB_FIFO_OFFSET (Results 1 – 2 of 2) sorted by relevance
215 #define MUSB_FIFO_OFFSET(epnum) (0x200 + ((epnum) * 0x20)) macro217 #define MUSB_FIFO_OFFSET(epnum) (0x20 + ((epnum) * 4)) macro317 #define MUSB_FIFO_OFFSET(epnum) (0x00 + ((epnum) * 4)) macro
1483 hw_ep->fifo = MUSB_FIFO_OFFSET(i) + mbase; in musb_core_init()1485 hw_ep->fifo_async = musb->async + 0x400 + MUSB_FIFO_OFFSET(i); in musb_core_init()1486 hw_ep->fifo_sync = musb->sync + 0x400 + MUSB_FIFO_OFFSET(i); in musb_core_init()1488 musb->sync_va + 0x400 + MUSB_FIFO_OFFSET(i); in musb_core_init()
Completed in 7 milliseconds