CS4270_FIRSTREG 77 sound/soc/codecs/cs4270.c #define CS4270_NUMREGS (CS4270_LASTREG - CS4270_FIRSTREG + 1)
CS4270_FIRSTREG 298 sound/soc/codecs/cs4270.c CS4270_FIRSTREG | 0x80, CS4270_NUMREGS, cache);
CS4270_FIRSTREG 321 sound/soc/codecs/cs4270.c if ((reg < CS4270_FIRSTREG) || (reg > CS4270_LASTREG))
CS4270_FIRSTREG 324 sound/soc/codecs/cs4270.c return cache[reg - CS4270_FIRSTREG];
CS4270_FIRSTREG 342 sound/soc/codecs/cs4270.c if ((reg < CS4270_FIRSTREG) || (reg > CS4270_LASTREG))
CS4270_FIRSTREG 346 sound/soc/codecs/cs4270.c if (cache[reg - CS4270_FIRSTREG] != value) {
CS4270_FIRSTREG 354 sound/soc/codecs/cs4270.c cache[reg - CS4270_FIRSTREG] = value;