Регистры Allwinner H616

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


SMHC_EXT_CMD
5.3.5. Extended Command Register (Only for SMHC2) - адрес: 0x4020138 0x4021138 0x4022138 (смещение: 0x0138)

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



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

  Unused

Bits 31 : 1

  AUTO_CMD23_EN

Bit 0
R/W
0x0

Send CMD23 Automatically
When setting this bit, send CMD23 automatically before send command specified in SMHC_CMD register.
When SOFT_RST is set, this field will be cleared.

Note
This register is valid for SMHC2.



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

md 4020138 1
md 4021138 1
md 4022138 1



Bit fields structure

typedef union  smhc_ext_cmd
{
  struct
  {
   unsigned auto_cmd23_en : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} SMHC_EXT_CMD
   

Allwinner H616 Manual