Регистры Allwinner H616

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


TSG_BBAR
9.10.5. TSG Buffer Base Address Register - адрес: 0x5060010 0x5060050 0x5060110 0x5060190 (смещение: TSG + 0x10)

Контроллер транспортного потока: список регистров



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

  TSG_BUF_BASE

Bits 31 : 0
RW
0x0

Buffer Base Address
This value is a start address of TSG buffer.

Note
This value should be 4-word (16 bytes) align, and the lowest 4-bit of this value should be zero.



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

md 5060010 1
md 5060050 1
md 5060110 1
md 5060190 1



Bit fields structure

typedef union  tsg_bbar
{
  struct
  {
   unsigned tsg_buf_base : 32;
  } b;
   unsigned long w;
} TSG_BBAR
   

Allwinner H616 Manual