Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-12.1/sys/dev/dpaa/
H A Dif_dtsec_fdt.c138 char phy_type[6]; in dtsec_fdt_attach() local
181 if (OF_getprop(enet_node, "phy-connection-type", (void *)phy_type, in dtsec_fdt_attach()
182 sizeof(phy_type)) <= 0) in dtsec_fdt_attach()
185 if (!strcmp(phy_type, "sgmii")) in dtsec_fdt_attach()
187 else if (!strcmp(phy_type, "rgmii")) in dtsec_fdt_attach()
189 else if (!strcmp(phy_type, "xgmii")) in dtsec_fdt_attach()
/freebsd-12.1/sys/arm/allwinner/
H A Daw_usbphy.c68 enum awusbphy_type phy_type; member
75 .phy_type = AWUSBPHY_TYPE_A10,
82 .phy_type = AWUSBPHY_TYPE_A13,
89 .phy_type = AWUSBPHY_TYPE_A20,
96 .phy_type = AWUSBPHY_TYPE_A31,
103 .phy_type = AWUSBPHY_TYPE_H3,
110 .phy_type = AWUSBPHY_TYPE_A64,
117 .phy_type = AWUSBPHY_TYPE_A83T,
H A Daw_if_dwc.c66 char *phy_type; in a20_if_dwc_init() local
75 if (OF_getprop_alloc(node, "phy-mode", (void **)&phy_type)) { in a20_if_dwc_init()
82 if (strcmp(phy_type, "rgmii") == 0) in a20_if_dwc_init()
H A Dif_awg.c1272 char *phy_type; in awg_setup_phy() local
1282 if (OF_getprop_alloc(node, "phy-mode", (void **)&phy_type) == 0) in awg_setup_phy()
1289 device_printf(dev, "PHY type: %s, conf mode: %s\n", phy_type, in awg_setup_phy()
1302 if (strncmp(phy_type, "rgmii", 5) == 0) in awg_setup_phy()
1304 else if (strcmp(phy_type, "rmii") == 0) in awg_setup_phy()
1348 if (strncmp(phy_type, "rgmii", 5) == 0) in awg_setup_phy()
1386 OF_prop_free(phy_type); in awg_setup_phy()
/freebsd-12.1/sys/dev/usb/controller/
H A Dehci_fsl.c171 char *phy_type; in enable_usb() local
173 phy_type = NULL; in enable_usb()
178 (OF_getprop_alloc(node, "phy_type", (void **)&phy_type) > 0)) { in enable_usb()
179 if (strncasecmp(phy_type, "utmi", strlen("utmi")) == 0) in enable_usb()
181 OF_prop_free(phy_type); in enable_usb()
/freebsd-12.1/sys/dev/e1000/
H A De1000_phy.c3005 phy_type = e1000_phy_m88; in e1000_get_phy_type_from_id()
3008 phy_type = e1000_phy_igp_2; in e1000_get_phy_type_from_id()
3014 phy_type = e1000_phy_igp_3; in e1000_get_phy_type_from_id()
3019 phy_type = e1000_phy_ife; in e1000_get_phy_type_from_id()
3023 phy_type = e1000_phy_bm; in e1000_get_phy_type_from_id()
3026 phy_type = e1000_phy_82578; in e1000_get_phy_type_from_id()
3029 phy_type = e1000_phy_82577; in e1000_get_phy_type_from_id()
3035 phy_type = e1000_phy_i217; in e1000_get_phy_type_from_id()
3041 phy_type = e1000_phy_i210; in e1000_get_phy_type_from_id()
3047 return phy_type; in e1000_get_phy_type_from_id()
[all …]
/freebsd-12.1/sys/gnu/dts/arm/
H A Dimx35-eukrea-mbimxsd35-baseboard.dts154 phy_type = "serial";
160 phy_type = "utmi";
H A Dimx27-eukrea-cpuimx27.dtsi82 phy_type = "ulpi";
91 phy_type = "ulpi";
H A Dimx51-eukrea-mbimxsd51-baseboard.dts273 phy_type = "ulpi";
279 phy_type = "utmi_wide";
H A Dtegra20.dtsi715 phy_type = "utmi";
728 phy_type = "utmi";
752 phy_type = "ulpi";
763 phy_type = "ulpi";
777 phy_type = "utmi";
788 phy_type = "utmi";
H A Dtegra30.dtsi875 phy_type = "utmi";
887 phy_type = "utmi";
913 phy_type = "utmi";
924 phy_type = "utmi";
949 phy_type = "utmi";
960 phy_type = "utmi";
H A Dimx51-digi-connectcore-jsk.dts73 phy_type = "ulpi";
H A Dzynq-7000.dtsi347 phy_type = "ulpi";
357 phy_type = "ulpi";
H A Dimx28-cfa10036.dts121 phy_type = "utmi";
H A Dimx53-ppd.dts649 phy_type = "utmi";
657 phy_type = "utmi";
665 phy_type = "ulpi";
675 phy_type = "ulpi";
H A Dtegra114.dtsi689 phy_type = "utmi";
700 phy_type = "utmi";
725 phy_type = "utmi";
736 phy_type = "utmi";
H A Dtegra124.dtsi1035 phy_type = "utmi";
1047 phy_type = "utmi";
1072 phy_type = "utmi";
1084 phy_type = "utmi";
1108 phy_type = "utmi";
1120 phy_type = "utmi";
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c183 cvmx_phy_type_t phy_type; member
215 phy_info.phy_type = (cvmx_phy_type_t) -1; in __get_phy_info_from_dt()
266 phy_info.phy_type = MARVELL_GENERIC_PHY; in __get_phy_info_from_dt()
270 phy_info.phy_type = BROADCOM_GENERIC_PHY; in __get_phy_info_from_dt()
274 phy_info.phy_type = -1; in __get_phy_info_from_dt()
948 switch(phy_info.phy_type) in __cvmx_helper_board_link_get_from_dt()
/freebsd-12.1/sys/dev/isci/scil/
H A Dscic_sds_phy.c658 memset(&this_phy->phy_type, 0, sizeof(this_phy->phy_type)); in scic_sds_phy_construct()
889 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high; in scic_sds_phy_get_attached_sas_address()
891 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low; in scic_sds_phy_get_attached_sas_address()
966 this_phy->phy_type.sas.identify_address_frame_buffer.protocols.u.all; in scic_sds_phy_get_attached_phy_protocols()
1179 &this_phy->phy_type.sas.identify_address_frame_buffer, in scic_sas_phy_get_properties()
1213 &this_phy->phy_type.sata.signature_fis_buffer, in scic_sata_phy_get_properties()
3221 &this_phy->phy_type.sas.identify_address_frame_buffer, in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3319 &this_phy->phy_type.sata.signature_fis_buffer, in scic_sds_phy_starting_substate_await_sig_fis_frame_handler()
H A Dscic_sds_phy.h263 } phy_type; member
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c560 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report()
870 u32 bss_info, u8 op_class, u8 chan, u8 phy_type, in wnm_add_nei_rep() argument
893 wpabuf_put_u8(*buf, phy_type); in wnm_add_nei_rep()
908 enum phy_type phy_type; in wnm_nei_rep_add_bss() local
941 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()
943 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss()
951 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type, in wnm_nei_rep_add_bss()
1215 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
H A Dwnm_sta.h29 u8 phy_type; member
/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe_phy.c463 enum ixgbe_phy_type phy_type; in ixgbe_get_phy_type_from_id() local
469 phy_type = ixgbe_phy_tn; in ixgbe_get_phy_type_from_id()
474 phy_type = ixgbe_phy_aq; in ixgbe_get_phy_type_from_id()
477 phy_type = ixgbe_phy_qt; in ixgbe_get_phy_type_from_id()
480 phy_type = ixgbe_phy_nl; in ixgbe_get_phy_type_from_id()
484 phy_type = ixgbe_phy_x550em_ext_t; in ixgbe_get_phy_type_from_id()
488 phy_type = ixgbe_phy_ext_1g_t; in ixgbe_get_phy_type_from_id()
491 phy_type = ixgbe_phy_unknown; in ixgbe_get_phy_type_from_id()
494 return phy_type; in ixgbe_get_phy_type_from_id()
/freebsd-12.1/sys/gnu/dts/arm64/nvidia/
H A Dtegra132.dtsi971 phy_type = "utmi";
984 phy_type = "utmi";
1009 phy_type = "utmi";
1022 phy_type = "utmi";
1046 phy_type = "utmi";
1059 phy_type = "utmi";
/freebsd-12.1/sys/dev/bnxt/
H A Dif_bnxt.c1998 uint8_t phy_type = get_phy_type(softc); in bnxt_add_media_types() local
2008 switch (phy_type) { in bnxt_add_media_types()
2096 device_printf(softc->dev, "phy type %d not supported by driver\n", phy_type); in bnxt_add_media_types()
2396 uint8_t phy_type = link_info->phy_type; in get_phy_type() local
2399 if (phy_type != HWRM_PORT_PHY_QCFG_OUTPUT_PHY_TYPE_UNKNOWN) in get_phy_type()
2400 return phy_type; in get_phy_type()
2420 return phy_type; in get_phy_type()

1234