Home
last modified time | relevance | path

Searched refs:cphy (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb/
Dmv88x201x.c40 static int led_init(struct cphy *cphy) in led_init() argument
46 cphy_mdio_write(cphy, MDIO_MMD_PCS, 0x8304, 0xdddd); in led_init()
50 static int led_link(struct cphy *cphy, u32 do_enable) in led_link() argument
55 cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_CTRL2, &led); in led_link()
59 cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_CTRL2, led); in led_link()
62 cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_CTRL2, led); in led_link()
68 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset() argument
76 static int mv88x201x_interrupt_enable(struct cphy *cphy) in mv88x201x_interrupt_enable() argument
79 cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL, in mv88x201x_interrupt_enable()
83 if (t1_is_asic(cphy->adapter)) { in mv88x201x_interrupt_enable()
[all …]
Dmv88e1xxx.c18 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_set_bit() argument
22 (void) simple_mdio_read(cphy, reg, &val); in mdio_set_bit()
23 (void) simple_mdio_write(cphy, reg, val | bitval); in mdio_set_bit()
29 static void mdio_clear_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_clear_bit() argument
33 (void) simple_mdio_read(cphy, reg, &val); in mdio_clear_bit()
34 (void) simple_mdio_write(cphy, reg, val & ~bitval); in mdio_clear_bit()
48 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset() argument
53 mdio_set_bit(cphy, MII_BMCR, BMCR_RESET); in mv88e1xxx_reset()
56 (void) simple_mdio_read(cphy, MII_BMCR, &ctl); in mv88e1xxx_reset()
65 static int mv88e1xxx_interrupt_enable(struct cphy *cphy) in mv88e1xxx_interrupt_enable() argument
[all …]
Dmy3126.c8 static int my3126_reset(struct cphy *cphy, int wait) in my3126_reset() argument
17 static int my3126_interrupt_enable(struct cphy *cphy) in my3126_interrupt_enable() argument
19 schedule_delayed_work(&cphy->phy_update, HZ/30); in my3126_interrupt_enable()
20 t1_tpi_read(cphy->adapter, A_ELMER0_GPO, &cphy->elmer_gpo); in my3126_interrupt_enable()
24 static int my3126_interrupt_disable(struct cphy *cphy) in my3126_interrupt_disable() argument
26 cancel_delayed_work_sync(&cphy->phy_update); in my3126_interrupt_disable()
30 static int my3126_interrupt_clear(struct cphy *cphy) in my3126_interrupt_clear() argument
37 static int my3126_interrupt_handler(struct cphy *cphy) in my3126_interrupt_handler() argument
44 adapter = cphy->adapter; in my3126_interrupt_handler()
46 if (cphy->count == 50) { in my3126_interrupt_handler()
[all …]
Dcphy.h56 struct cphy;
60 void (*destroy)(struct cphy *);
61 int (*reset)(struct cphy *, int wait);
63 int (*interrupt_enable)(struct cphy *);
64 int (*interrupt_disable)(struct cphy *);
65 int (*interrupt_clear)(struct cphy *);
66 int (*interrupt_handler)(struct cphy *);
68 int (*autoneg_enable)(struct cphy *);
69 int (*autoneg_disable)(struct cphy *);
70 int (*autoneg_restart)(struct cphy *);
[all …]
Dcommon.h209 struct cphy;
214 struct cphy *phy;
330 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
Dsubr.c144 struct cphy *phy = adapter->port[port_id].phy; in t1_link_changed()
195 struct cphy *phy = adapter->port[p].phy; in fpga_phy_intr_handler()
626 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start()
672 struct cphy *phy; in t1_elmer0_ext_intr_handler()
1031 struct cphy *phy = adapter->port[i].phy; in t1_free_sw_modules()
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb3/
Dvsc8211.c92 static int vsc8211_reset(struct cphy *cphy, int wait) in vsc8211_reset() argument
94 return t3_phy_reset(cphy, MDIO_DEVAD_NONE, 0); in vsc8211_reset()
97 static int vsc8211_intr_enable(struct cphy *cphy) in vsc8211_intr_enable() argument
99 return t3_mdio_write(cphy, MDIO_DEVAD_NONE, VSC8211_INTR_ENABLE, in vsc8211_intr_enable()
103 static int vsc8211_intr_disable(struct cphy *cphy) in vsc8211_intr_disable() argument
105 return t3_mdio_write(cphy, MDIO_DEVAD_NONE, VSC8211_INTR_ENABLE, 0); in vsc8211_intr_disable()
108 static int vsc8211_intr_clear(struct cphy *cphy) in vsc8211_intr_clear() argument
113 return t3_mdio_read(cphy, MDIO_DEVAD_NONE, VSC8211_INTR_STATUS, &val); in vsc8211_intr_clear()
116 static int vsc8211_autoneg_enable(struct cphy *cphy) in vsc8211_autoneg_enable() argument
118 return t3_mdio_change_bits(cphy, MDIO_DEVAD_NONE, MII_BMCR, in vsc8211_autoneg_enable()
[all …]
Dael1002.c84 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 …]
Dcommon.h153 struct cphy;
518 int (*reset)(struct cphy *phy, int wait);
520 int (*intr_enable)(struct cphy *phy);
521 int (*intr_disable)(struct cphy *phy);
522 int (*intr_clear)(struct cphy *phy);
523 int (*intr_handler)(struct cphy *phy);
525 int (*autoneg_enable)(struct cphy *phy);
526 int (*autoneg_restart)(struct cphy *phy);
528 int (*advertise)(struct cphy *phy, unsigned int advertise_map);
529 int (*set_loopback)(struct cphy *phy, int mmd, int dir, int enable);
[all …]
Daq100x.c65 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 …]
Dadapter.h72 struct cphy phy;
289 static inline int phy2portid(struct cphy *phy) in phy2portid()
332 int t3_get_edc_fw(struct cphy *phy, int edc_idx, int size);
Dt3_hw.c329 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear, in t3_mdio_change_bits()
353 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset()
383 int t3_phy_advertise(struct cphy *phy, unsigned int advert) in t3_phy_advertise()
426 int t3_phy_advertise_fiber(struct cphy *phy, unsigned int advert) in t3_phy_advertise_fiber()
450 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex) in t3_set_phy_speed_duplex()
476 int t3_phy_lasi_intr_enable(struct cphy *phy) in t3_phy_lasi_intr_enable()
482 int t3_phy_lasi_intr_disable(struct cphy *phy) in t3_phy_lasi_intr_disable()
487 int t3_phy_lasi_intr_clear(struct cphy *phy) in t3_phy_lasi_intr_clear()
494 int t3_phy_lasi_intr_handler(struct cphy *phy) in t3_phy_lasi_intr_handler()
549 int (*phy_prep)(struct cphy *phy, struct adapter *adapter,
[all …]
Dcxgb3_main.c1024 int t3_get_edc_fw(struct cphy *phy, int edc_idx, int size) in t3_get_edc_fw()
/linux-6.12.1/drivers/staging/media/max96712/
Dmax96712.c33 bool cphy; member
132 if (priv->cphy) { in max96712_mipi_configure()
385 priv->cphy = false; in max96712_parse_dt()
389 priv->cphy = true; in max96712_parse_dt()
/linux-6.12.1/drivers/media/i2c/
Dccs-pll.c442 struct ccs_pll_branch_bk *op_pll_bk, bool cphy, in ccs_pll_calculate_vt() argument
593 bool cphy, u32 phy_const) in ccs_pll_calculate_op() argument
708 bool cphy = pll->bus_type == CCS_PLL_BUS_TYPE_CSI2_CPHY; in ccs_pll_calculate() local
709 u32 phy_const = cphy ? CPHY_CONST : DPHY_CONST; in ccs_pll_calculate()
828 op_sys_clk_freq_hz_sdr, l, cphy, in ccs_pll_calculate()
847 op_pll_bk, cphy, phy_const); in ccs_pll_calculate()
/linux-6.12.1/drivers/media/platform/renesas/
Drcar-csi2.c619 bool cphy; member
767 if (priv->cphy) in rcsi2_calc_mbps()
795 if (!priv->cphy) in rcsi2_get_active_lanes()
799 if (priv->cphy) in rcsi2_get_active_lanes()
1362 priv->cphy = false; in rcsi2_parse_v4l2()
1377 priv->cphy = true; in rcsi2_parse_v4l2()
/linux-6.12.1/drivers/scsi/libsas/
Dsas_ata.c678 struct sas_phy *cphy = child->phy; in sas_ata_add_dev() local
679 enum sas_linkrate min_prate = cphy->minimum_linkrate, in sas_ata_add_dev()