Регистры Allwinner H616

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


CE_TLR
10.1.4. Task Load Register - адрес: 0x1904010 0x1904810 (смещение: 0x0010)

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



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

  Unused

Bits 31 : 15

  TYPE_FIELD

Bits 14 : 8
R/W
0x0

Algorithm type, the same with type field in description common control.


  Unused

Bits 7 : 1

  TASK_LOAD

Bit 0
R/W
0x0

When setting, CE can load the descriptor of task if task FIFO is not full.



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

md 1904010 1
md 1904810 1



Bit fields structure

typedef union  ce_tlr
{
  struct
  {
   unsigned task_load : 1;
   unsigned unused0 : 7;
   unsigned type_field : 7;
   unsigned unused1 : 17;
  } b;
   unsigned long w;
} CE_TLR
   

Allwinner H616 Manual