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