Регистры Allwinner H616

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


EMAC_RX_HASH1
6.1. EMAC Hash Table Register1 - адрес: 0x5020044 0x5030044 (смещение: 0x0044)

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



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

  HASH_TAB1

Bits 31 : 0
R/W
0x0

The lower 32 bits of Hash table for receive frame filter.



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

md 5020044 1
md 5030044 1



Bit fields structure

typedef union  emac_rx_hash1
{
  struct
  {
   unsigned hash_tab1 : 32;
  } b;
   unsigned long w;
} EMAC_RX_HASH1
   

Allwinner H616 Manual