Регистры Allwinner H616

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


E_HCIVERSION
9.5.3. EHCI Host Interface Version Number Register - адрес: 0x5200002 0x5310002 0x5311002 (смещение: 0x0002)

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



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

  Unused

Bits 31 : 16

  HCIVERSION

Bits 15 : 0
R
0x0100

This is a 16-bits register containing a BCD encoding of the EHCI revision number supported by this host controller.

The most significant byte of this register represents a major revision and the least significant byte is the minor revision.



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

md 5200002 1
md 5310002 1
md 5311002 1



Bit fields structure

typedef union  e_hciversion
{
  struct
  {
   unsigned hciversion : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} E_HCIVERSION
   

Allwinner H616 Manual