Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhw.h627 #define EPFIFO(_a) HSOTG_REG(0x1000 + ((_a) * 0x1000)) macro
Dgadget.c462 iowrite32_rep(hsotg->regs + EPFIFO(hs_ep->index), data, to_write); in dwc2_hsotg_write_fifo()
1442 void __iomem *fifo = hsotg->regs + EPFIFO(ep_idx); in dwc2_hsotg_rx_data()