EMAC_EPHY_CLK_REG0 Конфигурация системы: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 EMAC0_BPS_EFFUSE Bits 31 : 28R/W 0x0 EMAC0_XMII_SEL Bit 27R/W 0x0 0: Internal SMI and MII EMAC0_EPHY_MODE Bits 26 : 25R/W 0x0 Operation Mode Selection EMAC0_PHY_ADDR Bits 24 : 20R/W 0x0 PHY Address Unused Bit 19EMAC0_CLK_SEL Bit 18R/W 0x1 0: 25 MHz EMAC0_LED_POL Bit 17R/W 0x0 0: High active EMAC0_SHUTDOWN Bit 16R/W 0x1 0: Power up EMAC0_PHY_SELECT Bit 15R/W 0x1 0: External PHY Unused Bit 14EMAC0_RMII_EN Bit 13R/W 0x0 0: Disable RMII Module EMAC0_ETXDC Bits 12 : 10R/W 0x0 Configure EMAC Transmit Clock Delay Chain EMAC0_ERXDC Bits 9 : 5R/W 0x0 Configure EMAC Receive Clock Delay Chain EMAC0_ERXIE Bit 4R/W 0x0 Enable EMAC Receive Clock Invertor EMAC0_ETXIE Bit 3R/W 0x0 Enable EMAC Transmit Clock Invertor EMAC0_EPIT Bit 2R/W 0x0 EMAC PHY Interface Type EMAC0_ETCS Bits 1 : 0R/W 0x0 EMAC Transmit Clock Source Команда U-Boot для чтения регистра md 3000030 1Bit fields structuretypedef union emac_ephy_clk_reg0 { struct { unsigned emac0_etcs : 2; unsigned emac0_epit : 1; unsigned emac0_etxie : 1; unsigned emac0_erxie : 1; unsigned emac0_erxdc : 5; unsigned emac0_etxdc : 3; unsigned emac0_rmii_en : 1; unsigned unused0 : 1; unsigned emac0_phy_select : 1; unsigned emac0_shutdown : 1; unsigned emac0_led_pol : 1; unsigned emac0_clk_sel : 1; unsigned unused1 : 1; unsigned emac0_phy_addr : 5; unsigned emac0_ephy_mode : 2; unsigned emac0_xmii_sel : 1; unsigned emac0_bps_effuse : 4; } b; unsigned long w; } EMAC_EPHY_CLK_REG0 |