DDAP_EN Bit 31 R/W 0x0
DAP for DRC Enable
0: Bypass
1: Enable Unused Bit 30
DDAP_DRC_EN Bit 29 R/W 0x0
DRC enable control
0: Disable
1: Enable DDAP_HPF_EN Bit 28 R/W 0x0
HPF enable control
0: Disable
1: Enable Unused Bits 27 : 0
Команда U-Boot для чтения регистра md 50960f0 1
Bit fields structure
typedef union ac_dac_dap_ctrl
{
struct
{
unsigned unused0 : 28;
unsigned ddap_hpf_en : 1;
unsigned ddap_drc_en : 1;
unsigned unused1 : 1;
unsigned ddap_en : 1;
} b;
unsigned long w;
} AC_DAC_DAP_CTRL
|