Регистры Allwinner H616

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


EMAC_ADDR_HIGH0
6.1. EMAC MAC Address High Register0 - адрес: 0x5020050 0x5030050 (смещение: 0x0050)

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



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

  Unused

Bits 31 : 16

  MAC_ADDR_HIGH0

Bits 15 : 0
R/W
0xFFFF

The upper 16 bits of the 1st MAC address.



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

md 5020050 1
md 5030050 1



Bit fields structure

typedef union  emac_addr_high0
{
  struct
  {
   unsigned mac_addr_high0 : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} EMAC_ADDR_HIGH0
   

Allwinner H616 Manual