Регистры Allwinner H616

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


TSF_DISR
9.10.5. TSF DMA Interrupt Status Register - адрес: 0x506f018 0x506f058 0x506f118 0x506f198 (смещение: TSF + 0x18)

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



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

  DMAIS

Bits 31 : 0
R/W1C
0x0

DMA Interrupt Status
DMA interrupt Status bits for channel 0~31.
Set by hardware, and can be cleared by software writing 1 .
When both these bits and the corresponding DMA Interrupt Enable bits set,
the TSF interrupt will generate.



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

md 506f018 1
md 506f058 1
md 506f118 1
md 506f198 1



Bit fields structure

typedef union  tsf_disr
{
  struct
  {
   unsigned dmais : 32;
  } b;
   unsigned long w;
} TSF_DISR
   

Allwinner H616 Manual