Регистры Allwinner H616

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


IOMMU_PMU_CLR_REG
3.12.5. IOMMU PMU Clear Register - адрес: 0x30f0210 (смещение: 0x0210)

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



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

  Unused

Bits 31 : 1

  PMU_CLR

Bit 0
R/WAC
0x0

0: No clear operation or clear operation completes
1: Clear counter data
After the operation completes, the bit can clear to 0 automatically.



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

md 30f0210 1



Bit fields structure

typedef union  iommu_pmu_clr_reg
{
  struct
  {
   unsigned pmu_clr : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} IOMMU_PMU_CLR_REG
   

Allwinner H616 Manual