Added PLL_PCIE_CTRL bitfield
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
DataHoarder 2021-08-03 19:34:35 +02:00
parent 6fe46d7705
commit c363d90c41

View file

@ -115,7 +115,16 @@
.constant CRM_PERIOD_END, %0x0021FF
.constant CRM_PARAM_START, %0x002200 ;; 64 entries, each one 1 words
.constant CRM_PARAM_END, %0x002240
.constant PLL_PCIE_CTRL, %0x2241
.bitfield PLL_PCIE_CTRL.Nreset 0
.bitfield PLL_PCIE_CTRL.NEnable 1
.bitfield PLL_PCIE_CTRL.Halt 2
.bitfield PLL_PCIE_CTRL.RefDiv 3, 6
.bitfield PLL_PCIE_CTRL.FbDiv4 9
.bitfield PLL_PCIE_CTRL.FbDiv255 10, 8
.bitfield PLL_PCIE_CTRL.OutDiv 18, 6
.bitfield PLL_PCIE_CTRL.OutMuxSel 24, 3
.constant PLL_PCIE_STAT, %0x2242
.bitfield PLL_PCIE_STAT.PllLocked 0