Регистры Allwinner H616

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


SMHC_RESP_CRC
5.3.5. Response CRC from Device (Only for SMHC0, SMHC1) - адрес: 0x4020110 0x4021110 0x4022110 (смещение: 0x0110)

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



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

  Unused

Bits 31 : 7

  RESP_CRC

Bits 6 : 0
R
0x0

Response CRC
Response CRC from device.

Note
This register is valid for SMHC0, SMHC1.



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

md 4020110 1
md 4021110 1
md 4022110 1



Bit fields structure

typedef union  smhc_resp_crc
{
  struct
  {
   unsigned resp_crc : 7;
   unsigned unused0 : 25;
  } b;
   unsigned long w;
} SMHC_RESP_CRC
   

Allwinner H616 Manual