Регистры Allwinner H616

Сокращения  |  Дерево шин  |  Карта памяти


E_CONFIGFLAG
9.5.3. EHCI Configured Flag Register - адрес: 0x5200050 0x5310050 0x5311050 (смещение: 0x0050)

Хост-контроллер USB2.0: список регистров



31 ||||||||||||||||| 16
15 ||||||||||||||||| 00

  Unused

Bits 31 : 1

  CONFIGURE_FLAG

Bit 0
R/W
0x0

Host software sets this bit as the last action in its process of configuring the Host Controller.
This bit controls the default port-routing control logic as follow:

Value: Meaning
0: Port routing control logic default-routs each port to an implementation dependent classic host controller.
1: Port routing control logic default-routs all ports to this host controller.
The default value of this field is '0'.

Note
This register is not used in the normal implementation.



Команда U-Boot для чтения регистра

md 5200050 1
md 5310050 1
md 5311050 1



Bit fields structure

typedef union  e_configflag
{
  struct
  {
   unsigned configure_flag : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} E_CONFIGFLAG
   

Allwinner H616 Manual