Searched refs:usbcfg (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/external/bsd/dwc2/dist/ |
| D | dwc2_core.c | 659 u32 usbcfg, i2cctl; in dwc2_fs_phy_init() local 669 usbcfg = DWC2_READ_4(hsotg, GUSBCFG); in dwc2_fs_phy_init() 670 if (!(usbcfg & GUSBCFG_PHYSEL)) { in dwc2_fs_phy_init() 671 usbcfg |= GUSBCFG_PHYSEL; in dwc2_fs_phy_init() 672 DWC2_WRITE_4(hsotg, GUSBCFG, usbcfg); in dwc2_fs_phy_init() 697 usbcfg = DWC2_READ_4(hsotg, GUSBCFG); in dwc2_fs_phy_init() 698 usbcfg |= GUSBCFG_OTG_UTMI_FS_SEL; in dwc2_fs_phy_init() 699 DWC2_WRITE_4(hsotg, GUSBCFG, usbcfg); in dwc2_fs_phy_init() 716 u32 usbcfg, usbcfg_old; in dwc2_hs_phy_init() local 722 usbcfg = usbcfg_old = DWC2_READ_4(hsotg, GUSBCFG); in dwc2_hs_phy_init() [all …]
|
| D | dwc2_hcdintr.c | 254 u32 usbcfg; in dwc2_hprt0_enable() local 278 usbcfg = DWC2_READ_4(hsotg, GUSBCFG); in dwc2_hprt0_enable() 283 if (!(usbcfg & GUSBCFG_PHY_LP_CLK_SEL)) { in dwc2_hprt0_enable() 285 usbcfg |= GUSBCFG_PHY_LP_CLK_SEL; in dwc2_hprt0_enable() 286 DWC2_WRITE_4(hsotg, GUSBCFG, usbcfg); in dwc2_hprt0_enable() 321 if (usbcfg & GUSBCFG_PHY_LP_CLK_SEL) { in dwc2_hprt0_enable() 322 usbcfg &= ~GUSBCFG_PHY_LP_CLK_SEL; in dwc2_hprt0_enable() 323 DWC2_WRITE_4(hsotg, GUSBCFG, usbcfg); in dwc2_hprt0_enable()
|