Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/qcom/
Dclk-regmap.c32 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_is_enabled_regmap()
58 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_enable_regmap()
82 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_disable_regmap()
105 struct clk_regmap *rclk) in devm_clk_register_regmap()
Dclk-regmap.h30 struct clk_regmap { struct
37 #define to_clk_regmap(_hw) container_of(_hw, struct clk_regmap, hw) argument
43 devm_clk_register_regmap(struct device *dev, struct clk_regmap *rclk);
Dclk-rcg.h104 struct clk_regmap clkr;
140 struct clk_regmap clkr;
166 struct clk_regmap clkr;
Dcommon.h18 struct clk_regmap;
27 struct clk_regmap **clks;
Dclk-regmap-mux.c29 struct clk_regmap *clkr = to_clk_regmap(hw); in mux_get_parent()
44 struct clk_regmap *clkr = to_clk_regmap(hw); in mux_set_parent()
Dclk-regmap-divider.c39 struct clk_regmap *clkr = &divider->clkr; in div_set_rate()
54 struct clk_regmap *clkr = &divider->clkr; in div_recalc_rate()
Dclk-regmap-divider.h24 struct clk_regmap clkr;
Dclk-regmap-mux.h24 struct clk_regmap clkr;
Dclk-branch.h46 struct clk_regmap clkr;
Dclk-pll.h60 struct clk_regmap clkr;
Dcommon.c85 struct clk_regmap **rclks = desc->clks; in qcom_cc_really_probe()
Dgcc-ipq806x.c51 static struct clk_regmap pll0_vote = {
78 static struct clk_regmap pll4_vote = {
105 static struct clk_regmap pll8_vote = {
132 static struct clk_regmap pll14_vote = {
2205 static struct clk_regmap *gcc_ipq806x_clks[] = {
Dgcc-msm8974.c82 static struct clk_regmap gpll0_vote = {
145 static struct clk_regmap gpll1_vote = {
172 static struct clk_regmap gpll4_vote = {
1047 static struct clk_regmap gcc_mmss_gpll0_clk_src = {
2435 static struct clk_regmap *gcc_msm8974_clocks[] = {
Dlcc-ipq806x.c401 static struct clk_regmap *lcc_ipq806x_clks[] = {
Dgcc-msm8916.c211 static struct clk_regmap gpll0_vote = {
238 static struct clk_regmap gpll1_vote = {
265 static struct clk_regmap gpll2_vote = {
292 static struct clk_regmap bimc_pll_vote = {
2565 static struct clk_regmap *gcc_msm8916_clocks[] = {
Dlcc-msm8960.c486 static struct clk_regmap *lcc_msm8960_clks[] = {
Dgcc-msm8960.c51 static struct clk_regmap pll4_vote = {
78 static struct clk_regmap pll8_vote = {
105 static struct clk_regmap pll14_vote = {
3037 static struct clk_regmap *gcc_msm8960_clks[] = {
3262 static struct clk_regmap *gcc_apq8064_clks[] = {
Dmmcc-msm8974.c204 static struct clk_regmap mmpll0_vote = {
231 static struct clk_regmap mmpll1_vote = {
2352 static struct clk_regmap *mmcc_msm8974_clocks[] = {
Dgcc-apq8084.c126 static struct clk_regmap gpll0_vote = {
189 static struct clk_regmap gpll1_vote = {
216 static struct clk_regmap gpll4_vote = {
3257 static struct clk_regmap *gcc_apq8084_clocks[] = {
Dmmcc-msm8960.c499 struct clk_regmap clkr;
2282 static struct clk_regmap *mmcc_msm8960_clks[] = {
2450 static struct clk_regmap *mmcc_apq8064_clks[] = {
Dmmcc-apq8084.c239 static struct clk_regmap mmpll0_vote = {
266 static struct clk_regmap mmpll1_vote = {
3080 static struct clk_regmap *mmcc_apq8084_clocks[] = {
Dgcc-msm8660.c51 static struct clk_regmap pll8_vote = {
2467 static struct clk_regmap *gcc_msm8660_clks[] = {
/linux-4.1.27/sound/soc/bcm/
Dbcm2835-i2s.c173 struct regmap *clk_regmap; member
184 regmap_update_bits(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, in bcm2835_i2s_start_clock()
199 regmap_update_bits(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, in bcm2835_i2s_stop_clock()
205 regmap_read(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, &clkreg); in bcm2835_i2s_stop_clock()
213 regmap_update_bits(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, in bcm2835_i2s_stop_clock()
241 regmap_read(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, &clkreg); in bcm2835_i2s_clear_fifos()
246 regmap_update_bits(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, in bcm2835_i2s_clear_fifos()
414 regmap_write(dev->clk_regmap, BCM2835_CLK_PCMDIV_REG, BCM2835_CLK_PASSWD in bcm2835_i2s_hw_params()
419 regmap_write(dev->clk_regmap, BCM2835_CLK_PCMCTL_REG, BCM2835_CLK_PASSWD in bcm2835_i2s_hw_params()
816 dev->clk_regmap = regmap[1]; in bcm2835_i2s_probe()