Searched refs:field_dat_sel (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/meson/ |
H A D | g12a-toacodec.c | 47 struct regmap_field *field_dat_sel; member 54 struct reg_field field_dat_sel; member 78 regmap_field_read(priv->field_dat_sel, ®); in g12a_toacodec_mux_put_enum() 86 regmap_field_write(priv->field_dat_sel, mux); in g12a_toacodec_mux_put_enum() 269 .field_dat_sel = REG_FIELD(TOACODEC_CTRL0, 14, 15), 276 .field_dat_sel = REG_FIELD(TOACODEC_CTRL0, 18, 19), 330 priv->field_dat_sel = devm_regmap_field_alloc(dev, map, data->field_dat_sel); in g12a_toacodec_probe() 331 if (IS_ERR(priv->field_dat_sel)) in g12a_toacodec_probe() 332 return PTR_ERR(priv->field_dat_sel); in g12a_toacodec_probe()
|