Home
last modified time | relevance | path

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

/linux/drivers/soc/amlogic/
H A Dmeson-clk-measure.c39 unsigned int freq_ctrl; member
802 regmap_write(priv->regmap, reg->freq_ctrl, 0); in meson_measure_id()
805 regmap_update_bits(priv->regmap, reg->freq_ctrl, MSR_DURATION, in meson_measure_id()
809 regmap_update_bits(priv->regmap, reg->freq_ctrl, MSR_CLK_SRC, in meson_measure_id()
813 regmap_update_bits(priv->regmap, reg->freq_ctrl, in meson_measure_id()
817 ret = regmap_read_poll_timeout(priv->regmap, reg->freq_ctrl, in meson_measure_id()
825 regmap_update_bits(priv->regmap, reg->freq_ctrl, MSR_ENABLE, 0); in meson_measure_id()
975 .freq_ctrl = 0x4,
1011 .freq_ctrl = 0x0,
/linux/drivers/media/pci/intel/ivsc/
H A Dmei_csi.c125 struct v4l2_ctrl *freq_ctrl; member