Регистры Allwinner H616

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


I2Sn_SDIN_SLOTCTR
8.1.6. I2Sn Input Slot Control - адрес: 0x27050a7003 (смещение: 0x0270+n*0x0100(n=0~3))

Аудио-концентратор: список регистров



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

  Unused

Bits 31 : 22

  SDIN_OFFSET

Bits 21 : 20
R/W
0x0

SDIN offset tune, SDIN data offset to LRCK
0: no offset
n: data is offset by n BCLKs to LRCK


  SDIN_SLOT_NUM

Bits 19 : 16
R/W
0x0

SDIN Slot number Select for each output

0000: 1 Slots
***
0111: 8 Slots
1000: 9 Slots
***
1111: 16 Slots


  Unused

Bits 15 : 0


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

md 27050a7003 1



Bit fields structure

typedef union  i2sn_sdin_slotctr
{
  struct
  {
   unsigned unused0 : 16;
   unsigned sdin_slot_num : 4;
   unsigned sdin_offset : 2;
   unsigned unused1 : 10;
  } b;
   unsigned long w;
} I2Sn_SDIN_SLOTCTR
   

Allwinner H616 Manual