Регистры Allwinner H616

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


HSIC_PHY_tune3
9.5.3. HSIC PHY Tune3 Register - адрес: 0x5200824 0x5310824 0x5311824 (смещение: 0x0824)

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



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

  Unused

Bits 31 : 6

  HSIC_BIST_ERROR

Bit 5
R/W
0x0


  SIC_BIST_DONE

Bit 4
R/W
0x0


  HSIC_TESTDATA_OUT

Bits 3 : 2
R/W
0x0


  NON_HSIC_MODE_BIST_ERROR

Bit 1
R/W
0x1

Non-hsic mode bist_error testdata out[1]


  NON_HSIC_MODE_BIST_DONE

Bit 0
R/W
0x0

Non-hsic mode bist_done testdata out[0]



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

md 5200824 1
md 5310824 1
md 5311824 1



Bit fields structure

typedef union  hsic_phy_tune3
{
  struct
  {
   unsigned non_hsic_mode_bist_done : 1;
   unsigned non_hsic_mode_bist_error : 1;
   unsigned hsic_testdata_out : 2;
   unsigned sic_bist_done : 1;
   unsigned hsic_bist_error : 1;
   unsigned unused0 : 26;
  } b;
   unsigned long w;
} HSIC_PHY_tune3
   

Allwinner H616 Manual