Home
last modified time | relevance | path

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

/linux/sound/soc/meson/
A Dg12a-toacodec.c47 struct regmap_field *field_dat_sel; member
54 struct reg_field field_dat_sel; member
75 regmap_field_read(priv->field_dat_sel, &reg); in g12a_toacodec_mux_put_enum()
83 regmap_field_write(priv->field_dat_sel, mux); in g12a_toacodec_mux_put_enum()
268 .field_dat_sel = REG_FIELD(TOACODEC_CTRL0, 14, 15),
275 .field_dat_sel = REG_FIELD(TOACODEC_CTRL0, 18, 19),
329 priv->field_dat_sel = devm_regmap_field_alloc(dev, map, data->field_dat_sel); in g12a_toacodec_probe()
330 if (IS_ERR(priv->field_dat_sel)) in g12a_toacodec_probe()
331 return PTR_ERR(priv->field_dat_sel); in g12a_toacodec_probe()

Completed in 4 milliseconds