Searched full:phy_cfg (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | config.h | 81 * @phy_cfg: PHY configuration value, uses &enum iwl_fw_phy_cfg 85 __le32 phy_cfg; member 92 * @phy_cfg: PHY configuration value, uses &enum iwl_fw_phy_cfg 97 __le32 phy_cfg; member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.c | 1597 struct eth_phy_cfg phy_cfg; in ecore_mcp_set_link() local 1607 OSAL_MEM_ZERO(&phy_cfg, sizeof(phy_cfg)); in ecore_mcp_set_link() 1610 phy_cfg.speed = params->speed.forced_speed; in ecore_mcp_set_link() 1611 phy_cfg.pause |= (params->pause.autoneg) ? ETH_PAUSE_AUTONEG : 0; in ecore_mcp_set_link() 1612 phy_cfg.pause |= (params->pause.forced_rx) ? ETH_PAUSE_RX : 0; in ecore_mcp_set_link() 1613 phy_cfg.pause |= (params->pause.forced_tx) ? ETH_PAUSE_TX : 0; in ecore_mcp_set_link() 1614 phy_cfg.adv_speed = params->speed.advertised_speeds; in ecore_mcp_set_link() 1615 phy_cfg.loopback_mode = params->loopback_mode; in ecore_mcp_set_link() 1625 phy_cfg.eee_cfg |= EEE_CFG_EEE_ENABLED; in ecore_mcp_set_link() 1627 phy_cfg.eee_cfg |= EEE_CFG_TX_LPI; in ecore_mcp_set_link() [all …]
|
H A D | nvm_cfg.h | 1276 u32 phy_cfg; /* 0x1C */ member
|
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/ |
H A D | dw_mipi_dsi_rockchip.txt | 16 For RK3399, a phy config clock (phy_cfg) and a grf clock(grf)
|
H A D | rockchip,dw-mipi-dsi.yaml | 38 - const: phy_cfg
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | fw.c | 572 phy_cfg_cmd.phy_cfg = in iwl_send_phy_cfg_cmd() 577 phy_cfg_cmd.phy_cfg = cpu_to_le32(iwl_mvm_get_phy_config(mvm)); in iwl_run_unified_mvm_ucode() 580 phy_cfg_cmd.phy_cfg |= in iwl_run_unified_mvm_ucode() 594 phy_cfg_cmd.phy_cfg); in iwl_run_unified_mvm_ucode()
|
/freebsd/sys/dev/ice/ |
H A D | ice_common.c | 3934 * @phy_cfg: PHY configuration in ice_aq_set_port_id_led() 3941 struct ice_aqc_set_phy_cfg_data *phy_cfg) 3945 if (!phy_caps || !phy_cfg) 3955 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_aq_sff_eeprom() 3956 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_aq_sff_eeprom() 3957 ((phy_caps->caps & caps_mask) != (phy_cfg->caps & cfg_mask)) || in ice_aq_sff_eeprom() 3958 phy_caps->low_power_ctrl_an != phy_cfg->low_power_ctrl_an || in ice_aq_sff_eeprom() 3959 phy_caps->eee_cap != phy_cfg->eee_cap || in ice_aq_sff_eeprom() 3960 phy_caps->eeer_value != phy_cfg->eeer_value || in ice_aq_sff_eeprom() 3961 phy_caps->link_fec_options != phy_cfg in ice_aq_sff_eeprom() 3640 ice_phy_caps_equals_cfg(struct ice_aqc_get_phy_caps_data * phy_caps,struct ice_aqc_set_phy_cfg_data * phy_cfg) ice_phy_caps_equals_cfg() argument [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-base.dtsi | 2069 clock-names = "ref", "pclk", "phy_cfg", "grf"; 2110 clock-names = "ref", "pclk", "phy_cfg", "grf";
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 1409 * return of the phy_cfg command */ in bnxt_hwrm_set_link_setting()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 2734 phy_cfg_cmd.phy_cfg = htole32(iwm_get_phy_config(sc)); in iwm_send_phy_cfg_cmd() 2741 "Sending Phy CFG command: 0x%x\n", phy_cfg_cmd.phy_cfg); in iwm_send_phy_cfg_cmd()
|
H A D | if_iwmreg.h | 2235 uint32_t phy_cfg; member
|