FreeCalypso > hg > fc-magnetite
changeset 398:91d64e076fb6
l1_rf10.c: ABB init constant renaming between MV100 and TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 18 Jan 2018 01:47:05 +0000 |
parents | a513e7682ccf |
children | a7150a25086a |
files | src/cs/layer1/cust0/l1_rf10.c |
diffstat | 1 files changed, 19 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- 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,