Searched defs:phyad (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
H A Dmtd80x.c763 static u32 m80x_send_cmd_to_phy(long miiport, int opcode, int phyad, int regad) argument
787 data = opcode | (phyad << 7) | (regad << 2);
811 static int mdio_read(struct nic *nic __unused, int phyad, int regad) argument
817 miir = m80x_send_cmd_to_phy(miiport, OP_READ, phyad, regad);
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);

Completed in 96 milliseconds