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

  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 507 u32 gahbcfg; local in function:dwc2_read_common_intr
512 gahbcfg = DWC2_READ_4(hsotg, GAHBCFG);
519 if (gahbcfg & GAHBCFG_GLBL_INTR_EN)
dwc2_core.h 326 * @ahbcfg: This field allows the default value of the GAHBCFG
328 * -1 - GAHBCFG value will be set to 0x06
330 * all others - GAHBCFG value will be overridden with
480 * @gahbcfg: Backup of GAHBCFG register
493 u32 gahbcfg; member in struct:dwc2_gregs_backup
dwc2_core.c 269 gr->gahbcfg = DWC2_READ_4(hsotg, GAHBCFG);
309 DWC2_WRITE_4(hsotg, GAHBCFG, gr->gahbcfg);
804 u32 ahbcfg = DWC2_READ_4(hsotg, GAHBCFG);
852 DWC2_WRITE_4(hsotg, GAHBCFG, ahbcfg);
944 /* Program the GAHBCFG Register */
2411 addr = GAHBCFG;
2412 dev_dbg(hsotg->dev, "GAHBCFG @0x%08lX : 0x%08X\n",
3504 u32 ahbcfg = DWC2_READ_4(hsotg, GAHBCFG);
    [all...]

Completed in 15 milliseconds