Symbol: MDIO_MMD_PMAPMD
drivers/net/dsa/microchip/ksz9477.c
198
if (mmd == MDIO_MMD_PMAPMD) {
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
1533
pdata->fec_ability = XMDIO_READ(pdata, MDIO_MMD_PMAPMD,
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
297
reg = XMDIO_READ(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_PMD_CTRL);
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
299
XMDIO_WRITE(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_PMD_CTRL, reg);
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
391
reg = XMDIO_READ(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_FECCTRL);
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
396
XMDIO_WRITE(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_FECCTRL, reg);
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
402
reg = XMDIO_READ(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_PMD_CTRL);
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
405
XMDIO_WRITE(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_PMD_CTRL, reg);
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
1948
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_RX_EQ_CTRL4,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
1955
reg = XMDIO_READ(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_PHY_RX_EQ_CEU);
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
1958
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_RX_EQ_CTRL4,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
2001
reg = XMDIO_READ_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_RX_LSTS,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
2073
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_RX_CTRL1,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
2076
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_PMA_RX_CTRL1,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
2089
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_VEND2_PMA_MISC_CTRL0,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
3227
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_VEND2_PMA_CDR_CONTROL,
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c
3244
XMDIO_WRITE_BITS(pdata, MDIO_MMD_PMAPMD, MDIO_VEND2_PMA_CDR_CONTROL,
drivers/net/ethernet/aquantia/atlantic/aq_phy.c
120
val = aq_phy_read_reg(aq_hw, MDIO_MMD_PMAPMD, 3);
drivers/net/ethernet/aquantia/atlantic/aq_phy.c
141
dev_id = aq_phy_read_reg(aq_hw, MDIO_MMD_PMAPMD, 2);
drivers/net/ethernet/aquantia/atlantic/aq_phy.c
143
dev_id |= aq_phy_read_reg(aq_hw, MDIO_MMD_PMAPMD, 3);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
116
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_RXSTAT, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
117
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_TXSTAT, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
118
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_STAT, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
123
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_STAT1, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
127
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_STAT1, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
129
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_STAT, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
133
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_RXSTAT, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
134
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_TXSTAT, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
169
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_STAT1, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
218
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_STAT2, &val);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
55
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_CTRL2, &led);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
59
cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_CTRL2, led);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
62
cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_CTRL2, led);
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
79
cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL,
drivers/net/ethernet/chelsio/cxgb/mv88x201x.c
96
cphy_mdio_write(cphy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL, 0x0);
drivers/net/ethernet/chelsio/cxgb/my3126.c
118
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_STAT1, &val);
drivers/net/ethernet/chelsio/cxgb/my3126.c
47
cphy_mdio_read(cphy, MDIO_MMD_PMAPMD, MDIO_STAT1, &val);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
118
err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL_I2C_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
125
err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL_I2C_STAT, &stat);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
129
err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL_I2C_DATA,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
145
err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, MDIO_PMA_TXDIS, !!enable);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
148
MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
158
(err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL100X_TX_CONFIG1, 1)) ||
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
159
(err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL1002_PWR_DOWN_HI, 0)) ||
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
160
(err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL1002_PWR_DOWN_LO, 0)) ||
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
161
(err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL1002_XFI_EQL, 0x18)) ||
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
162
(err = t3_mdio_change_bits(phy, MDIO_MMD_PMAPMD, AEL1002_LB_EN,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
181
int err = t3_mdio_read(phy, MDIO_MMD_PMAPMD,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
224
return t3_phy_reset(phy, MDIO_MMD_PMAPMD, wait);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
296
{ MDIO_MMD_PMAPMD, 0xc003, 0xffff, 0x181 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
297
{ MDIO_MMD_PMAPMD, 0xc010, 0xffff, 0x448a },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
298
{ MDIO_MMD_PMAPMD, 0xc04a, 0xffff, 0x5200 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
317
err = t3_mdio_write(phy, MDIO_MMD_PMAPMD,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
328
{ MDIO_MMD_PMAPMD, 0xc04a, 0xffff, 0x5a00 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
332
{ MDIO_MMD_PMAPMD, 0xc014, 0xffff, 0xfe16 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
333
{ MDIO_MMD_PMAPMD, 0xc015, 0xffff, 0xa000 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
353
err = t3_mdio_write(phy, MDIO_MMD_PMAPMD,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
366
v = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL2005_GPIO_CTRL, &stat);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
378
int err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL2005_GPIO_CTRL, 0x200);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
384
int err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL2005_GPIO_CTRL, 0x100);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
390
int err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL2005_GPIO_CTRL, 0xd00);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
397
{ MDIO_MMD_PMAPMD, 0xc001, 0, 1 << 5 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
398
{ MDIO_MMD_PMAPMD, 0xc017, 0, 1 << 5 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
399
{ MDIO_MMD_PMAPMD, 0xc013, 0xffff, 0xf341 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
400
{ MDIO_MMD_PMAPMD, 0xc210, 0xffff, 0x8000 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
401
{ MDIO_MMD_PMAPMD, 0xc210, 0xffff, 0x8100 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
402
{ MDIO_MMD_PMAPMD, 0xc210, 0xffff, 0x8000 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
403
{ MDIO_MMD_PMAPMD, 0xc210, 0xffff, 0 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
407
{ MDIO_MMD_PMAPMD, 0xca00, 0xffff, 0x0080 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
408
{ MDIO_MMD_PMAPMD, 0xca12, 0xffff, 0 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
415
err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
420
err = t3_phy_reset(phy, MDIO_MMD_PMAPMD, 0);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
459
ret = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL2005_GPIO_STAT, &stat);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
464
ret = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AEL2005_GPIO_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
516
return t3_mdio_change_bits(phy, MDIO_MMD_PMAPMD, AEL_OPT_SETTINGS, 0,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
527
{ MDIO_MMD_PMAPMD, 0xcc01, 0xffff, 0x488a },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
530
{ MDIO_MMD_PMAPMD, 0xcb1b, 0xffff, 0x0200 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
531
{ MDIO_MMD_PMAPMD, 0xcb1c, 0xffff, 0x00f0 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
532
{ MDIO_MMD_PMAPMD, 0xcc06, 0xffff, 0x00e0 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
555
{ MDIO_MMD_PMAPMD, 0xff28, 0xffff, 0x4001 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
556
{ MDIO_MMD_PMAPMD, 0xff2a, 0xffff, 0x0002 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
562
{ MDIO_MMD_PMAPMD, 0xd000, 0xffff, 0x5200 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
568
{ MDIO_MMD_PMAPMD, 0xd080, 0xffff, 0x0100 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
569
{ MDIO_MMD_PMAPMD, 0xd092, 0xffff, 0x0000 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
591
err = t3_mdio_write(phy, MDIO_MMD_PMAPMD,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
609
v = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL2020_GPIO_STAT, &stat);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
629
{ MDIO_MMD_PMAPMD, AEL2020_GPIO_CFG+AEL2020_GPIO_LSTAT,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
631
{ MDIO_MMD_PMAPMD, AEL2020_GPIO_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
635
{ MDIO_MMD_PMAPMD, AEL2020_GPIO_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
669
{ MDIO_MMD_PMAPMD, AEL2020_GPIO_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
673
{ MDIO_MMD_PMAPMD, AEL2020_GPIO_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
700
int err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL2020_GPIO_INTR, &stat);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
706
{ MDIO_MMD_PMAPMD, 0xc003, 0xffff, 0x3101 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
709
{ MDIO_MMD_PMAPMD, 0xcd40, 0xffff, 0x0001 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
712
{ MDIO_MMD_PMAPMD, 0xff02, 0xffff, 0x0023 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
713
{ MDIO_MMD_PMAPMD, 0xff03, 0xffff, 0x0000 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
714
{ MDIO_MMD_PMAPMD, 0xff04, 0xffff, 0x0000 },
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
728
err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
733
err = t3_phy_reset(phy, MDIO_MMD_PMAPMD, 125);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
770
ret = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AEL2020_GPIO_INTR, &stat);
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
834
int err = t3_mdio_read(phy, MDIO_MMD_PMAPMD,
drivers/net/ethernet/chelsio/cxgb3/ael1002.c
879
!t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_STAT1, &stat) &&
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
100
t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_STAT1, &v);
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
115
t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_STAT1, &v);
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
123
MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
197
MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
214
err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, AQ_LINK_STAT, &v);
drivers/net/ethernet/chelsio/cxgb3/aq100x.c
82
int err = t3_mdio_write(phy, MDIO_MMD_PMAPMD, AQ_IMASK_PMA, IMASK_PMA);
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
478
return t3_mdio_write(phy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL,
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
484
return t3_mdio_write(phy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL, 0);
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
491
return t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_STAT, &val);
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c
497
int err = t3_mdio_read(phy, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_STAT,
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
1003
MDIO_MMD_PMAPMD, &sfp_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
512
hw->phy.ops.read_reg(hw, 0xC79F, MDIO_MMD_PMAPMD, &link_reg);
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
513
hw->phy.ops.read_reg(hw, 0xC79F, MDIO_MMD_PMAPMD, &link_reg);
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
514
hw->phy.ops.read_reg(hw, 0xC00C, MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
527
MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
530
MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
980
MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
987
MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
1222
status = hw->phy.ops.read_reg(hw, MDIO_SPEED, MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
1471
MDIO_MMD_PMAPMD, eword);
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
244
MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
2821
MDIO_MMD_PMAPMD, &phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
341
status = hw->phy.ops.read_reg(hw, MDIO_DEVID1, MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
346
status = hw->phy.ops.read_reg(hw, MDIO_DEVID2, MDIO_MMD_PMAPMD,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
435
MDIO_MMD_PMAPMD, &ctrl);
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3329
MDIO_MMD_PMAPMD,
drivers/net/ethernet/meta/fbnic/fbnic_mdio.c
103
if (devnum == MDIO_MMD_PMAPMD)
drivers/net/ethernet/meta/fbnic/fbnic_mdio.c
148
if (devnum == MDIO_MMD_PMAPMD)
drivers/net/ethernet/oa_tc6.c
451
case MDIO_MMD_PMAPMD:
drivers/net/ethernet/sfc/falcon/mdio_10g.c
180
ef4_mdio_set_flag(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/mdio_10g.c
187
ef4_mdio_set_flag(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
204
ef4_mdio_set_flag(efx, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
207
ef4_mdio_set_flag(efx, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
415
&efx->mdio, efx->mdio.prtad, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
467
mmd = MDIO_MMD_PMAPMD;
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
53
ef4_mdio_write(p, MDIO_MMD_PMAPMD, addr, mode);
drivers/net/ethernet/sfc/falcon/tenxpress.c
155
ef4_mdio_set_flag(efx, MDIO_MMD_PMAPMD, PMA_PMD_LED_CTRL_REG,
drivers/net/ethernet/sfc/falcon/tenxpress.c
157
ef4_mdio_write(efx, MDIO_MMD_PMAPMD, PMA_PMD_LED_OVERR_REG,
drivers/net/ethernet/sfc/falcon/tenxpress.c
230
reg = ef4_mdio_read(efx, MDIO_MMD_PMAPMD, PMA_PMD_XCONTROL_REG);
drivers/net/ethernet/sfc/falcon/tenxpress.c
232
ef4_mdio_write(efx, MDIO_MMD_PMAPMD, PMA_PMD_XCONTROL_REG, reg);
drivers/net/ethernet/sfc/falcon/tenxpress.c
278
reg = ef4_mdio_read(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/tenxpress.c
291
ef4_mdio_write(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/tenxpress.c
372
ef4_mdio_write(efx, MDIO_MMD_PMAPMD, PMA_PMD_XCONTROL_REG, reg);
drivers/net/ethernet/sfc/falcon/tenxpress.c
408
ef4_mdio_write(efx, MDIO_MMD_PMAPMD, PMA_PMD_LED_OVERR_REG, reg);
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
186
int rc = ef4_mdio_reset_mmd(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
299
ef4_mdio_write(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
301
ef4_mdio_write(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
303
ef4_mdio_write(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
305
ef4_mdio_write(efx, MDIO_MMD_PMAPMD,
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
407
txc_analog_lane_power(efx, MDIO_MMD_PMAPMD);
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
478
ef4_mdio_write(efx, MDIO_MMD_PMAPMD, MDIO_PMA_LASI_CTRL, 0);
drivers/net/mdio.c
112
if (devad == MDIO_MMD_PMAPMD || devad == MDIO_MMD_PCS ||
drivers/net/mdio.c
197
reg = mdio->mdio_read(mdio->dev, mdio->prtad, MDIO_MMD_PMAPMD,
drivers/net/mdio.c
206
reg = mdio->mdio_read(mdio->dev, mdio->prtad, MDIO_MMD_PMAPMD,
drivers/net/mdio.c
233
reg = mdio->mdio_read(mdio->dev, mdio->prtad, MDIO_MMD_PMAPMD,
drivers/net/mdio.c
241
reg = mdio->mdio_read(mdio->dev, mdio->prtad, MDIO_MMD_PMAPMD,
drivers/net/mdio.c
311
reg = mdio->mdio_read(mdio->dev, mdio->prtad, MDIO_MMD_PMAPMD,
drivers/net/mdio.c
330
switch (mdio->mdio_read(mdio->dev, mdio->prtad, MDIO_MMD_PMAPMD,
drivers/net/pcs/pcs-xpcs-wx.c
186
xpcs_modify(xpcs, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/pcs/pcs-xpcs-wx.c
191
xpcs_write(xpcs, MDIO_MMD_PMAPMD, MDIO_CTRL1, 0);
drivers/net/pcs/pcs-xpcs-wx.c
51
return xpcs_write(xpcs, MDIO_MMD_PMAPMD, TXGBE_PMA_MMD + reg, val);
drivers/net/pcs/pcs-xpcs-wx.c
56
return xpcs_modify(xpcs, MDIO_MMD_PMAPMD, TXGBE_PMA_MMD + reg, mask,
drivers/net/pcs/pcs-xpcs.c
1383
ret = xpcs_read(xpcs, MDIO_MMD_PMAPMD, MDIO_DEVID1);
drivers/net/pcs/pcs-xpcs.c
1389
ret = xpcs_read(xpcs, MDIO_MMD_PMAPMD, MDIO_DEVID2);
drivers/net/pcs/pcs-xpcs.c
608
pmd_rxdet = xpcs_read(xpcs, MDIO_MMD_PMAPMD, MDIO_PMA_RXDET);
drivers/net/phy/adin1100.c
108
ret = phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_B10L_PMA_CTRL,
drivers/net/phy/adin1100.c
111
ret = phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_B10L_PMA_CTRL,
drivers/net/phy/adin1100.c
251
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_10T1L_STAT);
drivers/net/phy/adin1100.c
285
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_STAT1);
drivers/net/phy/aquantia/aquantia_main.c
1108
ret = phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_TXDIS,
drivers/net/phy/aquantia/aquantia_main.c
729
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, PMAPMD_FW_MISC_ID);
drivers/net/phy/aquantia/aquantia_main.c
735
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, PMAPMD_FW_MISC_VER);
drivers/net/phy/aquantia/aquantia_main.c
768
return phy_modify_mmd(phydev, MDIO_MMD_PMAPMD, PMAPMD_RSVD_VEND_PROV,
drivers/net/phy/bcm84881.c
27
return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/bcm87xx.c
106
rx_signal_detect = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/dp83td510.c
713
ret = phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_PMD_BT1_CTRL,
drivers/net/phy/marvell-88q2xxx.c
150
{ MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/marvell-88q2xxx.c
154
{ MDIO_MMD_PMAPMD, MDIO_CTRL1, 0x0 },
drivers/net/phy/marvell-88q2xxx.c
181
{ MDIO_MMD_PMAPMD, MDIO_CTRL1, 0x0840 },
drivers/net/phy/marvell-88q2xxx.c
187
{ MDIO_MMD_PMAPMD, MDIO_CTRL1, 0x0840 },
drivers/net/phy/marvell-88q2xxx.c
198
{ MDIO_MMD_PMAPMD, 0x0000, 0x0000 },
drivers/net/phy/marvell-88q2xxx.c
605
return phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/marvell-88q2xxx.c
621
return phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/marvell-88q2xxx.c
897
bool is_rev_b1 = phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB1;
drivers/net/phy/marvell-88q2xxx.c
921
if (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB0)
drivers/net/phy/marvell-88x2222.c
416
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MV_RX_SIGNAL_DETECT);
drivers/net/phy/marvell-88x2222.c
63
return phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_TXDIS,
drivers/net/phy/marvell-88x2222.c
70
return phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_TXDIS,
drivers/net/phy/marvell10g.c
1270
if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
1280
if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
1291
if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
500
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MV_PMA_BOOT);
drivers/net/phy/marvell10g.c
516
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MV_PMA_FW_VER0);
drivers/net/phy/marvell10g.c
522
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MV_PMA_FW_VER1);
drivers/net/phy/marvell10g.c
585
return (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
593
mactype = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MV_PMA_21X0_PORT_CTRL);
drivers/net/phy/marvell10g.c
605
err = phy_modify_mmd(phydev, MDIO_MMD_PMAPMD, MV_PMA_21X0_PORT_CTRL,
drivers/net/phy/marvell10g.c
870
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/micrel.c
2306
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/micrel.c
2412
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/micrel.c
2423
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/micrel.c
2434
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/micrel.c
2622
ret = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_DEVID1, 0xB61A);
drivers/net/phy/micrel.c
4794
phy_write_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/micrel.c
930
ret = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_DEVID1, 0xB61A);
drivers/net/phy/microchip_t1.c
1344
{MDIO_MMD_PMAPMD, LAN887X_ZQCAL_CONTROL_1, 0x4008},
drivers/net/phy/microchip_t1.c
1345
{MDIO_MMD_PMAPMD, LAN887X_AFE_PORT_TESTBUS_CTRL2, 0x0000},
drivers/net/phy/microchip_t1.c
1346
{MDIO_MMD_PMAPMD, LAN887X_AFE_PORT_TESTBUS_CTRL6, 0x0040},
drivers/net/phy/microchip_t1.c
1383
{MDIO_MMD_PMAPMD, LAN887X_AFE_PORT_TESTBUS_CTRL4, 0x00b8},
drivers/net/phy/microchip_t1.c
1384
{MDIO_MMD_PMAPMD, LAN887X_TX_AMPLT_1000T1_REG, 0x0038},
drivers/net/phy/microchip_t1.c
1391
{MDIO_MMD_PMAPMD, LAN887X_AFE_PORT_TESTBUS_CTRL4, 0x0038},
drivers/net/phy/microchip_t1.c
1407
{MDIO_MMD_PMAPMD, LAN887X_TX_AMPLT_1000T1_REG, 0x003f},
drivers/net/phy/microchip_t1.c
1408
{MDIO_MMD_PMAPMD, LAN887X_AFE_PORT_TESTBUS_CTRL4, 0x00b8},
drivers/net/phy/microchip_t1.c
1417
return phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, LAN887X_DSP_PMA_CONTROL,
drivers/net/phy/microchip_t1.c
1441
ret = phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, LAN887X_DSP_PMA_CONTROL,
drivers/net/phy/microchip_t1.c
1675
rc = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_PMD_BT1_CTRL,
drivers/net/phy/microchip_t1.c
1680
rc = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, 0x80b0, 0x0038);
drivers/net/phy/microchip_t1.c
1706
rc = phy_modify_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/mxl-gpy.c
566
ret = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, PHY_PMA_MGBT_POLARITY);
drivers/net/phy/nxp-c45-tja11xx.c
1651
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, 0x8921, 0xa3a);
drivers/net/phy/nxp-c45-tja11xx.c
1652
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, 0x89F1, 0x16c1);
drivers/net/phy/nxp-c45-tja11xx.c
1985
u32 id = phydev->is_c45 ? phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] :
drivers/net/phy/phy-c45.c
1002
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_EXTABLE);
drivers/net/phy/phy-c45.c
102
return phy_modify_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_PMD_BT1_CTRL,
drivers/net/phy/phy-c45.c
1040
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/phy-c45.c
1090
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_STAT2);
drivers/net/phy/phy-c45.c
119
ctrl1 = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1);
drivers/net/phy/phy-c45.c
123
ctrl2 = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL2);
drivers/net/phy/phy-c45.c
1258
return phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_FSRT_CSR,
drivers/net/phy/phy-c45.c
1273
return phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_10GBR_FSRT_CSR,
drivers/net/phy/phy-c45.c
169
ret = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1, ctrl1);
drivers/net/phy/phy-c45.c
173
ret = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL2, ctrl2);
drivers/net/phy/phy-c45.c
186
ret = phy_modify_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_PMD_BT1_CTRL,
drivers/net/phy/phy-c45.c
24
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_EXTABLE);
drivers/net/phy/phy-c45.c
42
stat1 = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_STAT1);
drivers/net/phy/phy-c45.c
58
return phy_clear_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/phy-c45.c
581
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_PMD_BT1_CTRL);
drivers/net/phy/phy-c45.c
607
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1);
drivers/net/phy/phy-c45.c
656
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD,
drivers/net/phy/phy-c45.c
72
return phy_set_bits_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/phy-c45.c
924
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_10T1L_STAT);
drivers/net/phy/phy-c45.c
963
val = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_PMA_PMD_BT1);
drivers/net/phy/qcom/at803x.c
1044
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, IPQ5018_PHY_MMD1_MSE_THRESH1,
drivers/net/phy/qcom/at803x.c
1046
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, IPQ5018_PHY_MMD1_MSE_THRESH2,
drivers/net/phy/qcom/at803x.c
1052
phy_modify_mmd(phydev, MDIO_MMD_PMAPMD, IPQ5018_PHY_MMD1_MDAC,
drivers/net/phy/qcom/qca807x.c
616
MDIO_MMD_PMAPMD, PQSGMII_MODE_CTRL);
drivers/net/phy/qcom/qca807x.c
619
MDIO_MMD_PMAPMD, PQSGMII_MODE_CTRL, val);
drivers/net/phy/qcom/qca808x.c
110
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, QCA808X_PHY_MMD1_MSE_THRESHOLD_20DB,
drivers/net/phy/qcom/qca808x.c
112
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, QCA808X_PHY_MMD1_MSE_THRESHOLD_17DB,
drivers/net/phy/qcom/qca808x.c
114
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, QCA808X_PHY_MMD1_MSE_THRESHOLD_27DB,
drivers/net/phy/qcom/qca808x.c
116
phy_write_mmd(phydev, MDIO_MMD_PMAPMD, QCA808X_PHY_MMD1_MSE_THRESHOLD_28DB,
drivers/net/phy/qcom/qca808x.c
419
MDIO_MMD_PMAPMD, QCA8081_PHY_SERDES_MMD1_FIFO_CTRL,
drivers/net/phy/realtek/realtek_main.c
1637
ret = phy_modify_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1,
drivers/net/phy/realtek/realtek_main.c
1642
return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_PMAPMD,
include/uapi/linux/mdio.h
171
#define MDIO_DEVS_PMAPMD MDIO_DEVS_PRESENT(MDIO_MMD_PMAPMD)