/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_combo_phy_regs.h | 17 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \ argument 24 #define _ICL_PORT_CL_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument 27 #define ICL_PORT_CL_DW5(phy) _MMIO(_ICL_PORT_CL_DW(5, phy)) argument 31 #define ICL_PORT_CL_DW10(phy) _MMIO(_ICL_PORT_CL_DW(10, phy)) argument 46 #define ICL_PORT_CL_DW12(phy) _MMIO(_ICL_PORT_CL_DW(12, phy)) argument 51 #define _ICL_PORT_COMP_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument 54 #define ICL_PORT_COMP_DW0(phy) _MMIO(_ICL_PORT_COMP_DW(0, phy)) argument 57 #define ICL_PORT_COMP_DW1(phy) _MMIO(_ICL_PORT_COMP_DW(1, phy)) argument 59 #define ICL_PORT_COMP_DW3(phy) _MMIO(_ICL_PORT_COMP_DW(3, phy)) argument 69 #define ICL_PORT_COMP_DW8(phy) _MMIO(_ICL_PORT_COMP_DW(8, phy)) argument [all …]
|
H A D | intel_snps_phy_regs.h | 13 #define _SNPS_PHY(phy) _PHY(phy, \ argument 16 #define _SNPS2(phy, reg) (_SNPS_PHY(phy) - \ argument 18 #define _MMIO_SNPS(phy, reg) _MMIO(_SNPS2(phy, reg)) argument 19 #define _MMIO_SNPS_LN(ln, phy, reg) _MMIO(_SNPS2(phy, \ argument 22 #define SNPS_PHY_MPLLB_CP(phy) _MMIO_SNPS(phy, 0x168000) argument 28 #define SNPS_PHY_MPLLB_DIV(phy) _MMIO_SNPS(phy, 0x168004) argument 41 #define SNPS_PHY_MPLLB_FRACN1(phy) _MMIO_SNPS(phy, 0x168008) argument 46 #define SNPS_PHY_MPLLB_FRACN2(phy) _MMIO_SNPS(phy, 0x16800C) argument 50 #define SNPS_PHY_MPLLB_SSCEN(phy) _MMIO_SNPS(phy, 0x168014) argument 55 #define SNPS_PHY_MPLLB_SSCSTEP(phy) _MMIO_SNPS(phy, 0x168018) argument [all …]
|
H A D | bxt_dpio_phy_regs.h | 15 #define BXT_PHY_BASE(phy) \ argument 20 #define _BXT_PHY(phy, reg) \ argument 23 #define _BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 26 #define _MMIO_BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 30 #define _MMIO_BXT_PHY_CH_LN(phy, ch, lane, reg_ch0, reg_ch1) \ argument 51 #define BXT_PORT_PLL_EBB_0(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 60 #define BXT_PORT_PLL_EBB_4(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 95 #define _PORT_PLL_BASE(phy, ch) _BXT_PHY_CH(phy, ch, \ argument 98 #define BXT_PORT_PLL(phy, ch, idx) _MMIO(_PORT_PLL_BASE(phy, ch) + \ argument 106 #define BXT_PORT_CL1CM_DW0(phy) _BXT_PHY((phy), _PORT_CL1CM_DW0_BC) argument [all …]
|
H A D | intel_combo_phy.c | 55 icl_get_procmon_ref_values(struct drm_i915_private *dev_priv, enum phy phy) in icl_get_procmon_ref_values() 78 enum phy phy) in icl_set_procmon_ref_values() 92 enum phy phy, i915_reg_t reg, u32 mask, in check_phy_reg() 110 enum phy phy) in icl_verify_procmon_ref_values() 127 static bool has_phy_misc(struct drm_i915_private *i915, enum phy phy) in has_phy_misc() 149 enum phy phy) in icl_combo_phy_enabled() 189 static bool phy_is_master(struct drm_i915_private *dev_priv, enum phy phy) in phy_is_master() 218 enum phy phy) in icl_combo_phy_verify_state() 260 enum phy phy, bool is_dsi, in intel_combo_phy_power_up_lanes() 310 enum phy phy; in icl_combo_phys_init() local [all …]
|
/linux/drivers/net/ |
H A D | sungem_phy.c | 47 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg) in __sungem_phy_read() 52 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val) in __sungem_phy_write() 57 static inline int sungem_phy_read(struct mii_phy* phy, int reg) in sungem_phy_read() 62 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val) in sungem_phy_write() 67 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy() 91 static int bcm5201_init(struct mii_phy* phy) in bcm5201_init() 104 static int bcm5201_suspend(struct mii_phy* phy) in bcm5201_suspend() 112 static int bcm5221_init(struct mii_phy* phy) in bcm5221_init() 135 static int bcm5221_suspend(struct mii_phy* phy) in bcm5221_suspend() 150 static int bcm5241_init(struct mii_phy* phy) in bcm5241_init() [all …]
|
/linux/drivers/phy/ |
H A D | phy-core.c | 37 struct phy *phy = *(struct phy **)res; in devm_phy_release() local 51 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local 58 struct phy **phy = res; in devm_phy_match() local 71 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() 103 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() 155 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get() 173 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() 191 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() 203 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() 215 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow() [all …]
|
/linux/include/linux/phy/ |
H A D | phy.h | 158 struct phy { struct 161 const struct phy_ops *ops; argument 165 struct phy_attrs attrs; argument 171 * struct phy_provider - represents the phy provider argument 198 struct phy *phy; member 215 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata() 220 static inline void *phy_get_drvdata(struct phy *phy) in phy_get_drvdata() 237 #define phy_set_mode(phy, mode) \ argument 245 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode() 253 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width() [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | ael1002.c | 84 static int set_phy_regs(struct cphy *phy, const struct reg_val *rv) in set_phy_regs() 100 static void ael100x_txon(struct cphy *phy) in ael100x_txon() 113 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd() 141 static int ael1002_power_down(struct cphy *phy, int enable) in ael1002_power_down() 153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset() 168 static int ael1002_intr_noop(struct cphy *phy) in ael1002_intr_noop() 176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed, in get_link_status_r() 212 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1002_phy_prep() 222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset() 238 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1006_phy_prep() [all …]
|
H A D | aq100x.c | 65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset() 80 static int aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable() 90 static int aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable() 95 static int aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear() 105 static int aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler() 120 static int aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down() 127 static int aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable() 140 static int aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart() 153 static int aq100x_advertise(struct cphy *phy, unsigned int advertise_map) in aq100x_advertise() 194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback() [all …]
|
/linux/drivers/media/platform/ti/cal/ |
H A D | cal-camerarx.c | 33 static inline u32 camerarx_read(struct cal_camerarx *phy, u32 offset) in camerarx_read() 38 static inline void camerarx_write(struct cal_camerarx *phy, u32 offset, u32 val) in camerarx_write() 48 static s64 cal_camerarx_get_ext_link_freq(struct cal_camerarx *phy) in cal_camerarx_get_ext_link_freq() 80 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config() 108 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable() 121 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable() 133 static void cal_camerarx_config(struct cal_camerarx *phy, s64 link_freq) in cal_camerarx_config() 168 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power() 197 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset() 217 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state() [all …]
|
/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 35 static inline int _phy_read(struct mii_phy *phy, int reg) in _phy_read() 40 static inline void _phy_write(struct mii_phy *phy, int reg, int val) in _phy_write() 45 static inline int gpcs_phy_read(struct mii_phy *phy, int reg) in gpcs_phy_read() 50 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) in gpcs_phy_write() 55 int emac_mii_reset_phy(struct mii_phy *phy) in emac_mii_reset_phy() 79 int emac_mii_reset_gpcs(struct mii_phy *phy) in emac_mii_reset_gpcs() 110 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg() 169 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd) in genmii_setup_forced() 206 static int genmii_poll_link(struct mii_phy *phy) in genmii_poll_link() 220 static int genmii_read_link(struct mii_phy *phy) in genmii_read_link() [all …]
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 127 static void sun8i_hdmi_phy_set_polarity(struct sun8i_hdmi_phy *phy, in sun8i_hdmi_phy_set_polarity() 147 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_config() local 211 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_disable() local 233 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_config() local 385 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_disable() local 402 static void sun8i_hdmi_phy_unlock(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_unlock() 413 static void sun50i_hdmi_phy_init_h6(struct sun8i_hdmi_phy *phy) in sun50i_hdmi_phy_init_h6() 423 static void sun8i_hdmi_phy_init_a83t(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_a83t() 440 static void sun8i_hdmi_phy_init_h3(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_h3() 518 int sun8i_hdmi_phy_init(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init() [all …]
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.c | 56 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id() local 115 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_mdic() local 171 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_mdic() local 228 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_i2c() local 273 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_i2c() local 457 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_82580() local 524 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88() local 628 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88_gen2() local 724 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_igp() local 863 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_autoneg() local [all …]
|
/linux/drivers/usb/phy/ |
H A D | phy-ulpi.c | 42 static int ulpi_set_otg_flags(struct usb_phy *phy) in ulpi_set_otg_flags() 66 static int ulpi_set_fc_flags(struct usb_phy *phy) in ulpi_set_fc_flags() 108 static int ulpi_set_ic_flags(struct usb_phy *phy) in ulpi_set_ic_flags() 127 static int ulpi_set_flags(struct usb_phy *phy) in ulpi_set_flags() 142 static int ulpi_check_integrity(struct usb_phy *phy) in ulpi_check_integrity() 168 static int ulpi_init(struct usb_phy *phy) in ulpi_init() 201 struct usb_phy *phy = otg->usb_phy; in ulpi_set_host() local 227 struct usb_phy *phy = otg->usb_phy; in ulpi_set_vbus() local 243 static void otg_ulpi_init(struct usb_phy *phy, struct usb_otg *otg, in otg_ulpi_init() 262 struct usb_phy *phy; in otg_ulpi_create() local [all …]
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 101 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_read16() local 135 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_all_gains() local 171 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_original_gains() local 211 struct b43legacy_phy *phy = &dev->phy; in b43legacy_synth_pu_workaround() local 232 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_detect() local 266 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_scan() local 351 struct b43legacy_phy *phy = &dev->phy; in b43legacy_nrssi_mem_update() local 368 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_offset() local 538 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_slope() local 803 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_threshold() local [all …]
|
H A D | phy.c | 118 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_calibrate() local 136 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_init_pctl() local 195 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_agcsetup() local 311 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_setupg() local 423 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb2() local 472 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb4() local 528 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb5() local 643 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb6() local 786 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_loopback_gain() local 985 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initg() local [all …]
|
/linux/drivers/scsi/libsas/ |
H A D | sas_port.c | 15 static bool phy_is_wideport_member(struct asd_sas_port *port, struct asd_sas_phy *phy) in phy_is_wideport_member() 26 static void sas_resume_port(struct asd_sas_phy *phy) in sas_resume_port() 60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port() local 71 struct asd_sas_phy *phy, bool wideport) in sas_form_port_add_phy() 104 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port() 209 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port() 276 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() local 284 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() local 302 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() local 310 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() local [all …]
|
/linux/drivers/phy/hisilicon/ |
H A D | phy-hi3670-pcie.c | 168 static inline void hi3670_apb_phy_writel(struct hi3670_pcie_phy *phy, u32 val, in hi3670_apb_phy_writel() 174 static inline u32 hi3670_apb_phy_readl(struct hi3670_pcie_phy *phy, u32 reg) in hi3670_apb_phy_readl() 179 static inline void hi3670_apb_phy_updatel(struct hi3670_pcie_phy *phy, in hi3670_apb_phy_updatel() 190 static inline void kirin_apb_natural_phy_writel(struct hi3670_pcie_phy *phy, in kirin_apb_natural_phy_writel() 196 static inline u32 kirin_apb_natural_phy_readl(struct hi3670_pcie_phy *phy, in kirin_apb_natural_phy_readl() 202 static void hi3670_pcie_phy_oe_enable(struct hi3670_pcie_phy *phy, bool enable) in hi3670_pcie_phy_oe_enable() 215 static void hi3670_pcie_get_eyeparam(struct hi3670_pcie_phy *phy) in hi3670_pcie_get_eyeparam() 233 static void hi3670_pcie_set_eyeparam(struct hi3670_pcie_phy *phy) in hi3670_pcie_set_eyeparam() 278 static void hi3670_pcie_natural_cfg(struct hi3670_pcie_phy *phy) in hi3670_pcie_natural_cfg() 306 static void hi3670_pcie_pll_init(struct hi3670_pcie_phy *phy) in hi3670_pcie_pll_init() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 196 static int mt76_led_init(struct mt76_phy *phy) in mt76_led_init() 243 static void mt76_led_cleanup(struct mt76_phy *phy) in mt76_led_cleanup() 251 static void mt76_init_stream_cap(struct mt76_phy *phy, in mt76_init_stream_cap() 293 void mt76_set_stream_caps(struct mt76_phy *phy, bool vht) in mt76_set_stream_caps() 305 mt76_init_sband(struct mt76_phy *phy, struct mt76_sband *msband, in mt76_init_sband() 362 mt76_init_sband_2g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_2g() 373 mt76_init_sband_5g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_5g() 384 mt76_init_sband_6g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_6g() 395 mt76_check_sband(struct mt76_phy *phy, struct mt76_sband *msband, in mt76_check_sband() 424 mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw) in mt76_phy_init() [all …]
|
H A D | testmode.c | 31 void mt76_testmode_tx_pending(struct mt76_phy *phy) in mt76_testmode_tx_pending() 71 mt76_testmode_max_mpdu_len(struct mt76_phy *phy, u8 tx_rate_mode) in mt76_testmode_max_mpdu_len() 93 mt76_testmode_free_skb(struct mt76_phy *phy) in mt76_testmode_free_skb() 101 int mt76_testmode_alloc_skb(struct mt76_phy *phy, u32 len) in mt76_testmode_alloc_skb() 178 mt76_testmode_tx_init(struct mt76_phy *phy) in mt76_testmode_tx_init() 270 mt76_testmode_tx_start(struct mt76_phy *phy) in mt76_testmode_tx_start() 282 mt76_testmode_tx_stop(struct mt76_phy *phy) in mt76_testmode_tx_stop() 312 mt76_testmode_init_defaults(struct mt76_phy *phy) in mt76_testmode_init_defaults() 330 __mt76_testmode_set_state(struct mt76_phy *phy, enum mt76_testmode_state state) in __mt76_testmode_set_state() 364 int mt76_testmode_set_state(struct mt76_phy *phy, enum mt76_testmode_state state) in mt76_testmode_set_state() [all …]
|
/linux/drivers/net/phy/ |
H A D | phy_led_triggers.c | 8 static struct phy_led_trigger *phy_speed_to_led_trigger(struct phy_device *phy, in phy_speed_to_led_trigger() 20 static void phy_led_trigger_no_link(struct phy_device *phy) in phy_led_trigger_no_link() 29 void phy_led_trigger_change_speed(struct phy_device *phy) in phy_led_trigger_change_speed() 60 static void phy_led_trigger_format_name(struct phy_device *phy, char *buf, in phy_led_trigger_format_name() 67 static int phy_led_trigger_register(struct phy_device *phy, in phy_led_trigger_register() 84 int phy_led_triggers_register(struct phy_device *phy) in phy_led_triggers_register() 142 void phy_led_triggers_unregister(struct phy_device *phy) in phy_led_triggers_unregister()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 71 struct b43_phy *phy = &dev->phy; in generate_rfatt_list() local 166 struct b43_phy *phy = &dev->phy; in b43_synth_pu_workaround() local 189 struct b43_phy *phy = &dev->phy; in b43_gphy_set_baseband_attenuation() local 207 struct b43_phy *phy = &dev->phy; in b43_set_txpower_g() local 272 struct b43_phy *phy = &dev->phy; in b43_gphy_gain_lt_init() local 299 struct b43_phy *phy = &dev->phy; in b43_set_all_gains() local 330 struct b43_phy *phy = &dev->phy; in b43_set_original_gains() local 411 struct b43_phy *phy = &dev->phy; in b43_calc_nrssi_offset() local 558 struct b43_phy *phy = &dev->phy; in b43_calc_nrssi_slope() local 700 struct b43_phy *phy = &dev->phy; in b43_calc_nrssi_threshold() local [all …]
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 2589 struct bnx2x_phy *phy, in bnx2x_cl22_write() 2624 struct bnx2x_phy *phy, in bnx2x_cl22_read() 2665 static int bnx2x_cl45_read(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read() 2740 static int bnx2x_cl45_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_write() 2951 static int bnx2x_eee_disable(struct bnx2x_phy *phy, in bnx2x_eee_disable() 2967 static int bnx2x_eee_advertise(struct bnx2x_phy *phy, in bnx2x_eee_advertise() 3004 static void bnx2x_eee_an_resolve(struct bnx2x_phy *phy, in bnx2x_eee_an_resolve() 3171 static void bnx2x_cl45_read_or_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read_or_write() 3180 struct bnx2x_phy *phy, in bnx2x_cl45_read_and_write() 3221 static u8 bnx2x_get_warpcore_lane(struct bnx2x_phy *phy, in bnx2x_get_warpcore_lane() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 50 struct mt7915_phy *phy = dev_get_drvdata(dev); in mt7915_thermal_temp_show() local 76 struct mt7915_phy *phy = dev_get_drvdata(dev); in mt7915_thermal_temp_store() local 134 struct mt7915_phy *phy = cdev->devdata; in mt7915_thermal_get_cur_throttle_state() local 145 struct mt7915_phy *phy = cdev->devdata; in mt7915_thermal_set_cur_throttle_state() local 177 static void mt7915_unregister_thermal(struct mt7915_phy *phy) in mt7915_unregister_thermal() 188 static int mt7915_thermal_init(struct mt7915_phy *phy) in mt7915_thermal_init() 280 static void __mt7915_init_txpower(struct mt7915_phy *phy, in __mt7915_init_txpower() 313 void mt7915_init_txpower(struct mt7915_phy *phy) in mt7915_init_txpower() 333 struct mt7915_phy *phy = mphy->priv; in mt7915_regd_notifier() local 348 mt7915_init_wiphy(struct mt7915_phy *phy) in mt7915_init_wiphy() [all …]
|
H A D | testmode.c | 38 mt7915_tm_set_tx_power(struct mt7915_phy *phy) in mt7915_tm_set_tx_power() 74 mt7915_tm_set_freq_offset(struct mt7915_phy *phy, bool en, u32 val) in mt7915_tm_set_freq_offset() 106 mt7915_tm_set_trx(struct mt7915_phy *phy, int type, bool en) in mt7915_tm_set_trx() 122 mt7915_tm_clean_hwq(struct mt7915_phy *phy, u8 wcid) in mt7915_tm_clean_hwq() 137 mt7915_tm_set_slot_time(struct mt7915_phy *phy, u8 slot_time, u8 sifs) in mt7915_tm_set_slot_time() 155 mt7915_tm_set_tam_arb(struct mt7915_phy *phy, bool enable, bool mu) in mt7915_tm_set_tam_arb() 171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, in mt7915_tm_set_wmm_qid() 190 mt7915_tm_set_ipg_params(struct mt7915_phy *phy, u32 ipg, u8 mode) in mt7915_tm_set_ipg_params() 255 mt7915_tm_set_tx_len(struct mt7915_phy *phy, u32 tx_time) in mt7915_tm_set_tx_len() 335 mt7915_tm_reg_backup_restore(struct mt7915_phy *phy) in mt7915_tm_reg_backup_restore() [all …]
|