E_HCSPARAMS Хост-контроллер USB2.0: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 24DEBUG_PORT_NUMBER Bits 23 : 20R 0x0 This register identifies which of the host controller ports is the debug port. Unused Bits 19 : 16N_CC Bits 15 : 12R 0x0 Number of Companion Controller N_PCC Bits 11 : 8R 0x0 Number of Port per Companion Controller PORT_ROUTING_RULES Bit 7R 0x0 This field indicates the method used by this implementation for how all ports Unused Bits 6 : 4N_PORTS Bits 3 : 0R 0x1 This field specifies the number of physical downstream ports implemented Команда U-Boot для чтения регистра md 5200004 1md 5310004 1 md 5311004 1 Bit fields structuretypedef union e_hcsparams { struct { unsigned n_ports : 4; unsigned unused0 : 3; unsigned port_routing_rules : 1; unsigned n_pcc : 4; unsigned n_cc : 4; unsigned unused1 : 4; unsigned debug_port_number : 4; unsigned unused2 : 8; } b; unsigned long w; } E_HCSPARAMS |
![]() |