HSIC_PHY_tune3 Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 6HSIC_BIST_ERROR Bit 5R/W 0x0 SIC_BIST_DONE Bit 4R/W 0x0 HSIC_TESTDATA_OUT Bits 3 : 2R/W 0x0 NON_HSIC_MODE_BIST_ERROR Bit 1R/W 0x1 Non-hsic mode bist_error testdata out[1] NON_HSIC_MODE_BIST_DONE Bit 0R/W 0x0 Non-hsic mode bist_done testdata out[0] Команда U-Boot для чтения регистра md 5200824 1md 5310824 1 md 5311824 1 Bit fields structuretypedef union hsic_phy_tune3 { struct { unsigned non_hsic_mode_bist_done : 1; unsigned non_hsic_mode_bist_error : 1; unsigned hsic_testdata_out : 2; unsigned sic_bist_done : 1; unsigned hsic_bist_error : 1; unsigned unused0 : 26; } b; unsigned long w; } HSIC_PHY_tune3 |