Searched refs:gnptxfsiz (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.c272 gr->gnptxfsiz = DWC2_READ_4(hsotg, GNPTXFSIZ);
311 DWC2_WRITE_4(hsotg, GNPTXFSIZ, gr->gnptxfsiz);
1107 dev_dbg(hsotg->dev, "initial gnptxfsiz=%08x\n",
1114 dev_dbg(hsotg->dev, "new gnptxfsiz=%08x\n",
3261 u32 gnptxfsiz; local
3270 gnptxfsiz = DWC2_READ_4(hsotg, GNPTXFSIZ);
3272 dev_dbg(hsotg->dev, "gnptxfsiz=%08x\n", gnptxfsiz);
3278 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >>
3293 u32 gnptxfsiz; local
[all...]
H A Ddwc2_core.h483 * @gnptxfsiz: Backup of GNPTXFSIZ register
496 u32 gnptxfsiz; member in struct:dwc2_gregs_backup

Completed in 135 milliseconds