Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h102 #define MDIO_SET_WR_DATA(x) ((x) << 0) macro
110 #define MDIO_SET_WR_DATA(x) ((x) << 16) macro
H A Dphy.c72 wr_data = MDIO_WR_CODE | MDIO_SET_WR_DATA(data) | in phy_write()