| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | rate.c | 345 int phy_type; in brcms_c_compute_rspec() local 348 phy_type = in brcms_c_compute_rspec() 351 if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) || in brcms_c_compute_rspec() 352 (phy_type == PHY_TYPE_LCN) || (phy_type == PHY_TYPE_HT)) { in brcms_c_compute_rspec() 381 if ((phy_type == PHY_TYPE_A) || (rxh->PhyRxStatus_0 & PRXS0_OFDM)) in brcms_c_compute_rspec() 443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() argument 448 if ((PHYTYPE_IS(phy_type, PHY_TYPE_HT)) || in brcms_c_rateset_default() 449 (PHYTYPE_IS(phy_type, PHY_TYPE_N)) || in brcms_c_rateset_default() 450 (PHYTYPE_IS(phy_type, PHY_TYPE_LCN)) || in brcms_c_rateset_default() 451 (PHYTYPE_IS(phy_type, PHY_TYPE_SSN))) { in brcms_c_rateset_default() [all …]
|
| H A D | mac80211_if.c | 1055 u16 phy_type; in ieee_hw_rate_init() local 1060 phy_type = brcms_c_get_phy_type(wl->wlc, 0); in ieee_hw_rate_init() 1061 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init() 1064 if (phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init() 1076 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
|
| /src/sys/dev/dpaa/ |
| H A D | if_dtsec_fdt.c | 118 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()
|
| /src/sys/arm/allwinner/ |
| H A D | aw_usbphy.c | 65 enum awusbphy_type phy_type; member 72 .phy_type = AWUSBPHY_TYPE_A10, 79 .phy_type = AWUSBPHY_TYPE_A13, 86 .phy_type = AWUSBPHY_TYPE_A20, 93 .phy_type = AWUSBPHY_TYPE_A31, 100 .phy_type = AWUSBPHY_TYPE_H3, 107 .phy_type = AWUSBPHY_TYPE_A64, 114 .phy_type = AWUSBPHY_TYPE_A83T, 121 .phy_type = AWUSBPHY_TYPE_H6, 128 .phy_type = AWUSBPHY_TYPE_H616, [all …]
|
| /src/sys/contrib/device-tree/src/arm/nuvoton/ |
| H A D | nuvoton-npcm750.dtsi | 70 phy_type = "utmi_wide"; 83 phy_type = "utmi_wide"; 96 phy_type = "utmi_wide"; 109 phy_type = "utmi_wide"; 122 phy_type = "utmi_wide";
|
| /src/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:
|
| /src/sys/dev/usb/controller/ |
| H A D | ehci_fsl.c | 165 char *phy_type; in enable_usb() local 167 phy_type = NULL; in enable_usb() 172 (OF_getprop_alloc(node, "phy_type", (void **)&phy_type) > 0)) { in enable_usb() 173 if (strncasecmp(phy_type, "utmi", strlen("utmi")) == 0) in enable_usb() 175 OF_prop_free(phy_type); in enable_usb()
|
| /src/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";
|
| /src/sys/dev/usb/controller/dwc3/ |
| H A D | dwc3.c | 293 char *phy_type; in snps_dwc3_configure_phy() local 297 phy_type = NULL; in snps_dwc3_configure_phy() 298 nphy_types = OF_getprop_alloc(node, "phy_type", (void **)&phy_type); in snps_dwc3_configure_phy() 303 if (strncmp(phy_type, "utmi_wide", 9) == 0) { in snps_dwc3_configure_phy() 313 OF_prop_free(phy_type); in snps_dwc3_configure_phy()
|
| /src/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 144 phy_type = "serial"; 150 phy_type = "utmi";
|
| H A D | imx6qdl-prti6q.dtsi | 70 phy_type = "utmi"; 80 phy_type = "utmi";
|
| H A D | imx27-phytec-phycard-s-som.dtsi | 164 phy_type = "ulpi"; 172 phy_type = "ulpi";
|
| H A D | imx51-eukrea-mbimxsd51-baseboard.dts | 251 phy_type = "ulpi"; 257 phy_type = "utmi_wide";
|
| H A D | imx27-eukrea-cpuimx27.dtsi | 76 phy_type = "ulpi"; 85 phy_type = "ulpi";
|
| /src/sys/dev/e1000/ |
| H A D | e1000_phy.c | 3002 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000_get_phy_type_from_id() local 3014 phy_type = e1000_phy_m88; in e1000_get_phy_type_from_id() 3017 phy_type = e1000_phy_igp_2; in e1000_get_phy_type_from_id() 3020 phy_type = e1000_phy_gg82563; in e1000_get_phy_type_from_id() 3023 phy_type = e1000_phy_igp_3; in e1000_get_phy_type_from_id() 3028 phy_type = e1000_phy_ife; in e1000_get_phy_type_from_id() 3032 phy_type = e1000_phy_bm; in e1000_get_phy_type_from_id() 3035 phy_type = e1000_phy_82578; in e1000_get_phy_type_from_id() 3038 phy_type = e1000_phy_82577; in e1000_get_phy_type_from_id() 3041 phy_type = e1000_phy_82579; in e1000_get_phy_type_from_id() [all …]
|
| /src/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";
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | wnm_sta.c | 591 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() argument 932 wpabuf_put_u8(*buf, phy_type); in wnm_add_nei_rep() 948 enum phy_type phy_type; in wnm_nei_rep_add_bss() local 981 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss() 983 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss() 991 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type, in wnm_nei_rep_add_bss() 1299 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
|
| H A D | wnm_sta.h | 29 u8 phy_type; member
|
| /src/sys/dev/isci/scil/ |
| H A D | scic_sds_phy.c | 656 memset(&this_phy->phy_type, 0, sizeof(this_phy->phy_type)); in scic_sds_phy_construct() 887 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high; in scic_sds_phy_get_attached_sas_address() 889 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low; in scic_sds_phy_get_attached_sas_address() 964 this_phy->phy_type.sas.identify_address_frame_buffer.protocols.u.all; in scic_sds_phy_get_attached_phy_protocols() 1177 &this_phy->phy_type.sas.identify_address_frame_buffer, in scic_sas_phy_get_properties() 1211 &this_phy->phy_type.sata.signature_fis_buffer, in scic_sata_phy_get_properties() 3219 &this_phy->phy_type.sas.identify_address_frame_buffer, in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler() 3317 &this_phy->phy_type.sata.signature_fis_buffer, in scic_sds_phy_starting_substate_await_sig_fis_frame_handler()
|
| /src/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 457 enum ixgbe_phy_type phy_type; in ixgbe_get_phy_type_from_id() local 463 phy_type = ixgbe_phy_tn; in ixgbe_get_phy_type_from_id() 467 phy_type = ixgbe_phy_aq; in ixgbe_get_phy_type_from_id() 470 phy_type = ixgbe_phy_qt; in ixgbe_get_phy_type_from_id() 473 phy_type = ixgbe_phy_nl; in ixgbe_get_phy_type_from_id() 477 phy_type = ixgbe_phy_x550em_ext_t; in ixgbe_get_phy_type_from_id() 481 phy_type = ixgbe_phy_ext_1g_t; in ixgbe_get_phy_type_from_id() 484 phy_type = ixgbe_phy_unknown; in ixgbe_get_phy_type_from_id() 487 return phy_type; in ixgbe_get_phy_type_from_id()
|
| /src/sys/contrib/device-tree/src/powerpc/ |
| H A D | asp834x-redboot.dts | 165 phy_type = "ulpi"; 177 phy_type = "ulpi";
|