Регистры Allwinner H616

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


IOMMU_ENABLE_REG
3.12.5. IOMMU EnableRegister - адрес: 0x30f0020 (смещение: 0x0020)

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



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

  Unused

Bits 31 : 1

  ENABLE

Bit 0
R/W
0x0

IOMMU module enable switch
0: Disable IOMMU
1: Enable IOMMU
Before IOMMU address mapping function opens, configure the Translation
Table Base register; or ensure all masters are in bypass status or no the
status of sending bus demand(such as reset)



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

md 30f0020 1



Bit fields structure

typedef union  iommu_enable_reg
{
  struct
  {
   unsigned enable : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} IOMMU_ENABLE_REG
   

Allwinner H616 Manual