Регистры Allwinner H616

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


E_ASYNCLISTADDR
9.5.3. EHCI Next Asynchronous List Address Register - адрес: 0x5200028 0x5310028 0x5311028 (смещение: 0x0028)

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



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

  LINK_POINTER

Bits 31 : 5
R/W
0x0

Link Pointer
This field contains the address of the next asynchronous queue head to be executed.
These bits correspond to memory address signals [31:5], respectively.



Note
Write must be DWord Writes.


  Unused

Bits 4 : 0


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

md 5200028 1
md 5310028 1
md 5311028 1



Bit fields structure

typedef union  e_asynclistaddr
{
  struct
  {
   unsigned unused0 : 5;
   unsigned link_pointer : 27;
  } b;
   unsigned long w;
} E_ASYNCLISTADDR
   

Allwinner H616 Manual