Home
last modified time | relevance | path

Searched refs:read_reg (Results 1 – 25 of 25) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_phy.c86 phy->ops.read_reg = e1000_null_read_reg; in e1000_init_phy_ops_generic()
233 if (!phy->ops.read_reg) in e1000_get_phy_id()
237 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id()
243 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id()
1020 ret_val = hw->phy.ops.read_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_set_master_slave_mode()
1070 ret_val = hw->phy.ops.read_reg(hw, I82577_CFG_REG, &phy_data); in e1000_copper_link_setup_82577()
1084 ret_val = hw->phy.ops.read_reg(hw, I82577_PHY_CTRL_2, &phy_data); in e1000_copper_link_setup_82577()
1128 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_setup_m88()
1201 ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_setup_m88()
1246 ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_setup_m88()
[all …]
HDe1000_82541.c102 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82541()
388 ret_val = hw->phy.ops.read_reg(hw, IGP01E1000_GMII_FIFO, in e1000_init_hw_82541()
463 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_EXP, &data); in e1000_get_link_up_info_82541()
470 ret_val = phy->ops.read_reg(hw, PHY_LP_ABILITY, &data); in e1000_get_link_up_info_82541()
702 ret_val = phy->ops.read_reg(hw, in e1000_config_dsp_after_link_change_82541()
726 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_config_dsp_after_link_change_82541()
732 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change_82541()
759 ret_val = phy->ops.read_reg(hw, 0x2F5B, in e1000_config_dsp_after_link_change_82541()
776 ret_val = phy->ops.read_reg(hw, in e1000_config_dsp_after_link_change_82541()
817 ret_val = phy->ops.read_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change_82541()
[all …]
HDe1000_80003es2lan.c121 phy->ops.read_reg = e1000_read_phy_reg_gg82563_80003es2lan; in e1000_init_phy_params_80003es2lan()
670 if (!(hw->phy.ops.read_reg)) in e1000_phy_force_speed_duplex_80003es2lan()
676 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
687 ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
726 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_MAC_SPEC_CTRL, in e1000_phy_force_speed_duplex_80003es2lan()
765 if (!(hw->phy.ops.read_reg)) in e1000_get_cable_length_80003es2lan()
768 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_DSP_DISTANCE, &phy_data); in e1000_get_cable_length_80003es2lan()
1050 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_MAC_SPEC_CTRL, &data); in e1000_copper_link_setup_gg82563_80003es2lan()
1069 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_SPEC_CTRL, &data); in e1000_copper_link_setup_gg82563_80003es2lan()
1126 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_SPEC_CTRL_2, &data); in e1000_copper_link_setup_gg82563_80003es2lan()
[all …]
HDe1000_82571.c126 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82571()
139 phy->ops.read_reg = e1000_read_phy_reg_m88; in e1000_init_phy_params_82571()
153 phy->ops.read_reg = e1000_read_phy_reg_bm2; in e1000_init_phy_params_82571()
485 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
491 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
988 if (!(phy->ops.read_reg)) in e1000_set_d0_lplu_state_82571()
991 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82571()
1003 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
1022 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82571()
1035 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82571()
[all …]
HDe1000_82540.c82 phy->ops.read_reg = e1000_read_phy_reg_m88; in e1000_init_phy_params_82540()
430 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, in e1000_setup_copper_link_82540()
539 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_PAGE_SELECT, in e1000_set_vco_speed_82540()
548 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_GEN_CONTROL, &phy_data); in e1000_set_vco_speed_82540()
563 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_GEN_CONTROL, &phy_data); in e1000_set_vco_speed_82540()
HDe1000_ich8lan.c464 phy->ops.read_reg = e1000_read_phy_reg_hv; in e1000_init_phy_params_pchlan()
556 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_ich8lan()
571 phy->ops.read_reg = e1000_read_phy_reg_bm; in e1000_init_phy_params_ich8lan()
611 phy->ops.read_reg = e1000_read_phy_reg_bm; in e1000_init_phy_params_ich8lan()
1052 ret_val = hw->phy.ops.read_reg(hw, I217_INBAND_CTRL, &reg); in e1000_k1_workaround_lpt_lp()
1765 hw->phy.ops.read_reg(hw, HV_KMRN_FIFO_CTRLSTA, &phy_reg); in e1000_check_for_copper_link_ich8lan()
2596 ret_val = hw->phy.ops.read_reg(hw, HV_KMRN_MODE_CTRL, &data); in e1000_set_mdio_slow_mode_hv()
2771 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg); in e1000_lv_jumbo_workaround_ich8lan()
2837 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data); in e1000_lv_jumbo_workaround_ich8lan()
2843 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data); in e1000_lv_jumbo_workaround_ich8lan()
[all …]
HDe1000_82575.c205 phy->ops.read_reg = e1000_read_phy_reg_sgmii_82575; in e1000_init_phy_params_82575()
212 phy->ops.read_reg = e1000_read_phy_reg_82580; in e1000_init_phy_params_82575()
217 phy->ops.read_reg = e1000_read_phy_reg_gs40g; in e1000_init_phy_params_82575()
221 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82575()
262 ret_val = phy->ops.read_reg(hw, in e1000_init_phy_params_82575()
818 if (!(hw->phy.ops.read_reg)) in e1000_set_d0_lplu_state_82575()
821 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82575()
833 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
851 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82575()
864 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82575()
[all …]
HDe1000_82543.c108 phy->ops.read_reg = (hw->mac.type == e1000_82543) in e1000_init_phy_params_82543()
798 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_polarity_reversal_workaround_82543()
802 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_polarity_reversal_workaround_82543()
1407 if (!(hw->phy.ops.read_reg)) in e1000_config_mac_to_phy_82543()
1419 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_config_mac_to_phy_82543()
HDe1000_mac.c1395 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up_generic()
1398 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up_generic()
1413 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up_generic()
1417 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up_generic()
HDe1000_api.c1017 if (hw->phy.ops.read_reg) in e1000_read_phy_reg()
1018 return hw->phy.ops.read_reg(hw, offset, data); in e1000_read_phy_reg()
HDe1000_i210.c876 ret_val = hw->phy.ops.read_reg(hw, E1000_MMDAAD, data); in __e1000_access_xmdio_reg()
HDe1000_hw.h778 s32 (*read_reg)(struct e1000_hw *, u32, u16 *); member
/dragonfly/sys/dev/netif/ix/
HDixgbe_phy.c261 phy->ops.read_reg = ixgbe_read_phy_reg_generic; in ixgbe_init_phy_ops_generic()
307 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY, in ixgbe_probe_phy()
413 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH, in ixgbe_validate_phy_addr()
437 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH, in ixgbe_get_phy_id()
443 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_LOW, in ixgbe_get_phy_id()
539 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic()
551 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic()
802 hw->phy.ops.read_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG, in ixgbe_setup_phy_link_generic()
815 hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG, in ixgbe_setup_phy_link_generic()
845 hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_ADVERTISE_REG, in ixgbe_setup_phy_link_generic()
[all …]
HDixgbe_x550.c503 hw->phy.ops.read_reg = NULL; in ixgbe_identify_phy_fw()
1966 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG, in ixgbe_get_lasi_ext_t_x550em()
1975 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_FLAG, in ixgbe_get_lasi_ext_t_x550em()
1985 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_ALARM_1, in ixgbe_get_lasi_ext_t_x550em()
1999 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_FAULT_MSG, in ixgbe_get_lasi_ext_t_x550em()
2015 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG, in ixgbe_get_lasi_ext_t_x550em()
2023 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM2, in ixgbe_get_lasi_ext_t_x550em()
2065 status = hw->phy.ops.read_reg(hw, in ixgbe_enable_lasi_ext_t_x550em()
2083 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2101 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK, in ixgbe_enable_lasi_ext_t_x550em()
[all …]
HDixgbe_82598.c615 hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS, in ixgbe_validate_link_ready()
659 hw->phy.ops.read_reg(hw, 0xC79F, IXGBE_TWINAX_DEV, &link_reg); in ixgbe_check_mac_link_82598()
660 hw->phy.ops.read_reg(hw, 0xC79F, IXGBE_TWINAX_DEV, &link_reg); in ixgbe_check_mac_link_82598()
661 hw->phy.ops.read_reg(hw, 0xC00C, IXGBE_TWINAX_DEV, in ixgbe_check_mac_link_82598()
673 hw->phy.ops.read_reg(hw, 0xC79F, in ixgbe_check_mac_link_82598()
676 hw->phy.ops.read_reg(hw, 0xC00C, in ixgbe_check_mac_link_82598()
1244 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY, in ixgbe_get_supported_physical_layer_82598()
HDixgbe_common.c278 hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_ADVT, in ixgbe_setup_fc_generic()
621 hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECL, in ixgbe_clear_hw_cntrs_generic()
623 hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECH, in ixgbe_clear_hw_cntrs_generic()
625 hw->phy.ops.read_reg(hw, IXGBE_LDPCECL, in ixgbe_clear_hw_cntrs_generic()
627 hw->phy.ops.read_reg(hw, IXGBE_LDPCECH, in ixgbe_clear_hw_cntrs_generic()
3083 hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_ADVT, in ixgbe_fc_autoneg_copper()
3086 hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_LP, in ixgbe_fc_autoneg_copper()
HDixgbe_x540.c344 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY, in ixgbe_get_supported_physical_layer_X540()
HDixgbe_api.c534 return ixgbe_call_func(hw, hw->phy.ops.read_reg, (hw, reg_addr, in ixgbe_read_phy_reg()
HDixgbe_82599.c2204 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY, in ixgbe_get_supported_physical_layer_82599()
HDixgbe_type.h4006 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *); member
/dragonfly/contrib/gcc-8.0/gcc/
HDdse.c1694 rtx read_reg = NULL; in find_shift_sequence() local
1798 read_reg = extract_low_bits (read_mode, new_mode, new_reg); in find_shift_sequence()
1802 return read_reg; in find_shift_sequence()
1831 rtx read_reg; in get_stored_val() local
1848 read_reg = find_shift_sequence (access_size, store_info, read_mode, in get_stored_val()
1858 read_reg = NULL_RTX; in get_stored_val()
1860 read_reg = extract_low_bits (read_mode, int_store_mode, const0_rtx); in get_stored_val()
1863 read_reg = NULL_RTX; in get_stored_val()
1875 read_reg = gen_int_mode (c, int_store_mode); in get_stored_val()
1876 read_reg = extract_low_bits (read_mode, int_store_mode, read_reg); in get_stored_val()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDdse.c1803 rtx read_reg = NULL; in find_shift_sequence() local
1900 read_reg = extract_low_bits (read_mode, new_mode, new_reg); in find_shift_sequence()
1904 return read_reg; in find_shift_sequence()
1938 rtx read_reg; in get_stored_val() local
1956 read_reg = find_shift_sequence (access_size, store_info, read_mode, shift, in get_stored_val()
1965 read_reg = NULL_RTX; in get_stored_val()
1967 read_reg = extract_low_bits (read_mode, store_mode, const0_rtx); in get_stored_val()
1970 read_reg = NULL_RTX; in get_stored_val()
1982 read_reg = gen_int_mode (c, store_mode); in get_stored_val()
1983 read_reg = extract_low_bits (read_mode, store_mode, read_reg); in get_stored_val()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDdwarf2expr.h35 CORE_ADDR (*read_reg) (void *baton, int regnum); member
HDdwarf2expr.c924 result = (ctx->funcs->read_reg) (ctx->baton, op - DW_OP_breg0); in execute_stack_op()
933 result = (ctx->funcs->read_reg) (ctx->baton, reg); in execute_stack_op()
958 result = (ctx->funcs->read_reg) (ctx->baton, in execute_stack_op()
1442 result = (ctx->funcs->read_reg) (ctx->baton, reg); in execute_stack_op()
HDdwarf2-frame.c289 read_reg (void *baton, int reg) in read_reg() function
349 read_reg,
387 result = read_reg (this_frame, value_as_long (dwarf_expr_fetch (ctx, 0))); in execute_stack_op()
1100 cache->cfa = read_reg (this_frame, fs->regs.cfa_reg); in dwarf2_frame_cache()