HomeSort by: relevance | last modified time | path
    Searched refs:GNPTXFSIZ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 272 gr->gnptxfsiz = DWC2_READ_4(hsotg, GNPTXFSIZ);
311 DWC2_WRITE_4(hsotg, GNPTXFSIZ, gr->gnptxfsiz);
1107 dev_dbg(hsotg->dev, "initial gnptxfsiz=%08x\n",
1108 DWC2_READ_4(hsotg, GNPTXFSIZ));
1113 DWC2_WRITE_4(hsotg, GNPTXFSIZ, nptxfsiz);
1114 dev_dbg(hsotg->dev, "new gnptxfsiz=%08x\n",
1115 DWC2_READ_4(hsotg, GNPTXFSIZ));
2432 addr = GNPTXFSIZ;
3261 u32 gnptxfsiz; local in function:dwc2_get_host_hwparams
3293 u32 gnptxfsiz; local in function:dwc2_get_dev_hwparams
    [all...]
dwc2_hw.h 198 #define GNPTXFSIZ HSOTG_REG(0x028)
406 /* These apply to the GNPTXFSIZ, HPTXFSIZ and DPTXFSIZN registers */

Completed in 37 milliseconds