Регистры Allwinner H616

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


SMHC_DLBA
5.3.5. Descriptor List Base Address Register - адрес: 0x4020084 0x4021084 0x4022084 (смещение: 0x0084)

Хост-контроллер SD / MMC (SMHC): список регистров



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

  DES_BASE_ADDR

Bits 31 : 0
R/W
0x0

Start of Descriptor List
Contains the base address of the First Descriptor.
For SMHC0, SMHC1, it is a word address.
For SMHC2, it is a byte address.



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

md 4020084 1
md 4021084 1
md 4022084 1



Bit fields structure

typedef union  smhc_dlba
{
  struct
  {
   unsigned des_base_addr : 32;
  } b;
   unsigned long w;
} SMHC_DLBA
   

Allwinner H616 Manual