# HG changeset patch # User Mychaela Falconia # Date 1516240025 0 # Node ID 91d64e076fb6eea28513620452765e6ad6fd13b6 # Parent a513e7682ccf00bda95b3c8af99ca2d30edcdec0 l1_rf10.c: ABB init constant renaming between MV100 and TCS211 diff -r a513e7682ccf -r 91d64e076fb6 src/cs/layer1/cust0/l1_rf10.c --- a/src/cs/layer1/cust0/l1_rf10.c Thu Jan 18 01:41:00 2018 +0000 +++ b/src/cs/layer1/cust0/l1_rf10.c Thu Jan 18 01:47:05 2018 +0000 @@ -1479,34 +1479,34 @@ #if (ANLG_FAM == 1) UWORD16 abb[ABB_TABLE_SIZE] = { - C_AFCCTLADD, // Value at reset - C_VBUR, // Uplink gain amp 0dB, Sidetone gain to mute - C_VBDR, // Downlink gain amp 0dB, Volume control 0 dB - C_BBCTL, // value at reset + C_AFCCTLADD, // Value at reset + C_VBUCTRL, // Uplink gain amp 0dB, Sidetone gain to mute + C_VBDCTRL, // Downlink gain amp 0dB, Volume control 0 dB + C_BBCTRL, // value at reset C_APCOFF, // value at reset C_BULIOFF, // value at reset C_BULQOFF, // value at reset C_DAI_ON_OFF, // value at reset C_AUXDAC, // value at reset - C_VBCR, // VULSWITCH=0, VDLAUX=1, VDLEAR=1 - C_APCDEL // value at reset + C_VBCTRL, // VULSWITCH=0, VDLAUX=1, VDLEAR=1 + C_APCDEL1 // value at reset }; #elif (ANLG_FAM == 2) UWORD16 abb[ABB_TABLE_SIZE] = { C_AFCCTLADD, - C_VBUR, - C_VBDR, - C_BBCTL, + C_VBUCTRL, + C_VBDCTRL, + C_BBCTRL, C_BULGCAL, C_APCOFF, C_BULIOFF, C_BULQOFF, C_DAI_ON_OFF, C_AUXDAC, - C_VBCR, - C_VBCR2, - C_APCDEL, + C_VBCTRL1, + C_VBCTRL2, + C_APCDEL1, C_APCDEL2 }; @@ -1514,20 +1514,20 @@ UWORD16 abb[ABB_TABLE_SIZE] = { C_AFCCTLADD, - C_VBUR, - C_VBDR, - C_BBCTL, + C_VBUCTRL, + C_VBDCTRL, + C_BBCTRL, C_BULGCAL, C_APCOFF, C_BULIOFF, C_BULQOFF, C_DAI_ON_OFF, C_AUXDAC, - C_VBCR, - C_VBCR2, - C_APCDEL, + C_VBCTRL1, + C_VBCTRL2, + C_APCDEL1, C_APCDEL2, - C_VBPOP, + C_VBPOP, C_VAUDINITD, C_VAUDCR, C_VAUOCR,