Searched refs:phy_config (Results 1 – 13 of 13) sorted by relevance
36 u32 phy_config; in write_grf5101() local38 phy_config = grf5101_encode[(data >> 8) & 0xF]; in write_grf5101()39 phy_config |= grf5101_encode[(data >> 4) & 0xF] << 4; in write_grf5101()40 phy_config |= grf5101_encode[data & 0xF] << 8; in write_grf5101()41 phy_config |= grf5101_encode[(addr >> 1) & 0xF] << 12; in write_grf5101()42 phy_config |= (addr & 1) << 16; in write_grf5101()43 phy_config |= grf5101_encode[(data & 0xf000) >> 12] << 24; in write_grf5101()46 phy_config |= 0x90000000; in write_grf5101()49 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_grf5101()
45 u32 phy_config; in write_max2820() local47 phy_config = 0x90 + (data & 0xf); in write_max2820()48 phy_config <<= 16; in write_max2820()49 phy_config += addr; in write_max2820()50 phy_config <<= 8; in write_max2820()51 phy_config += (data >> 4) & 0xff; in write_max2820()54 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_max2820()
46 u32 phy_config; in write_sa2400() local49 phy_config = 0xb0000000; in write_sa2400()51 phy_config |= ((u32)(addr & 0xf)) << 24; in write_sa2400()52 phy_config |= data & 0xffffff; in write_sa2400()55 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_sa2400()
162 u32 phy_config = ~(FW_PHY_CFG_TX_CHAIN | in iwl_mld_get_phy_config() local167 phy_config |= valid_tx_ant << FW_PHY_CFG_TX_CHAIN_POS | in iwl_mld_get_phy_config()170 return mld->fw->phy_config & phy_config; in iwl_mld_get_phy_config()
767 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) { in print_packet()768 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id); in print_packet()771 if (pp->phy_config.set_root) in print_packet()772 printf(" set_root_id=%02x", pp->phy_config.root_id); in print_packet()773 if (pp->phy_config.set_gap_count) in print_packet()774 printf(" set_gap_count=%u", pp->phy_config.gap_count); in print_packet()
30 } phy_config; member
400 port->phy_config.dev = &port->dev->dev; in prestera_port_sfp_bind()401 port->phy_config.type = PHYLINK_NETDEV; in prestera_port_sfp_bind()406 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()408 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()410 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()412 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()414 port->phy_config.mac_capabilities = in prestera_port_sfp_bind()417 phy_link = phylink_create(&port->phy_config, fwnode, in prestera_port_sfp_bind()
157 struct phylink_config phy_config; member
63 .phy_config = ingenic_phy_config,
85 u32 phy_config = iwl_mvm_get_phy_config(mvm); in iwl_mvm_nic_config() local87 radio_cfg_type = (phy_config & FW_PHY_CFG_RADIO_TYPE) >> in iwl_mvm_nic_config()89 radio_cfg_step = (phy_config & FW_PHY_CFG_RADIO_STEP) >> in iwl_mvm_nic_config()91 radio_cfg_dash = (phy_config & FW_PHY_CFG_RADIO_DASH) >> in iwl_mvm_nic_config()
586 plat_data->phy_config = variant->phy_cfg; in sun8i_hdmi_phy_set_ops()
1023 drv->fw.phy_config = le32_to_cpup((const __le32 *)tlv_data); in iwl_parse_tlv_firmware()1024 drv->fw.valid_tx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware()1027 drv->fw.valid_rx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware()
6239 ldo->phy_config = (buf & ICE_LINK_OVERRIDE_PHY_CFG_M) >> in ice_get_link_default_override()