class HdmiPllControl1

Defined at line 293 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

HHI_HDMI_PLL_CNTL1 - HDMI PLL Control Register 1.

A311D Datasheet, Section 8.7.2.8 "HDMI PLL", Page 120;

Section 8.7.6 "Register Descriptions", Page 178.

S905D2 Datasheet, Section 6.6.3.7 "HDMI PLL", Page 104;

Section 6.6.6 "Register Descriptions", Page 164-165.

S905D3 Datasheet, Section 6.7.6 "Register Descriptions", Page 150.

Public Members

 field_RsvdZ_301
 field_numerator_fraction_is_negative_305
 field_numerator_fraction_u1_17_314

Public Methods

hwreg::RegisterAddr<HdmiPllControl1> Get ()

Defined at line 295 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType numerator_fraction_is_negative ()

Iff true, the numerator will be "numerator_integer - numerator_fraction";

otherwise the numerator will be "numerator_integer + numerator_fraction".

Defined at line 305 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_numerator_fraction_is_negative (typename SelfType::ValueType val)

Iff true, the numerator will be "numerator_integer - numerator_fraction";

otherwise the numerator will be "numerator_integer + numerator_fraction".

Defined at line 305 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType numerator_fraction_u1_17 ()

A U1.17 format (1 integral bit and 17 fractional bits) unsigned fixed-point

fraction.

See https://source.android.com/docs/core/audio/data_formats#q for details

of the Um.n notation.

TODO(fxbug.dev/132161): Add helpers to convert between fixed-point numbers

and rational numbers / floating point numbers.

Defined at line 314 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_numerator_fraction_u1_17 (typename SelfType::ValueType val)

A U1.17 format (1 integral bit and 17 fractional bits) unsigned fixed-point

fraction.

See https://source.android.com/docs/core/audio/data_formats#q for details

of the Um.n notation.

TODO(fxbug.dev/132161): Add helpers to convert between fixed-point numbers

and rational numbers / floating point numbers.

Defined at line 314 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

Records