Home
last modified time | relevance | path

Searched refs:DWC2_PHY_TYPE_PARAM_FS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c214 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32f4x9_fsotg_params()
240 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32mp15_fsotg_params()
360 val = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_param_phy_type()
370 hsotg->params.phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_param_phy_type()
379 val = hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS ? in dwc2_set_param_speed()
606 case DWC2_PHY_TYPE_PARAM_FS: in dwc2_check_param_phy_type()
637 (phy_type == DWC2_PHY_TYPE_PARAM_FS)) in dwc2_check_param_speed()
794 p->phy_type == DWC2_PHY_TYPE_PARAM_FS); in dwc2_check_params()
H A Dcore.c963 hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_init_fs_ls_pclk_sel()
1131 hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_phy_init()
H A Dcore.h435 #define DWC2_PHY_TYPE_PARAM_FS 0 macro
H A Dcore_intr.c133 if (hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS && in dwc2_handle_otg_intr()
H A Dgadget.c3437 if (hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS) in dwc2_hsotg_core_init_disconnected()