Searched refs:MDIO_WRITE (Results 1 – 6 of 6) sorted by relevance
25 #define MDIO_WRITE (BIT(12) | BIT(10) | MDIO_START) macro88 val = regnum | (mii_id << 5) | MDIO_WRITE; in hip04_mdio_write()
52 #define MDIO_WRITE (BIT(16) | MDIO_START) macro836 writel_relaxed(MDIO_WRITE | phy << 8 | reg, base + MDIO_SINGLE_CMD); in hix5hd2_mdio_write()
26 #define MDIO_WRITE 1 macro192 mdiobb_cmd(ctrl, MDIO_WRITE, phy, reg); in mdiobb_write()
84 #define MDIO_WRITE 0x4000 /* MDIO write */ macro242 iowrite16(MDIO_WRITE + reg + (phy_addr << 8), ioaddr + MMDIO); in r6040_phy_write()246 if (!(cmd & MDIO_WRITE)) in r6040_phy_write()
108 #define MDIO_WRITE 0x1 macro963 cmd = (MDIO_START << 14) | (MDIO_WRITE << 12) | (phy_id << 7) | in e100_set_mdio_reg()1032 cmd = (MDIO_START << 14) | (MDIO_WRITE << 12) | (np->mii_if.phy_id << 7) | (MII_BMCR << 2); in e100_reset_transceiver()
171 #define MDIO_WRITE 0x40000000 macro295 cpmac_write(bus->priv, CPMAC_MDIO_ACCESS(0), MDIO_BUSY | MDIO_WRITE | in cpmac_mdio_write()