Регистры Allwinner H616

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


IOMMU_PMU_ENABLE_REG
3.12.5. IOMMU PMU Enable Register - адрес: 0x30f0200 (смещение: 0x0200)

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



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

  Unused

Bits 31 : 1

  PMU_ENABLE

Bit 0
R/W
0x0

0: Disable statistical function
1: Enable statistical function



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

md 30f0200 1



Bit fields structure

typedef union  iommu_pmu_enable_reg
{
  struct
  {
   unsigned pmu_enable : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} IOMMU_PMU_ENABLE_REG
   

Allwinner H616 Manual