Home
last modified time | relevance | path

Searched refs:plldata (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1672 uint32_t plladdr, plldata, pllmask; in bhnd_pmu1_pllinit0() local
1754 plldata = 0x200024C0; in bhnd_pmu1_pllinit0()
1756 plldata = 0x20004500; in bhnd_pmu1_pllinit0()
1758 plldata = 0x200024C0; in bhnd_pmu1_pllinit0()
1760 plldata = 0x200005C0; /* Chip Dflt Settings */ in bhnd_pmu1_pllinit0()
1762 BHND_PMU_PLL_WRITE(sc, plladdr, plldata, ~0); in bhnd_pmu1_pllinit0()
1767 plldata = BHND_PMU_PLL_READ(sc, plladdr); in bhnd_pmu1_pllinit0()
1768 plldata &= BHND_PMU1_PLL0_PC5_CLK_DRV_MASK; in bhnd_pmu1_pllinit0()
1773 plldata |= 0x15; in bhnd_pmu1_pllinit0()
1775 plldata |= 0x25; /* Chip Dflt Settings */ in bhnd_pmu1_pllinit0()
[all …]