Регистры Allwinner H616

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


SMHC_TBC0
5.3.5. Transferred Byte Count between Controller and Card - адрес: 0x4020048 0x4021048 0x4022048 (смещение: 0x0048)

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



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

  TBC0

Bits 31 : 0
R
0x0

Transferred Count 0
Number of bytes transferred between card and internal FIFO.
The register should be accessed in full to avoid read-coherency problems
and read only after data transfer completes.



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

md 4020048 1
md 4021048 1
md 4022048 1



Bit fields structure

typedef union  smhc_tbc0
{
  struct
  {
   unsigned tbc0 : 32;
  } b;
   unsigned long w;
} SMHC_TBC0
   

Allwinner H616 Manual