Searched refs:fs_phy_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/dwc2/
H A Dparams.c601 u32 fs_phy_type; local
604 fs_phy_type = hsotg->hw_params.fs_phy_type;
608 if (fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED)
912 hw->fs_phy_type = (hwcfg2 & GHWCFG2_FS_PHY_TYPE_MASK) >>
H A Dcore.c961 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED &&
1147 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED &&
H A Dcore.h551 * @fs_phy_type: Full-speed PHY interface type
640 unsigned fs_phy_type:2; member in struct:dwc2_hw_params
H A Ddebugfs.c748 print_param(seq, hw, fs_phy_type);
H A Dhcd.c338 if ((usbcfg & GUSBCFG_PHYSEL) && hsotg->hw_params.fs_phy_type ==
351 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_SHARED_UTMI)
354 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED)
1862 (hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED) &&

Completed in 259 milliseconds