Unused Bits 31 : 11
GAIN_HPF_COEF Bits 10 : 0 R/W 0x100
The gain of the hpf coefficient setting which format is 3.24.(gain = 1) Команда U-Boot для чтения регистра md 50961b8 1
Bit fields structure
typedef union ac_dac_drc_hpfhgain
{
struct
{
unsigned gain_hpf_coef : 11;
unsigned unused0 : 21;
} b;
unsigned long w;
} AC_DAC_DRC_HPFHGAIN
|