Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-atmel-pit.c49 struct clk *mck; member
187 data->mck = of_clk_get(node, 0); in at91sam926x_pit_dt_init()
188 if (IS_ERR(data->mck)) { in at91sam926x_pit_dt_init()
190 ret = PTR_ERR(data->mck); in at91sam926x_pit_dt_init()
194 ret = clk_prepare_enable(data->mck); in at91sam926x_pit_dt_init()
212 pit_rate = clk_get_rate(data->mck) / 16; in at91sam926x_pit_dt_init()
/Linux-v4.19/Documentation/devicetree/bindings/media/
Datmel-isc.txt20 Should be "isc-mck".
36 clock-output-names = "isc-mck";
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dat91-clock.txt249 mck: mck {
262 e.g. clocks = <&mck>;
276 clocks = <&mck>;
364 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
409 clocks = <&mck>;
471 clocks = <&mck>;
478 e.g. clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>, <&audio_pll_pmc>;
491 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>, <&audio_pll_pmc>;
/Linux-v4.19/arch/arm/boot/dts/
Dat91sam9261.dtsi109 clocks = <&mck>;
302 clocks = <&mck>;
637 mck: masterck { label
729 clocks = <&mck>;
735 clocks = <&mck>;
743 clocks = <&mck>;
858 clocks = <&mck>;
Dsama5d2.dtsi84 clocks = <&mck>;
99 clocks = <&mck>;
311 clocks = <&mck>;
426 clock-output-names = "isc-mck";
534 mck: masterck { label
547 clocks = <&mck>;
561 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
590 clocks = <&mck>;
596 clocks = <&mck>;
632 clocks = <&mck>;
[all …]
Dat91sam9n12.dtsi181 mck: masterck { label
202 clocks = <&clk32k>, <&main>, <&plladiv>, <&pllb>, <&mck>;
225 clocks = <&mck>;
231 clocks = <&mck>;
263 clocks = <&mck>;
402 clocks = <&mck>;
862 clocks = <&mck>;
1047 clocks = <&mck>;
Dat91sam9g20.dtsi61 mck: masterck { label
Dat91sam9rl.dtsi109 clocks = <&mck>;
402 clocks = <&mck>;
870 mck: masterck { label
884 clocks = <&clk32k>, <&main>, <&plla>, <&utmi>, <&mck>;
922 clocks = <&mck>;
1052 clocks = <&mck>;
Dat91sam9x5.dtsi185 mck: masterck { label
206 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
235 clocks = <&mck>;
273 clocks = <&mck>;
408 clocks = <&mck>;
957 clocks = <&mck>;
1269 clocks = <&mck>;
Dat91sam9263.dtsi141 mck: masterck { label
235 clocks = <&mck>;
388 clocks = <&mck>;
793 clocks = <&mck>;
1037 clocks = <&mck>;
1058 clocks = <&mck>;
Dat91sam9g45.dtsi179 mck: masterck { label
199 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
222 clocks = <&mck>;
248 clocks = <&mck>;
407 clocks = <&mck>;
939 clocks = <&mck>;
1351 clocks = <&mck>;
Dat91sam9260.dtsi170 mck: masterck { label
240 clocks = <&mck>;
385 clocks = <&mck>;
781 clocks = <&mck>;
1030 clocks = <&mck>;
Dsama5d3.dtsi1050 mck: masterck { label
1071 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
1106 clocks = <&mck>;
1150 clocks = <&mck>;
1359 clocks = <&mck>;
1559 clocks = <&mck>;
Dsama5d4.dtsi300 clocks = <&mck>;
454 mck: masterck { label
467 clocks = <&mck>;
481 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
516 clocks = <&mck>;
522 clocks = <&mck>;
793 clocks = <&mck>;
Dat91sam9x5_lcd.dtsi159 clocks = <&mck>;
Dat91rm9200.dtsi145 mck: masterck { label
239 clocks = <&mck>;
848 clocks = <&mck>;
Dsama5d3_lcd.dtsi209 clocks = <&mck>;
/Linux-v4.19/drivers/i2c/busses/
Di2c-sh7760.c395 unsigned long mck, m1, dff, odff, iclk; in calc_CCR() local
403 mck = mclk->rate; in calc_CCR()
410 iclk = mck / (1 + cdf); in calc_CCR()
/Linux-v4.19/drivers/mmc/host/
Datmel-mci.c344 struct clk *mck; member
2514 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe()
2515 if (IS_ERR(host->mck)) in atmci_probe()
2516 return PTR_ERR(host->mck); in atmci_probe()
2522 ret = clk_prepare_enable(host->mck); in atmci_probe()
2527 host->bus_hz = clk_get_rate(host->mck); in atmci_probe()
2535 clk_disable_unprepare(host->mck); in atmci_probe()
2623 clk_disable_unprepare(host->mck); in atmci_probe()
2662 clk_disable_unprepare(host->mck); in atmci_remove()
2675 clk_disable_unprepare(host->mck); in atmci_runtime_suspend()
[all …]
/Linux-v4.19/sound/soc/atmel/
Datmel-i2s.c170 unsigned long mck; member
453 gclk_rate = dev->gck_param->mck * (dev->gck_param->imckdiv + 1); in atmel_i2s_switch_mck_generator()
/Linux-v4.19/drivers/mtd/nand/raw/atmel/
Dnand-controller.c225 struct clk *mck; member
1214 mckperiodps = NSEC_PER_SEC / clk_get_rate(nc->mck); in atmel_smc_nand_prepare_smcconf()
1509 if (nc->mck && nc->caps->ops->setup_data_interface) in atmel_nand_init()
1862 clk_put(nc->mck); in atmel_nand_controller_cleanup()
1982 nc->mck = of_clk_get(dev->parent->of_node, 0); in atmel_nand_controller_init()
1983 if (IS_ERR(nc->mck)) { in atmel_nand_controller_init()
1985 return PTR_ERR(nc->mck); in atmel_nand_controller_init()
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Datmel,ebi.txt108 clocks = <&mck>;
/Linux-v4.19/arch/x86/kernel/
Dpci-calgary_64.c857 u32 csr, csmr, plssr, mck, rcstat; in calioc2_dump_error_regs() local
875 mck = be32_to_cpu(readl(target)); in calioc2_dump_error_regs()
880 csr, plssr, csmr, mck); in calioc2_dump_error_regs()
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt95 clocks = <&mck>;