Searched refs:regad (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/ |
D | fealnx.c | 706 static ulong m80x_send_cmd_to_phy(void __iomem *miiport, int opcode, int phyad, int regad) in m80x_send_cmd_to_phy() argument 730 data = opcode | (phyad << 7) | (regad << 2); in m80x_send_cmd_to_phy() 755 static int mdio_read(struct net_device *dev, int phyad, int regad) in mdio_read() argument 762 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad); in mdio_read() 794 static void mdio_write(struct net_device *dev, int phyad, int regad, int data) in mdio_write() argument 801 miir = m80x_send_cmd_to_phy(miiport, OP_WRITE, phyad, regad); in mdio_write()
|