Регистры Allwinner H616

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


SMHC_D5_CRC
5.3.5. CRC in Data5 from Device (Only for SMHC0, SMHC1) - адрес: 0x402011c 0x402111c 0x402211c (смещение: 0x011C)

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



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

  DAT5_CRC

Bits 31 : 0
R
0x0

Data[5] CRC
CRC in data[5] from device.

In 8 bits DDR mode, the higher 16 bits indicate the CRC of even data, and the
lower 16 bits indicate the CRC of odd data.
In 4 bits DDR mode, it is not used.
In SDR mode, the higher 16 bits indicate the CRC of all data.

Note
This register is valid for SMHC0, SMHC1.



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

md 402011c 1
md 402111c 1
md 402211c 1



Bit fields structure

typedef union  smhc_d5_crc
{
  struct
  {
   unsigned dat5_crc : 32;
  } b;
   unsigned long w;
} SMHC_D5_CRC
   

Allwinner H616 Manual