Регистры Allwinner H616

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


EMAC_RX_HASH0
6.1. EMAC Hash Table Register0 - адрес: 0x5020040 0x5030040 (смещение: 0x0040)

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



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

  HASH_TAB0

Bits 31 : 0
R/W
0x0

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



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

md 5020040 1
md 5030040 1



Bit fields structure

typedef union  emac_rx_hash0
{
  struct
  {
   unsigned hash_tab0 : 32;
  } b;
   unsigned long w;
} EMAC_RX_HASH0
   

Allwinner H616 Manual