Регистры Allwinner H616

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


GENER_CTRL_REG1
3.2.4. General Control Register1 - адрес: 0x9010004 0x8100004 (смещение: 0x0004)

Конфигурация CPUX: список регистров



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

  Unused

Bits 31 : 8

  MBUS_CLOCK_GATING_DIS

Bit 7
R/W
0x0

AXI to MBUS Clock Gating disable, the priority of this bit is higher than bit[6]


  MBUS_CLOCK_GATING_ENA

Bit 6
R/W
0x0

AXI to MBUS Clock Gating enable


  Unused

Bits 5 : 0


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

md 9010004 1
md 8100004 1



Bit fields structure

typedef union  gener_ctrl_reg1
{
  struct
  {
   unsigned unused0 : 6;
   unsigned mbus_clock_gating_ena : 1;
   unsigned mbus_clock_gating_dis : 1;
   unsigned unused1 : 24;
  } b;
   unsigned long w;
} GENER_CTRL_REG1
   

Allwinner H616 Manual