Posted on June 06, 2017 at 18:48ETH->MACMIIAR is not a *value* but an ETH register, described in detail in MAC register description subchapter of ETH chapter in RM0090. It's one of the two registers (the other being ETH_MACMIIDR) through which the PHY chip's registers are programmed and queried, via its two-wire MDIO (a.k.a. SMI) interface.
As such, it does not have an 'initialization value' either, as its fields are being dynamically updated, both by the application (most fields) and hardware (MB flag).
But it sounds quite unlikely it will be all zero. I'd say you don't have properly initialized all the three ETH clocks, including proper initialization of pins where the external clocks are input.
JW