Регистры Allwinner H616

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


TSG_PPR
9.10.5. TSG Packet Parameter Register - адрес: 0x5060004 0x5060044 0x5060104 0x5060184 (смещение: TSG + 0x04)

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



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

  Unused

Bits 31 : 24

  SYNC_BYTE_VAL

Bits 23 : 16
R/W
0x47

Sync Byte Value
This is the value of sync byte used in the TS Packet.


  Unused

Bits 15 : 8

  SYNC_BYTE_POS

Bit 7
R/W
0x0

Sync Byte Position
0: The 1st byte position
1: The 5th byte position
This bit is only used for 192 bytes packet size.


  Unused

Bits 6 : 2

  PKT_SIZE

Bits 1 : 0
R/W
0x0

Packet Size
Byte Size for one TS packet
0: 188 bytes
Others: Reserved



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

md 5060004 1
md 5060044 1
md 5060104 1
md 5060184 1



Bit fields structure

typedef union  tsg_ppr
{
  struct
  {
   unsigned pkt_size : 2;
   unsigned unused0 : 5;
   unsigned sync_byte_pos : 1;
   unsigned unused1 : 8;
   unsigned sync_byte_val : 8;
   unsigned unused2 : 8;
  } b;
   unsigned long w;
} TSG_PPR
   

Allwinner H616 Manual