Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/
Dfealnx.c707 static ulong m80x_send_cmd_to_phy(void __iomem *miiport, int opcode, int phyad, int regad) in m80x_send_cmd_to_phy() argument
731 data = opcode | (phyad << 7) | (regad << 2); in m80x_send_cmd_to_phy()
756 static int mdio_read(struct net_device *dev, int phyad, int regad) in mdio_read() argument
763 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad); in mdio_read()
795 static void mdio_write(struct net_device *dev, int phyad, int regad, int data) in mdio_write() argument
802 miir = m80x_send_cmd_to_phy(miiport, OP_WRITE, phyad, regad); in mdio_write()