class AmlMesonPllDevice

Defined at line 17 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

Public Methods

void AmlMesonPllDevice (const AmlMesonPllDevice & )

Defined at line 19 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

void AmlMesonPllDevice (AmlMesonPllDevice && )

Defined at line 19 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

const hhi_pll_rate_t * GetRateTable ()

Return correct clock rate table for selected clock.

size_t GetRateTableSize ()

Return the count of the rate table for the clock.

zx_status_t Enable ()

Enable the selected clock.

void Disable ()

Disable the selected clock.

zx_status_t SetRate (const uint64_t hz)

Set the rate of the selected clock.

AmlMesonPllDevice & operator= (const AmlMesonPllDevice & )

Defined at line 19 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

AmlMesonPllDevice & operator= (AmlMesonPllDevice && )

Defined at line 19 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

Protected Methods

void AmlMesonPllDevice ()

Defined at line 38 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

void ~AmlMesonPllDevice ()

Defined at line 40 of file ../../src/devices/lib/amlogic/include/soc/aml-meson/aml-meson-pll.h

Friends

class default_delete