Регистры Allwinner H616

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


IOMMU_AUTO_GATING_REG
3.12.5. IOMMU Auto GatingRegister - адрес: 0x30f0040 (смещение: 0x0040)

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



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

  Unused

Bits 31 : 1

  IOMMU_AUTO_GATING

Bit 0
R/W
0x1

IOMMU circuit auto gating control.
The purpose is decreasing power consumption of the module.
0: Disable auto gating function
1: Enable auto gating function



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

md 30f0040 1



Bit fields structure

typedef union  iommu_auto_gating_reg
{
  struct
  {
   unsigned iommu_auto_gating : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} IOMMU_AUTO_GATING_REG
   

Allwinner H616 Manual