Home
last modified time | relevance | path

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

123456

/freebsd-13.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-13.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,
124 .phy_type = AWUSBPHY_TYPE_H6,
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()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt14 Present if-and-only-if phy_type == utmi.
15 - phy_type : Should be one of "utmi", "ulpi" or "hsic".
21 - timer: The timeout clock (clk_m). Present if phy_type == utmi.
23 Present if phy_type == utmi.
27 Present if phy_type == ulpi, and ULPI link mode is in use.
33 registers. Required even if phy_type == ulpi.
35 Required properties for phy_type == ulpi:
H A Dallwinner,sun9i-a80-usb-phy.yaml57 phy_type:
79 phy_type:
83 - phy_type
132 phy_type = "hsic";
/freebsd-13.1/sys/dev/usb/controller/
H A Dehci_fsl.c170 char *phy_type; in enable_usb() local
172 phy_type = NULL; in enable_usb()
177 (OF_getprop_alloc(node, "phy_type", (void **)&phy_type) > 0)) { in enable_usb()
178 if (strncasecmp(phy_type, "utmi", strlen("utmi")) == 0) in enable_usb()
180 OF_prop_free(phy_type); in enable_usb()
H A Ddwc3.c218 char *phy_type; in snps_dwc3_configure_phy() local
222 phy_type = NULL; in snps_dwc3_configure_phy()
223 nphy_types = OF_getprop_alloc(sc->node, "phy_type", (void **)&phy_type); in snps_dwc3_configure_phy()
228 if (strncmp(phy_type, "utmi_wide", 9) == 0) { in snps_dwc3_configure_phy()
238 OF_prop_free(phy_type); in snps_dwc3_configure_phy()
/freebsd-13.1/sys/contrib/device-tree/Bindings/usb/
H A Dfsl-usb.txt14 - phy_type : For multi port host USB controllers, should be one of
51 phy_type = "ulpi";
78 phy_type = "utmi_wide";
H A Dgeneric.txt15 - phy_type: tells USB controllers that we want to configure the core to support
54 phy_type = "utmi_wide";
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dimx6qdl-prti6q.dtsi70 phy_type = "utmi";
79 phy_type = "utmi";
H A Dimx35-eukrea-mbimxsd35-baseboard.dts146 phy_type = "serial";
152 phy_type = "utmi";
H A Dimx51-eukrea-mbimxsd51-baseboard.dts260 phy_type = "ulpi";
266 phy_type = "utmi_wide";
H A Dimx27-eukrea-cpuimx27.dtsi76 phy_type = "ulpi";
85 phy_type = "ulpi";
H A Dtegra20.dtsi721 phy_type = "utmi";
735 phy_type = "utmi";
760 phy_type = "ulpi";
771 phy_type = "ulpi";
786 phy_type = "utmi";
798 phy_type = "utmi";
/freebsd-13.1/sys/dev/e1000/
H A De1000_phy.c3015 phy_type = e1000_phy_m88; in e1000_get_phy_type_from_id()
3018 phy_type = e1000_phy_igp_2; in e1000_get_phy_type_from_id()
3024 phy_type = e1000_phy_igp_3; in e1000_get_phy_type_from_id()
3029 phy_type = e1000_phy_ife; in e1000_get_phy_type_from_id()
3033 phy_type = e1000_phy_bm; in e1000_get_phy_type_from_id()
3036 phy_type = e1000_phy_82578; in e1000_get_phy_type_from_id()
3039 phy_type = e1000_phy_82577; in e1000_get_phy_type_from_id()
3045 phy_type = e1000_phy_i217; in e1000_get_phy_type_from_id()
3051 phy_type = e1000_phy_i210; in e1000_get_phy_type_from_id()
3057 return phy_type; in e1000_get_phy_type_from_id()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8536ds.dtsi186 phy_type = "ulpi";
190 phy_type = "ulpi";
242 phy_type = "ulpi";
H A Dp1020utm-pc.dtsi127 phy_type = "ulpi";
138 phy_type = "ulpi";
H A Dp1020mbg-pc.dtsi138 phy_type = "ulpi";
149 phy_type = "ulpi";
H A Dp1022rdk.dts105 phy_type = "ulpi";
109 phy_type = "ulpi";
/freebsd-13.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-13.1/sys/dts/arm64/overlays/
H A Drk3328-dwc3.dtso29 phy_type = "utmi_wide";
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c577 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report()
887 u32 bss_info, u8 op_class, u8 chan, u8 phy_type, in wnm_add_nei_rep() argument
910 wpabuf_put_u8(*buf, phy_type); in wnm_add_nei_rep()
925 enum phy_type phy_type; in wnm_nei_rep_add_bss() local
958 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()
960 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss()
968 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type, in wnm_nei_rep_add_bss()
1243 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
H A Dwnm_sta.h29 u8 phy_type; member
/freebsd-13.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()
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_phy.c458 enum ixgbe_phy_type phy_type; in ixgbe_get_phy_type_from_id() local
464 phy_type = ixgbe_phy_tn; in ixgbe_get_phy_type_from_id()
469 phy_type = ixgbe_phy_aq; in ixgbe_get_phy_type_from_id()
472 phy_type = ixgbe_phy_qt; in ixgbe_get_phy_type_from_id()
475 phy_type = ixgbe_phy_nl; in ixgbe_get_phy_type_from_id()
479 phy_type = ixgbe_phy_x550em_ext_t; in ixgbe_get_phy_type_from_id()
483 phy_type = ixgbe_phy_ext_1g_t; in ixgbe_get_phy_type_from_id()
486 phy_type = ixgbe_phy_unknown; in ixgbe_get_phy_type_from_id()
489 return phy_type; in ixgbe_get_phy_type_from_id()

123456