Регистры Allwinner H616

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


E_PERIODICLISTBASE
9.5.3. EHCI Frame List Base Address Register - адрес: 0x5200024 0x5310024 0x5311024 (смещение: 0x0024)

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



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

  BASE_ADDR

Bits 31 : 12
R/W
0x0

Base Address
These bits correspond to memory address signals [31:12], respectively.
This register contains the beginning address of the Periodic Frame List in the system memory.
System software loads this register prior to starting the schedule execution by the Host Controller.
The memory structure referenced by this physical memory pointer is assumed to be 4 KB aligned.
The contents of this register are combined with the Frame Index Register (FRINDEX) to enable the Host
Controller to step through the Periodic Frame List in sequence.

Note
Writes must be Dword Writes.


  Unused

Bits 11 : 0


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

md 5200024 1
md 5310024 1
md 5311024 1



Bit fields structure

typedef union  e_periodiclistbase
{
  struct
  {
   unsigned unused0 : 12;
   unsigned base_addr : 20;
  } b;
   unsigned long w;
} E_PERIODICLISTBASE
   

Allwinner H616 Manual