Home
last modified time | relevance | path

Searched refs:CS4270_FIRSTREG (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dcs4270.c49 #define CS4270_FIRSTREG 0x01 macro
51 #define CS4270_NUMREGS (CS4270_LASTREG - CS4270_FIRSTREG + 1)
209 return (reg >= CS4270_FIRSTREG) && (reg <= CS4270_LASTREG); in cs4270_reg_is_readable()
215 if ((reg < CS4270_FIRSTREG) || (reg > CS4270_LASTREG)) in cs4270_reg_is_volatile()