Регистры Allwinner H616

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


E_CAPLENGTH
9.5.3. EHCI Capability Register Length Register - адрес: 0x5200000 0x5310000 0x5311000 (смещение: 0x0000)

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



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

  Unused

Bits 31 : 8

  CAPLENGTH

Bits 7 : 0
R
0x10

The value in these bits indicates an offset to add to register base to find the beginning of the Operational Register Space.



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

md 5200000 1
md 5310000 1
md 5311000 1



Bit fields structure

typedef union  e_caplength
{
  struct
  {
   unsigned caplength : 8;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} E_CAPLENGTH
   

Allwinner H616 Manual