Home
last modified time | relevance | path

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

/sound/soc/qcom/
Dlpass-cpu.c605 struct lpass_hdmi_tx_ctl *tx_ctl; in lpass_hdmi_init_bitfields() local
616 tx_ctl = devm_kzalloc(dev, sizeof(*tx_ctl), GFP_KERNEL); in lpass_hdmi_init_bitfields()
617 if (!tx_ctl) in lpass_hdmi_init_bitfields()
620 QCOM_REGMAP_FIELD_ALLOC(dev, map, v->soft_reset, tx_ctl->soft_reset); in lpass_hdmi_init_bitfields()
621 QCOM_REGMAP_FIELD_ALLOC(dev, map, v->force_reset, tx_ctl->force_reset); in lpass_hdmi_init_bitfields()
622 drvdata->tx_ctl = tx_ctl; in lpass_hdmi_init_bitfields()
Dlpass-hdmi.c77 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_RESET); in lpass_hdmi_daiops_hw_params()
81 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_CLEAR); in lpass_hdmi_daiops_hw_params()
Dlpass.h112 struct lpass_hdmi_tx_ctl *tx_ctl; member