Searched refs:m80x_send_cmd_to_phy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ |
H A D | fealnx.c | 696 static ulong m80x_send_cmd_to_phy(void __iomem *miiport, int opcode, int phyad, int regad) in m80x_send_cmd_to_phy() function 752 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad); in mdio_read() 791 miir = m80x_send_cmd_to_phy(miiport, OP_WRITE, phyad, regad); in mdio_write()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ |
H A D | fealnx.c | 698 static ulong m80x_send_cmd_to_phy(void __iomem *miiport, int opcode, int phyad, int regad) in m80x_send_cmd_to_phy() function 754 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad); in mdio_read() 793 miir = m80x_send_cmd_to_phy(miiport, OP_WRITE, phyad, regad); in mdio_write()
|
Completed in 7 milliseconds