/linux-4.1.27/drivers/clk/mxs/ |
D | clk-pll.c | 30 struct clk_pll { struct 37 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument 41 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() 52 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() 59 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() 68 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() 76 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 92 struct clk_pll *pll; in mxs_clk_pll()
|
/linux-4.1.27/drivers/clk/qcom/ |
D | clk-pll.c | 39 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() 80 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() 95 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 143 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate() 156 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() 192 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll() 216 struct clk_pll *p = to_clk_pll(__clk_get_hw(__clk_get_parent(hw->clk))); in clk_pll_vote_enable() 232 clk_pll_set_fsm_mode(struct clk_pll *pll, struct regmap *regmap, u8 lock_count) in clk_pll_set_fsm_mode() 251 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure() 278 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr() [all …]
|
D | clk-pll.h | 47 struct clk_pll { struct 66 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument 83 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, 85 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
|
D | lcc-ipq806x.c | 34 static struct clk_pll pll4 = {
|
D | mmcc-msm8974.c | 188 static struct clk_pll mmpll0 = { 215 static struct clk_pll mmpll1 = { 242 static struct clk_pll mmpll2 = { 257 static struct clk_pll mmpll3 = {
|
D | gcc-ipq806x.c | 35 static struct clk_pll pll0 = { 62 static struct clk_pll pll3 = { 89 static struct clk_pll pll8 = { 116 static struct clk_pll pll14 = {
|
D | mmcc-apq8084.c | 223 static struct clk_pll mmpll0 = { 250 static struct clk_pll mmpll1 = { 277 static struct clk_pll mmpll2 = { 292 static struct clk_pll mmpll3 = { 308 static struct clk_pll mmpll4 = {
|
D | lcc-msm8960.c | 34 static struct clk_pll pll4 = {
|
D | gcc-msm8916.c | 195 static struct clk_pll gpll0 = { 222 static struct clk_pll gpll1 = { 249 static struct clk_pll gpll2 = { 276 static struct clk_pll bimc_pll = {
|
D | gcc-msm8974.c | 66 static struct clk_pll gpll0 = { 129 static struct clk_pll gpll1 = { 156 static struct clk_pll gpll4 = {
|
D | gcc-apq8084.c | 110 static struct clk_pll gpll0 = { 173 static struct clk_pll gpll1 = { 200 static struct clk_pll gpll4 = {
|
D | gcc-msm8960.c | 35 static struct clk_pll pll3 = { 62 static struct clk_pll pll8 = { 89 static struct clk_pll pll14 = {
|
D | mmcc-msm8960.c | 87 static struct clk_pll pll2 = { 103 static struct clk_pll pll15 = {
|
D | gcc-msm8660.c | 35 static struct clk_pll pll8 = {
|
/linux-4.1.27/drivers/clk/at91/ |
D | clk-pll.c | 57 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw) 59 struct clk_pll { struct 74 struct clk_pll *pll = (struct clk_pll *)dev_id; in clk_pll_irq_handler() argument 84 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() 132 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared() 141 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() 153 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 161 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul() 274 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate() 283 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | moxa,moxart-clock.txt | 37 clk_pll: clk_pll@98100000 { 47 clocks = <&clk_pll>;
|
/linux-4.1.27/drivers/clk/ |
D | clk-nomadik.c | 143 struct clk_pll { struct 162 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument 167 struct clk_pll *pll = to_pll(hw); in pll_clk_enable() 187 struct clk_pll *pll = to_pll(hw); in pll_clk_disable() 206 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled() 222 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate() 262 struct clk_pll *pll; in pll_clk_register()
|
D | clk-vt8500.c | 50 struct clk_pll { struct 316 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) 542 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate() 585 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate() 616 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate() 654 struct clk_pll *pll_clk; in vtwm_pll_clk_init()
|
/linux-4.1.27/drivers/clk/spear/ |
D | clk-vco-pll.c | 66 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) 87 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate_index() 127 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 147 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() 283 struct clk_pll *pll; in clk_register_vco_pll()
|
D | clk.h | 102 struct clk_pll { struct
|
/linux-4.1.27/drivers/clk/keystone/ |
D | pll.c | 73 struct clk_pll { struct 78 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument 83 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc() 131 struct clk_pll *pll; in clk_register_pll()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | moxart.dtsi | 46 clk_pll: clk_pll@98100000 { label 56 clocks = <&clk_pll>;
|
D | moxart-uc7112lx.dts | 79 &clk_pll {
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-ldb.c | 82 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member 155 clk_get_rate(ldb->clk_pll[chno]), serial_clk); in imx_ldb_set_clock() 156 clk_set_rate(ldb->clk_pll[chno], serial_clk); in imx_ldb_set_clock() 159 clk_get_rate(ldb->clk_pll[chno])); in imx_ldb_set_clock() 396 ldb->clk_pll[chno] = devm_clk_get(ldb->dev, clkname); in imx_ldb_get_clk() 398 return PTR_ERR_OR_ZERO(ldb->clk_pll[chno]); in imx_ldb_get_clk()
|
/linux-4.1.27/drivers/clk/sirf/ |
D | clk-common.c | 32 struct clk_pll { struct 37 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument 76 struct clk_pll *clk = to_pllclk(hw); in pll_clk_recalc_rate() 128 struct clk_pll *clk = to_pllclk(hw); in pll_clk_set_rate() 216 static struct clk_pll clk_pll1 = { 223 static struct clk_pll clk_pll2 = { 230 static struct clk_pll clk_pll3 = {
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | m5407.c | 31 &clk_pll,
|
D | m5206.c | 31 &clk_pll,
|
D | m5307.c | 40 &clk_pll,
|
D | m523x.c | 39 &clk_pll,
|
D | m525x.c | 32 &clk_pll,
|
D | m528x.c | 41 &clk_pll,
|
D | m5249.c | 32 &clk_pll,
|
D | m5272.c | 46 &clk_pll,
|
D | m54xx.c | 42 &clk_pll,
|
D | m527x.c | 41 &clk_pll,
|
/linux-4.1.27/drivers/clk/ti/ |
D | fapll.c | 81 struct clk *clk_pll; member 519 synth->clk_pll = pll_clk; in ti_fapll_synth_setup()
|