Регистры Allwinner H616

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


PHY_Control
9.5.3. PHY Control Register - адрес: 0x5200810 0x5310810 0x5311810 (смещение: 0x0810)

Хост-контроллер USB2.0: список регистров



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

  Unused

Bits 31 : 8

  LOOPBACKENB

Bit 7
R/W
0x0


  IDPULLUP

Bit 6
R/W
0x0


  VBUSVLDEXT

Bit 5
R/W
0x0

0: invalid
1: valid
(for phy vbus)


  VBUSVLDEXTSEL

Bit 4
R/W
0x0

The internal signal is fixed at 1, the register value is invalid.


  SIDDQ

Bit 3
R/W
0x1


  COMMONONN

Bit 2
R/W
0x0


  VATESTENB

Bits 1 : 0
R/W
0x0



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

md 5200810 1
md 5310810 1
md 5311810 1



Bit fields structure

typedef union  phy_control
{
  struct
  {
   unsigned vatestenb : 2;
   unsigned commononn : 1;
   unsigned siddq : 1;
   unsigned vbusvldextsel : 1;
   unsigned vbusvldext : 1;
   unsigned idpullup : 1;
   unsigned loopbackenb : 1;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} PHY_Control
   

Allwinner H616 Manual