Home
last modified time | relevance | path

Searched full:phy_type (Results 1 – 25 of 171) sorted by relevance

1234567

/freebsd-src/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.yaml54 phy_type:
76 phy_type:
80 - phy_type
129 phy_type = "hsic";
H A Dnvidia,tegra20-usb-phy.yaml103 phy_type:
222 - phy_type
229 phy_type:
292 phy_type:
336 phy_type = "utmi";
364 phy_type = "ulpi";
/freebsd-src/sys/dev/dpaa/
H A Dif_dtsec_fdt.c118 char phy_type[6]; in dtsec_fdt_attach() local
167 if (OF_getprop(enet_node, "phy-connection-type", (void *)phy_type, in dtsec_fdt_attach()
168 sizeof(phy_type)) <= 0) in dtsec_fdt_attach()
171 if (!strcmp(phy_type, "sgmii")) in dtsec_fdt_attach()
173 else if (!strcmp(phy_type, "rgmii")) in dtsec_fdt_attach()
175 else if (!strcmp(phy_type, "xgmii")) in dtsec_fdt_attach()
/freebsd-src/sys/arm/allwinner/
H A Daw_usbphy.c64 enum awusbphy_type phy_type;
71 .phy_type = AWUSBPHY_TYPE_A10,
78 .phy_type = AWUSBPHY_TYPE_A13,
85 .phy_type = AWUSBPHY_TYPE_A20,
92 .phy_type = AWUSBPHY_TYPE_A31,
99 .phy_type = AWUSBPHY_TYPE_H3,
106 .phy_type = AWUSBPHY_TYPE_A64,
113 .phy_type = AWUSBPHY_TYPE_A83T,
120 .phy_type = AWUSBPHY_TYPE_H6,
127 .phy_type
63 enum awusbphy_type phy_type; global() member
[all...]
/freebsd-src/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";
H A Dci-hdrc-usb2.yaml
H A Dci-hdrc-usb2.txt27 - phy_type: the type of the phy connected to the core. Should be one
144 phy_type = "hsic";
H A Dusb.yaml35 phy_type:
/freebsd-src/sys/dev/usb/controller/
H A Dehci_fsl.c166 char *phy_type; in enable_usb() local
168 phy_type = NULL; in enable_usb()
173 (OF_getprop_alloc(node, "phy_type", (void **)&phy_type) > 0)) { in enable_usb()
174 if (strncasecmp(phy_type, "utmi", strlen("utmi")) == 0) in enable_usb()
176 OF_prop_free(phy_type); in enable_usb()
/freebsd-src/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";
H A Dp1020rdb-pc.dtsi192 phy_type = "ulpi";
201 phy_type = "ulpi";
H A Dp1020rdb.dtsi192 phy_type = "ulpi";
200 phy_type = "ulpi";
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx35-eukrea-mbimxsd35-baseboard.dts146 phy_type = "serial";
152 phy_type = "utmi";
H A Dimx6qdl-prti6q.dtsi70 phy_type = "utmi";
80 phy_type = "utmi";
H A Dimx51-eukrea-mbimxsd51-baseboard.dts253 phy_type = "ulpi";
259 phy_type = "utmi_wide";
H A Dimx27-eukrea-cpuimx27.dtsi76 phy_type = "ulpi";
85 phy_type = "ulpi";
/freebsd-src/sys/dev/usb/controller/dwc3/
H A Ddwc3.c294 char *phy_type; in snps_dwc3_configure_phy() local
298 phy_type = NULL; in snps_dwc3_configure_phy()
299 nphy_types = OF_getprop_alloc(node, "phy_type", (void **)&phy_type); in snps_dwc3_configure_phy()
304 if (strncmp(phy_type, "utmi_wide", 9) == 0) { in snps_dwc3_configure_phy()
314 OF_prop_free(phy_type); in snps_dwc3_configure_phy()
/freebsd-src/sys/dev/e1000/
H A De1000_phy.c3003 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000_get_phy_type_from_id()
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()
3021 phy_type = e1000_phy_gg82563; 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()
3042 phy_type in e1000_get_phy_type_from_id()
3002 enum e1000_phy_type phy_type = e1000_phy_unknown; e1000_get_phy_type_from_id() local
3071 enum e1000_phy_type phy_type = e1000_phy_unknown; e1000_determine_phy_address() local
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20.dtsi851 phy_type = "utmi";
867 phy_type = "utmi";
893 phy_type = "ulpi";
907 phy_type = "ulpi";
923 phy_type = "utmi";
938 phy_type = "utmi";
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c591 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report()
909 u32 bss_info, u8 op_class, u8 chan, u8 phy_type, in wnm_add_nei_rep()
932 wpabuf_put_u8(*buf, phy_type); in wnm_nei_rep_add_bss()
948 enum phy_type phy_type; in wnm_nei_rep_add_bss()
981 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_add_cand_list()
983 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_add_cand_list()
991 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type, in wnm_add_cand_list()
1299 nei->channel_number, nei->phy_type, in wnm_set_scan_freqs()
887 wnm_add_nei_rep(struct wpabuf ** buf,const u8 * bssid,u32 bss_info,u8 op_class,u8 chan,u8 phy_type,u8 pref) wnm_add_nei_rep() argument
925 enum phy_type phy_type; wnm_nei_rep_add_bss() local

1234567