Регистры Allwinner H616

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


O_HcBulkHeadED
9.5.3. OHCI Bulk Head ED Base - адрес: 0x5200428 0x5310428 0x5311428 (смещение: 0x0428)

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



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

  BHED_31_4

Bits 31 : 4
R/W (R)
0x0

The HcBulkHeadED register contains the physical address of the first Endpoint Descriptor of the Bulk list.
HC traverses the Bulk list starting with the HcBulkHeadED pointer.
The content is loaded from HCCA during the initialization of HC.


  BHED_3_0

Bits 3 : 0
R (R)
0x0

BHED[3:0]
Because the general TD length is 16 bytes, the memory structure for the TD must be aligned to a 16-byte boundary.
So the lower bits in the PCED, through bit 0 to bit 3 must be zero in this field.

HCD (HC)



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

md 5200428 1
md 5310428 1
md 5311428 1



Bit fields structure

typedef union  o_hcbulkheaded
{
  struct
  {
   unsigned bhed_3_0 : 4;
   unsigned bhed_31_4 : 28;
  } b;
   unsigned long w;
} O_HcBulkHeadED
   

Allwinner H616 Manual