Регистры Allwinner H616

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


SMHC_CRC_STA
5.3.5. Write CRC Status Register (Only for SMHC0, SMHC1) - адрес: 0x4020134 0x4021134 0x4022134 (смещение: 0x0134)

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



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

  Unused

Bits 31 : 3

  CRC_STA

Bits 2 : 0
R
0x0

CRC Status
CRC status from device in write operation
Positive CRC status token: 3'b010
Negative CRC status token: 3'b101

Note
This register is valid for SMHC0, SMHC1.



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

md 4020134 1
md 4021134 1
md 4022134 1



Bit fields structure

typedef union  smhc_crc_sta
{
  struct
  {
   unsigned crc_sta : 3;
   unsigned unused0 : 29;
  } b;
   unsigned long w;
} SMHC_CRC_STA
   

Allwinner H616 Manual