Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dmtd80x.c763 static u32 m80x_send_cmd_to_phy(long miiport, int opcode, int phyad, int regad) in m80x_send_cmd_to_phy() argument
787 data = opcode | (phyad << 7) | (regad << 2); in m80x_send_cmd_to_phy()
811 static int mdio_read(struct nic *nic __unused, int phyad, int regad) in mdio_read() argument
817 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad); in mdio_read()
850 static void mdio_write(struct nic *nic __unused, int phyad, int regad,
857 miir = m80x_send_cmd_to_phy(miiport, OP_WRITE, phyad, regad);