HomeSort by: relevance | last modified time | path
    Searched refs:phy_type (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 169 const char *phy_type; local
185 phy_type = fdtbus_get_string(phandle, "phy_type");
186 if (phy_type && strcmp(phy_type, "hsic") == 0) {
sunxi_emac.c 984 const char *phy_type; local
986 phy_type = fdtbus_get_string(sc->phandle, "phy-mode");
987 if (phy_type == NULL)
990 aprint_debug_dev(sc->dev, "PHY type: %s\n", phy_type);
996 if (strncmp(phy_type, "rgmii", 5) == 0)
998 else if (strcmp(phy_type, "rmii") == 0)
  /src/sys/dev/fdt/
dwc3_fdt.c 128 const char *max_speed, *phy_type; local
134 phy_type = fdtbus_get_string(phandle, "phy_type");
135 if (phy_type && strcmp(phy_type, "utmi_wide") == 0)
137 else if (phy_type && strcmp(phy_type, "utmi") == 0)
dwc2_fdt.c 226 params->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
  /src/sys/arch/evbppc/obs405/
obs600_autoconf.c 74 .phy_type = 2, /* ULPI */
  /src/external/bsd/wpa/dist/wpa_supplicant/
wnm_sta.h 29 u8 phy_type; member in struct:neighbor_report
wnm_sta.c 591 rep->phy_type = *(pos + 12);
909 u32 bss_info, u8 op_class, u8 chan, u8 phy_type,
932 wpabuf_put_u8(*buf, phy_type);
948 enum phy_type phy_type; local
981 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL),
983 if (phy_type == PHY_TYPE_UNSPECIFIED) {
991 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type,
1299 nei->channel_number, nei->phy_type,
op_classes.c 511 u8 phy_type; local
519 channel, &phy_type);
rrm.c 713 u8 *op_class, u8 *chan, u8 *phy_type)
769 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL,
771 if (*phy_type == PHY_TYPE_UNSPECIFIED) {
  /src/sys/arch/arm/broadcom/
bcm2835_dwctwo.c 77 .phy_type = 1, /* UTMI */
  /src/sys/arch/mips/ingenic/
ingenic_dwctwo.c 78 .phy_type = -1, /* UTMI */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_cmd.h 233 uint8_t phy_type; member in struct:dmub_cmd_psr_copy_settings_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h 689 enum phy_type { enum
705 enum phy_type phyType;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx53-ppd.dts 681 phy_type = "utmi";
689 phy_type = "utmi";
697 phy_type = "ulpi";
707 phy_type = "ulpi";
imx53-tx53.dtsi 572 phy_type = "utmi";
579 phy_type = "utmi";
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_dmcu.h 201 * 22 phy_type
214 unsigned int phy_type:1; /*[22:22]*/ member in struct:dce_dmcu_psr_config_data_reg1::__anon4597
dmub_psr.c 167 copy_settings_data->phy_type = psr_context->phyType;
amdgpu_dce_dmcu.c 246 masterCmdData1.bits.phy_type = psr_context->phyType;
668 masterCmdData1.bits.phy_type = psr_context->phyType;
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 465 enum ixgbe_phy_type phy_type; local
471 phy_type = ixgbe_phy_tn;
475 phy_type = ixgbe_phy_aq;
478 phy_type = ixgbe_phy_qt;
481 phy_type = ixgbe_phy_nl;
485 phy_type = ixgbe_phy_x550em_ext_t;
489 phy_type = ixgbe_phy_ext_1g_t;
492 phy_type = ixgbe_phy_unknown;
495 return phy_type;
  /src/sys/arch/mips/cavium/dev/
octeon_dwctwo.c 115 .phy_type = 1, /* UTMI */
  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 176 if (hsotg->core_params->phy_type ==
dwc2_core.h 237 * the attached device and the value of phy_type.
239 * (default when phy_type is UTMI+ or ULPI)
241 * (default when phy_type is Full Speed)
273 * @phy_type: Specifies the type of PHY interface to use. By default,
274 * the driver will automatically detect the phy_type.
280 * is applicable for a phy_type of UTMI+ or ULPI. (For a
281 * ULPI phy_type, this parameter indicates the data width
289 * data rate. This parameter is only applicable if phy_type
300 * speed PHY. This parameter is only applicable if phy_type
317 * (default when phy_type is UTMI+ or ULPI
374 int phy_type; member in struct:dwc2_core_params
    [all...]
dwc2_core.c 475 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) {
729 switch (hsotg->core_params->phy_type) {
771 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) {
2832 dev_err(hsotg->dev, "Wrong value for phy_type\n");
2833 dev_err(hsotg->dev, "phy_type must be 0, 1 or 2\n");
2856 "%d invalid for phy_type. Check HW configuration.\n",
2866 dev_dbg(hsotg->dev, "Setting phy_type to %d\n", val);
2869 hsotg->core_params->phy_type = val;
2874 return hsotg->core_params->phy_type;
3216 dwc2_set_param_phy_type(hsotg, params->phy_type);
    [all...]
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 247 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
  /src/sys/dev/pci/
if_ixlvar.h 360 uint32_t phy_type; member in struct:ixl_aq_phy_abilities
682 uint8_t phy_type; member in struct:ixl_aq_link_status

Completed in 54 milliseconds

1 2