EMAC_MII_DATA Контроллер Ethernet: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 16MII_DATA Bits 15 : 0R/W 0x0 Write to or read from the register in the selected PHY Команда U-Boot для чтения регистра md 502004c 1md 503004c 1 Bit fields structuretypedef union emac_mii_data { struct { unsigned mii_data : 16; unsigned unused0 : 16; } b; unsigned long w; } EMAC_MII_DATA |