Регистры Allwinner H616

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


O_HcRevision
9.5.3. OHCI Revision Register - адрес: 0x5200400 0x5310400 0x5311400 (смещение: 0x0400)

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



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

  Unused

Bits 31 : 8

  REVISION

Bits 7 : 0
R
0x10

This read-only field contains the BCD representation of the version of the HCI specification that is implemented by this HC.
For example, a value of 0x11 corresponds to version 1.1.
All of the HC implementations that are compliant with this specification will have a value of 0x10.



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

md 5200400 1
md 5310400 1
md 5311400 1



Bit fields structure

typedef union  o_hcrevision
{
  struct
  {
   unsigned revision : 8;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} O_HcRevision
   

Allwinner H616 Manual