Lines Matching refs:devad
174 * @devad: device address used in Clause 45 access
179 int devad;
553 static int adin_cl45_to_adin_reg(struct phy_device *phydev, int devad,
559 if (devad == MDIO_MMD_VEND1)
564 if (m->devad == devad && m->cl45_regnum == cl45_regnum)
569 "No translation available for devad: %d reg: %04x\n",
570 devad, cl45_regnum);
575 static int adin_read_mmd(struct phy_device *phydev, int devad, u16 regnum)
582 adin_regnum = adin_cl45_to_adin_reg(phydev, devad, regnum);
594 static int adin_write_mmd(struct phy_device *phydev, int devad, u16 regnum,
602 adin_regnum = adin_cl45_to_adin_reg(phydev, devad, regnum);