Регистры Allwinner H616

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


SMHC_CSDC
5.3.5. CRC Status Detect Control Register (Only for SMHC2) - адрес: 0x4020054 0x4021054 0x4022054 (смещение: 0x0054)

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



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

  Unused

Bits 31 : 4

  CRC_DET_PARA

Bits 3 : 0
R/W
0x3

110: HS400 speed mode
011: Other speed mode

Note The register is only for SMHC2.



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

md 4020054 1
md 4021054 1
md 4022054 1



Bit fields structure

typedef union  smhc_csdc
{
  struct
  {
   unsigned crc_det_para : 4;
   unsigned unused0 : 28;
  } b;
   unsigned long w;
} SMHC_CSDC
   

Allwinner H616 Manual