| /freebsd-13.1/sys/dev/dpaa/ |
| H A D | if_dtsec_fdt.c | 138 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 D | aw_usbphy.c | 68 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 D | aw_if_dwc.c | 66 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 D | nvidia,tegra20-usb-phy.txt | 14 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 D | allwinner,sun9i-a80-usb-phy.yaml | 57 phy_type: 79 phy_type: 83 - phy_type 132 phy_type = "hsic";
|
| /freebsd-13.1/sys/dev/usb/controller/ |
| H A D | ehci_fsl.c | 170 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 D | dwc3.c | 218 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 D | fsl-usb.txt | 14 - phy_type : For multi port host USB controllers, should be one of 51 phy_type = "ulpi"; 78 phy_type = "utmi_wide";
|
| H A D | generic.txt | 15 - 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 D | imx6qdl-prti6q.dtsi | 70 phy_type = "utmi"; 79 phy_type = "utmi";
|
| H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 146 phy_type = "serial"; 152 phy_type = "utmi";
|
| H A D | imx51-eukrea-mbimxsd51-baseboard.dts | 260 phy_type = "ulpi"; 266 phy_type = "utmi_wide";
|
| H A D | imx27-eukrea-cpuimx27.dtsi | 76 phy_type = "ulpi"; 85 phy_type = "ulpi";
|
| H A D | tegra20.dtsi | 721 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 D | e1000_phy.c | 3015 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 D | mpc8536ds.dtsi | 186 phy_type = "ulpi"; 190 phy_type = "ulpi"; 242 phy_type = "ulpi";
|
| H A D | p1020utm-pc.dtsi | 127 phy_type = "ulpi"; 138 phy_type = "ulpi";
|
| H A D | p1020mbg-pc.dtsi | 138 phy_type = "ulpi"; 149 phy_type = "ulpi";
|
| H A D | p1022rdk.dts | 105 phy_type = "ulpi"; 109 phy_type = "ulpi";
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-helper-board.c | 183 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 D | rk3328-dwc3.dtso | 29 phy_type = "utmi_wide";
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | wnm_sta.c | 577 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 D | wnm_sta.h | 29 u8 phy_type; member
|
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | scic_sds_phy.c | 658 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 D | ixgbe_phy.c | 458 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()
|