Searched refs:DWC3_GTXFIFOSIZ (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ |
H A D | gadget.c | 719 reg = dwc3_readl(dwc->regs, DWC3_GTXFIFOSIZ(0)); in dwc3_gadget_calc_ram_depth() 747 size = dwc3_readl(dwc->regs, DWC3_GTXFIFOSIZ(0)); in dwc3_gadget_clear_tx_fifos() 760 dwc3_readl(dwc->regs, DWC3_GTXFIFOSIZ(num >> 1)) & in dwc3_gadget_clear_tx_fifos() 763 dwc3_writel(dwc->regs, DWC3_GTXFIFOSIZ(num >> 1), size); in dwc3_gadget_clear_tx_fifos() 851 tmp = dwc3_readl(dwc->regs, DWC3_GTXFIFOSIZ(0)); in dwc3_gadget_resize_tx_fifos() 874 dwc3_writel(dwc->regs, DWC3_GTXFIFOSIZ(dep->number >> 1), fifo_size); in dwc3_gadget_resize_tx_fifos() 3239 size = dwc3_readl(dwc->regs, DWC3_GTXFIFOSIZ(dep->number >> 1)); in dwc3_gadget_init_in_endpoint()
|
H A D | core.h | 137 #define DWC3_GTXFIFOSIZ(n) (0xc300 + ((n) * 0x04)) macro
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.h | 106 #define DWC3_GTXFIFOSIZ(n) (0xc300 + (n * 0x04)) macro
|
H A D | gadget.c | 216 dwc3_writel(dwc->regs, DWC3_GTXFIFOSIZ(num), fifo_size); in dwc3_gadget_resize_tx_fifos()
|