/freebsd/sys/dev/igc/ |
H A D | igc_phy.c | 30 phy->ops.read_reg = igc_null_read_reg; in igc_init_phy_ops_generic() 139 if (!phy->ops.read_reg) in igc_get_phy_id() 142 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in igc_get_phy_id() 148 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igc_get_phy_id() 299 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igc_phy_setup_autoneg() 305 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg() 313 ret_val = phy->ops.read_reg(hw, (STANDARD_AN_REG_MASK << in igc_phy_setup_autoneg() 500 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl); in igc_copper_link_autoneg() 662 if (!hw->phy.ops.read_reg) in igc_set_d3_lplu_state_generic() 665 ret_val = phy->ops.read_reg(hw, IGP02IGC_PHY_POWER_MGMT, &data); in igc_set_d3_lplu_state_generic() [all …]
|
H A D | igc_mac.c | 729 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in igc_config_fc_after_link_up_generic() 732 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in igc_config_fc_after_link_up_generic() 747 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igc_config_fc_after_link_up_generic() 751 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in igc_config_fc_after_link_up_generic()
|
H A D | igc_api.c | 454 if (hw->phy.ops.read_reg) in igc_read_phy_reg() 455 return hw->phy.ops.read_reg(hw, offset, data); in igc_read_phy_reg()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_phy.c | 86 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() 1129 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_setup_m88() 1203 ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_setup_m88() 1248 ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_setup_m88() [all …]
|
H A D | e1000_82541.c | 103 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82541() 391 ret_val = hw->phy.ops.read_reg(hw, IGP01E1000_GMII_FIFO, in e1000_init_hw_82541() 466 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_EXP, &data); in e1000_get_link_up_info_82541() 473 ret_val = phy->ops.read_reg(hw, PHY_LP_ABILITY, &data); in e1000_get_link_up_info_82541() 705 ret_val = phy->ops.read_reg(hw, in e1000_config_dsp_after_link_change_82541() 729 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_config_dsp_after_link_change_82541() 735 ret_val = phy->ops.read_reg(hw, PHY_1000T_STATUS, in e1000_config_dsp_after_link_change_82541() 762 ret_val = phy->ops.read_reg(hw, 0x2F5B, in e1000_config_dsp_after_link_change_82541() 779 ret_val = phy->ops.read_reg(hw, in e1000_config_dsp_after_link_change_82541() 820 ret_val = phy->ops.read_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change_82541() [all …]
|
H A D | e1000_80003es2lan.c | 119 phy->ops.read_reg = e1000_read_phy_reg_gg82563_80003es2lan; in e1000_init_phy_params_80003es2lan() 597 if (!(hw->phy.ops.read_reg)) in e1000_phy_force_speed_duplex_80003es2lan() 603 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_phy_force_speed_duplex_80003es2lan() 614 ret_val = hw->phy.ops.read_reg(hw, PHY_CONTROL, &phy_data); in e1000_phy_force_speed_duplex_80003es2lan() 653 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_MAC_SPEC_CTRL, in e1000_phy_force_speed_duplex_80003es2lan() 692 if (!(hw->phy.ops.read_reg)) in e1000_get_cable_length_80003es2lan() 695 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_DSP_DISTANCE, &phy_data); in e1000_get_cable_length_80003es2lan() 977 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_MAC_SPEC_CTRL, &data); in e1000_copper_link_setup_gg82563_80003es2lan() 996 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_SPEC_CTRL, &data); in e1000_copper_link_setup_gg82563_80003es2lan() 1053 ret_val = hw->phy.ops.read_reg(hw, GG82563_PHY_SPEC_CTRL_2, &data); in e1000_copper_link_setup_gg82563_80003es2lan() [all …]
|
H A D | e1000_82571.c | 123 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82571() 136 phy->ops.read_reg = e1000_read_phy_reg_m88; in e1000_init_phy_params_82571() 151 phy->ops.read_reg = e1000_read_phy_reg_bm2; in e1000_init_phy_params_82571() 483 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571() 489 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571() 878 if (!(phy->ops.read_reg)) in e1000_set_d0_lplu_state_82571() 881 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82571() 893 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571() 912 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82571() 925 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82571() [all …]
|
H A D | e1000_82540.c | 82 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()
|
H A D | e1000_ich8lan.c | 471 phy->ops.read_reg = e1000_read_phy_reg_hv; in e1000_init_phy_params_pchlan() 567 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_ich8lan() 582 phy->ops.read_reg = e1000_read_phy_reg_bm; in e1000_init_phy_params_ich8lan() 622 phy->ops.read_reg = e1000_read_phy_reg_bm; in e1000_init_phy_params_ich8lan() 1067 ret_val = hw->phy.ops.read_reg(hw, I217_INBAND_CTRL, ®); in e1000_k1_workaround_lpt_lp() 1781 hw->phy.ops.read_reg(hw, HV_KMRN_FIFO_CTRLSTA, &phy_reg); in e1000_check_for_copper_link_ich8lan() 2622 ret_val = hw->phy.ops.read_reg(hw, HV_KMRN_MODE_CTRL, &data); in e1000_set_mdio_slow_mode_hv() 2799 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg); in e1000_lv_jumbo_workaround_ich8lan() 2865 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data); in e1000_lv_jumbo_workaround_ich8lan() 2871 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data); in e1000_lv_jumbo_workaround_ich8lan() [all …]
|
H A D | e1000_82575.c | 200 phy->ops.read_reg = e1000_read_phy_reg_sgmii_82575; in e1000_init_phy_params_82575() 207 phy->ops.read_reg = e1000_read_phy_reg_82580; in e1000_init_phy_params_82575() 212 phy->ops.read_reg = e1000_read_phy_reg_gs40g; in e1000_init_phy_params_82575() 216 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82575() 288 ret_val = phy->ops.read_reg(hw, E1000_M88E1112_MAC_CTRL_1, in e1000_init_phy_params_82575() 766 if (!(hw->phy.ops.read_reg)) in e1000_set_d0_lplu_state_82575() 769 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82575() 781 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575() 799 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82575() 812 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82575() [all …]
|
H A D | e1000_82543.c | 110 phy->ops.read_reg = (hw->mac.type == e1000_82543) in e1000_init_phy_params_82543() 802 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_polarity_reversal_workaround_82543() 806 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_polarity_reversal_workaround_82543() 1411 if (!(hw->phy.ops.read_reg)) in e1000_config_mac_to_phy_82543() 1423 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_config_mac_to_phy_82543()
|
H A D | e1000_mac.c | 1396 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up_generic() 1399 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up_generic() 1414 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up_generic() 1418 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up_generic()
|
H A D | e1000_api.c | 1044 if (hw->phy.ops.read_reg) in e1000_read_phy_reg() 1045 return hw->phy.ops.read_reg(hw, offset, data); in e1000_read_phy_reg()
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | nxprtc.c | 291 read_reg(struct nxprtc_softc *sc, uint8_t reg, uint8_t *val) in read_reg() function 318 if ((err = read_reg(sc, sc->secaddr, &sec)) != 0) in read_timeregs() 320 if ((err = read_reg(sc, sc->tmcaddr, &tmr1)) != 0) in read_timeregs() 322 if ((err = read_reg(sc, sc->tmcaddr, &tmr2)) != 0) in read_timeregs() 420 if ((err = read_reg(sc, PCF8523_R_CS3, &cs3)) != 0) { in pcf8523_battery_check() 532 err = read_reg(sc, PCF2127_R_AGING_OFFSET, &freqadj); in pcf8523_start() 566 if ((err = read_reg(sc, PCF8523_R_TMR_A_FREQ, &tmrfreq)) != 0) in pcf8523_start_timer() 568 if ((err = read_reg(sc, PCF8523_R_TMR_CLKOUT, &clkout)) != 0) in pcf8523_start_timer() 598 if ((err = read_reg(sc, PCF2127_R_TMR_CTL, &tmrctl)) != 0) in pcf2127_start_timer() 665 if ((err = read_reg(sc, PCF8563_R_TMR_CTRL, &tmrctl)) != 0) in pcf8563_start_timer() [all …]
|
H A D | ds13rtc.c | 204 read_reg(struct ds13rtc_softc *sc, uint8_t reg, uint8_t *val) in read_reg() function 312 if (read_reg(sc, sc->osfaddr, &statreg) != 0) { in ds13rtc_start() 327 if (read_reg(sc, sc->secaddr + 2, &statreg) != 0) { in ds13rtc_start() 356 if ((err = read_reg(sc, sc->osfaddr, &statreg)) != 0) { in ds13rtc_gettime() 457 if ((err = read_reg(sc, sc->osfaddr, &statreg)) != 0) in ds13rtc_settime()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_phy.c | 256 phy->ops.read_reg = ixgbe_read_phy_reg_generic; in ixgbe_init_phy_ops_generic() 302 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY, in ixgbe_probe_phy() 408 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH, in ixgbe_validate_phy_addr() 432 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH, in ixgbe_get_phy_id() 438 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_LOW, in ixgbe_get_phy_id() 533 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic() 545 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic() 582 hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_CONTROL, in ixgbe_restart_auto_neg() 816 hw->phy.ops.read_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG, in ixgbe_setup_phy_link_generic() 829 hw->phy.ops.read_reg(hw, IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG, in ixgbe_setup_phy_link_generic() [all …]
|
H A D | ixgbe_x550.c | 501 hw->phy.ops.read_reg = NULL; in ixgbe_identify_phy_fw() 1904 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG, in ixgbe_get_lasi_ext_t_x550em() 1913 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_FLAG, in ixgbe_get_lasi_ext_t_x550em() 1923 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_ALARM_1, in ixgbe_get_lasi_ext_t_x550em() 1937 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_FAULT_MSG, in ixgbe_get_lasi_ext_t_x550em() 1953 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG, in ixgbe_get_lasi_ext_t_x550em() 1961 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM2, in ixgbe_get_lasi_ext_t_x550em() 2003 status = hw->phy.ops.read_reg(hw, in ixgbe_enable_lasi_ext_t_x550em() 2021 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_MASK, in ixgbe_enable_lasi_ext_t_x550em() 2039 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK, in ixgbe_enable_lasi_ext_t_x550em() [all …]
|
H A D | ixgbe_82598.c | 615 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()
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 133 read_reg(struct flex_spi_softc *sc, uint32_t offset) in read_reg() function 154 reg = read_reg(sc, offset); in reg_read_poll_tout() 306 reg = read_reg(sc, FSPI_RFDR); in flex_spi_read_rxfifo() 308 reg = read_reg(sc, FSPI_RFDR + 4); in flex_spi_read_rxfifo() 376 reg = read_reg(sc, FSPI_IPRXFCR); in flex_spi_do_op() 403 reg = read_reg(sc, FSPI_INTR); in flex_spi_do_op() 638 reg = read_reg(sc, FSPI_MCR0); in flex_spi_default_setup() 662 reg = read_reg(sc, FSPI_MCR2); in flex_spi_default_setup() 759 reg = read_reg(sc, FSPI_INTR); in flex_spi_attach()
|
/freebsd/sys/dev/sume/ |
H A D | if_sume.c | 166 read_reg(struct sume_adapter *adapter, int offset) in read_reg() function 329 vect0 = read_reg(adapter, RIFFA_IRQ_REG0_OFF); in sume_intr_handler() 376 len = read_reg(adapter, RIFFA_CHNL_REG(ch, in sume_intr_handler() 429 recv->offlast = read_reg(adapter, in sume_intr_handler() 432 recv->len = read_reg(adapter, RIFFA_CHNL_REG(ch, in sume_intr_handler() 493 len = read_reg(adapter, RIFFA_CHNL_REG(ch, in sume_intr_handler() 530 read_reg(adapter, RIFFA_CHNL_REG(ch, in sume_intr_handler() 628 reg = read_reg(adapter, RIFFA_INFO_REG_OFF); in sume_probe_riffa_pci() 1372 read_reg(adapter, RIFFA_INFO_REG_OFF); in sume_local_timer() 1445 read_reg(adapter, RIFFA_INFO_REG_OFF); in sume_attach()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_mhi.c | 76 CHECK_FIELD(read_reg); in linuxkpi_mhi_register_controller()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_nvhe.c | 98 return (VMM_HYP_FUNC(read_reg)(x1)); in vmm_hyp_enter()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mhi.h | 96 int (*read_reg)(struct mhi_controller *, void __iomem *, uint32_t *); member
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | debug.c | 39 } read_reg; member 117 len = debugfs_priv->read_reg.len; in rtw_debugfs_get_read_reg() 118 addr = debugfs_priv->read_reg.addr; in rtw_debugfs_get_read_reg() 219 debugfs_priv->read_reg.addr = addr; in rtw_debugfs_set_read_reg() 220 debugfs_priv->read_reg.len = len; in rtw_debugfs_set_read_reg() 1229 rtw_debugfs_add_rw(read_reg);
|
/freebsd/sys/dev/flash/ |
H A D | qspi_if.m | 69 METHOD int read_reg {
|