Searched refs:phy_utmi_width (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_driver.c575 static long phy_utmi_width =-1; variable
623 switch(phy_utmi_width)
627 ifxusb_module_params.phy_utmi_width=phy_utmi_width;
630 ifxusb_module_params.phy_utmi_width=default_param_phy_utmi_width;
955 module_param(phy_utmi_width, long, 0444);
956 MODULE_PARM_DESC(phy_utmi_width, "Specifies the UTMI+ Data Width 8 or 16 bits");
H A Difxusb_cif_d.c204 _core_if->params.phy_utmi_width = _params->phy_utmi_width;
243 usbcfg.b.phyif = ( _core_if->params.phy_utmi_width == 16)?1:0;
H A Difxusb_cif.h147 int32_t phy_utmi_width; /*!< Specifies the UTMI+ Data Width. member in struct:ifxusb_params
H A Difxusb_cif_h.c144 _core_if->params.phy_utmi_width = _params->phy_utmi_width;
172 usbcfg.b.phyif = ( _core_if->params.phy_utmi_width == 16)?1:0;
H A Difxusb_ctl.c1374 IFX_PRINT("PHY UTMI Width: %d\n",params->phy_utmi_width);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.c114 .phy_utmi_width = -1,
231 if (dwc_otg_module_params.phy_utmi_width != -1) {
232 if (DWC_OTG_PARAM_TEST(phy_utmi_width,8,8) &&
233 DWC_OTG_PARAM_TEST(phy_utmi_width,16,16))
235 DWC_ERROR("`%d' invalid for parameter `phy_utmi_width'\n",
236 dwc_otg_module_params.phy_utmi_width);
237 //dwc_otg_module_params.phy_utmi_width = 16;
238 dwc_otg_module_params.phy_utmi_width = 8;
474 DWC_OTG_PARAM_SET_DEFAULT(phy_utmi_width);
1001 module_param_named(phy_utmi_width, dwc_otg_module_param
[all...]
H A Ddwc_otg_cil.h461 int32_t phy_utmi_width; member in struct:dwc_otg_core_params
H A Ddwc_otg_cil.c520 if (_core_if->core_params->phy_utmi_width == 16) {
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.c127 .phy_utmi_width = -1,
272 if (dwc_otg_module_params.phy_utmi_width != -1) {
273 if (DWC_OTG_PARAM_TEST(phy_utmi_width, 8, 8) &&
274 DWC_OTG_PARAM_TEST(phy_utmi_width, 16, 16)) {
275 DWC_ERROR("`%d' invalid for parameter `phy_utmi_width'\n",
276 dwc_otg_module_params.phy_utmi_width);
277 dwc_otg_module_params.phy_utmi_width = 16;
512 DWC_OTG_PARAM_SET_DEFAULT(phy_utmi_width);
1003 module_param_named(phy_utmi_width, dwc_otg_module_params.phy_utmi_width, in
[all...]
H A Ddwc_otg_cil.h544 int32_t phy_utmi_width; member in struct:dwc_otg_core_params
H A Ddwc_otg_pcd_intr.c957 else if (GET_CORE_IF(pcd)->core_params->phy_utmi_width == 8) {
972 if (GET_CORE_IF(pcd)->core_params->phy_utmi_width == 16) {
H A Ddwc_otg_cil.c580 if (core_if->core_params->phy_utmi_width == 16) {

Completed in 171 milliseconds