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

/linux-master/drivers/usb/dwc2/
H A Dcore.c966 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED &&
998 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_NOT_SUPPORTED) ||
1000 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_NOT_SUPPORTED) ||
1002 hsotg->hw_params.fs_phy_type != GHWCFG2_FS_PHY_TYPE_NOT_SUPPORTED)) {
1008 hsotg->hw_params.fs_phy_type != GHWCFG2_FS_PHY_TYPE_NOT_SUPPORTED) {
1189 hsotg->hw_params.fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED &&
H A Dparams.c623 u32 fs_phy_type; local
626 fs_phy_type = hsotg->hw_params.fs_phy_type;
630 if (fs_phy_type == GHWCFG2_FS_PHY_TYPE_DEDICATED)
955 hw->fs_phy_type = (hwcfg2 & GHWCFG2_FS_PHY_TYPE_MASK) >>
H A Dcore.h557 * @fs_phy_type: Full-speed PHY interface type
646 unsigned fs_phy_type:2; member in struct:dwc2_hw_params
H A Ddebugfs.c749 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 186 milliseconds