HomeSort by: relevance | last modified time | path
    Searched defs:phy_type (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 169 const char *phy_type; local in function:sun9i_usbphy_attach
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 in function:sunxi_emac_setup_phy
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 in function:dwc3_fdt_enable_phy
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)
  /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::__anonbf059aaf0108
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 465 enum ixgbe_phy_type phy_type; local in function:ixgbe_get_phy_type_from_id
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/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/dwc2/dist/
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...]
  /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/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
if_ixl.c 224 uint64_t phy_type; member in struct:ixl_phy_type
1609 if (ISSET(sc->sc_phy_types, itype->phy_type)) {
4424 sc->sc_phy_types = le32toh(phy->phy_type);
4889 ixl_search_phy_type(uint8_t phy_type)
4895 if (phy_type >= 64)
4898 mask = 1ULL << phy_type;
4903 if (ISSET(itype->phy_type, mask))
5727 itype = ixl_search_phy_type(status->phy_type);

Completed in 26 milliseconds