Searched refs:CS4270_LASTREG (Results 1 – 1 of 1) sorted by relevance
59 #define CS4270_LASTREG 0x08 macro60 #define CS4270_NUMREGS (CS4270_LASTREG - CS4270_FIRSTREG + 1)215 return (reg >= CS4270_FIRSTREG) && (reg <= CS4270_LASTREG); in cs4270_reg_is_readable()221 if ((reg < CS4270_FIRSTREG) || (reg > CS4270_LASTREG)) in cs4270_reg_is_volatile()640 .max_register = CS4270_LASTREG,