PHY_GO
tmp = indx | PHY_READ | PHY_GO;
} while ((data[0] & PHY_GO) && (i++ < MII_TIMEOUT));
tmp = indx | PHY_WRITE | PHY_GO;