Регистры Allwinner H616

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


IOMMU_TTB_REG
3.12.5. IOMMU Translation Table BaseRegister - адрес: 0x30f0050 (смещение: 0x0050)

Модуль управления памятью ввода-вывода IOMMU: список регистров



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

  TTB

Bits 31 : 14
R/W
0x0

Level1 page table starting address, aligned to 16 KB.
When operating the register, IOMMU address mapping function must be closed, namely IOMMU_ENABLE_REG is 0;
Or Bypass function of all main equipment is set to 1, or no the state of transfer bus commands (such as setting).


  Unused

Bits 13 : 0


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

md 30f0050 1



Bit fields structure

typedef union  iommu_ttb_reg
{
  struct
  {
   unsigned unused0 : 14;
   unsigned ttb : 18;
  } b;
   unsigned long w;
} IOMMU_TTB_REG
   

Allwinner H616 Manual