Lines Matching defs:reg
21 unsigned int reg;
48 reg = PCM3060_REG67;
50 reg = PCM3060_REG72;
52 regmap_update_bits(priv->regmap, reg, PCM3060_REG_CSEL, val);
63 unsigned int reg;
99 reg = PCM3060_REG67;
101 reg = PCM3060_REG72;
103 regmap_update_bits(priv->regmap, reg, PCM3060_REG_MASK_FMT, val);
116 unsigned int reg;
158 reg = PCM3060_REG67;
160 reg = PCM3060_REG72;
162 regmap_update_bits(priv->regmap, reg, PCM3060_REG_MASK_MS, val);
262 static bool pcm3060_reg_writeable(struct device *dev, unsigned int reg)
264 return (reg >= PCM3060_REG64);
267 static bool pcm3060_reg_readable(struct device *dev, unsigned int reg)
269 return (reg >= PCM3060_REG64);
272 static bool pcm3060_reg_volatile(struct device *dev, unsigned int reg)
275 return (reg == PCM3060_REG64);