Регистры Allwinner H616

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


IOMMU_L2PG_INT_REG
3.12.5. IOMMU L2 Page Table Interrupt Register - адрес: 0x30f0184 (смещение: 0x0184)

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



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

  DBG_MODE_L2PG_INT

Bit 31
R
0x0

Debug mode address switch causes L2 page table to occur interrupt.


  Unused

Bits 30 : 7

  MASTER6_L2PG_INT

Bit 6
R
0x0

Master6 address switch causes L2 page table to occur interrupt.


  MASTER5_L2PG_INT

Bit 5
R
0x0

Master5 address switch causes L2 page table to occur interrupt.


  MASTER4_L2PG_INT

Bit 4
R
0x0

Master4 address switch causes L2 page table to occur interrupt.


  MASTER3_L2PG_INT

Bit 3
R
0x0

Master3 address switch causes L2 page table to occur interrupt.


  MASTER2_L2PG_INT

Bit 2
R
0x0

Master2 address switch causes L2 page table to occur interrupt.


  MASTER1_L2PG_INT

Bit 1
R
0x0

Master1 address switch causes L2 page table to occur interrupt.


  MASTER0_L2PG_INT

Bit 0
R
0x0

Master0 address switch causes L2 page table to occur interrupt.



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

md 30f0184 1



Bit fields structure

typedef union  iommu_l2pg_int_reg
{
  struct
  {
   unsigned master0_l2pg_int : 1;
   unsigned master1_l2pg_int : 1;
   unsigned master2_l2pg_int : 1;
   unsigned master3_l2pg_int : 1;
   unsigned master4_l2pg_int : 1;
   unsigned master5_l2pg_int : 1;
   unsigned master6_l2pg_int : 1;
   unsigned unused0 : 24;
   unsigned dbg_mode_l2pg_int : 1;
  } b;
   unsigned long w;
} IOMMU_L2PG_INT_REG
   

Allwinner H616 Manual