Searched refs:mck (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/drivers/clocksource/ |
| H A D | timer-atmel-pit.c | 46 struct clk *mck; member 184 data->mck = of_clk_get(node, 0); in at91sam926x_pit_dt_init() 185 if (IS_ERR(data->mck)) { in at91sam926x_pit_dt_init() 187 ret = PTR_ERR(data->mck); in at91sam926x_pit_dt_init() 191 ret = clk_prepare_enable(data->mck); in at91sam926x_pit_dt_init() 209 pit_rate = clk_get_rate(data->mck) / 16; in at91sam926x_pit_dt_init()
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | mediatek,mt8365-afe.yaml | 26 - description: audio i2s0 mck 27 - description: audio i2s1 mck 28 - description: audio i2s2 mck 29 - description: audio i2s3 mck
|
| H A D | mediatek,mt7986-afe.yaml | 37 - description: audio i2s/pcm mck 119 - description: audio i2s/pcm mck
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | atmel,isc.yaml | 44 const: isc-mck 102 clock-output-names = "isc-mck";
|
| H A D | microchip,xisc.yaml | 44 const: isc-mck 118 clock-output-names = "isc-mck";
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-sh7760.c | 395 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-6.15/drivers/mmc/host/ |
| H A D | atmel-mci.c | 369 struct clk *mck; member 2475 if (IS_ERR(host->mck)) in atmci_probe() 2476 return PTR_ERR(host->mck); in atmci_probe() 2482 ret = clk_prepare_enable(host->mck); in atmci_probe() 2487 host->bus_hz = clk_get_rate(host->mck); in atmci_probe() 2495 clk_disable_unprepare(host->mck); in atmci_probe() 2503 clk_disable_unprepare(host->mck); in atmci_probe() 2583 clk_disable_unprepare(host->mck); in atmci_probe() 2622 clk_disable_unprepare(host->mck); in atmci_remove() 2633 clk_disable_unprepare(host->mck); in atmci_runtime_suspend() [all …]
|
| /linux-6.15/sound/soc/atmel/ |
| H A D | atmel-i2s.c | 159 unsigned long mck; member 453 gclk_rate = dev->gck_param->mck * (dev->gck_param->imckdiv + 1); in atmel_i2s_switch_mck_generator()
|
| /linux-6.15/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 226 struct clk *mck; member 1262 mckperiodps = NSEC_PER_SEC / clk_get_rate(nc->mck); in atmel_smc_nand_prepare_smcconf() 1565 if (!nc->mck || !nc->caps->ops->setup_interface) in atmel_nand_init() 1905 clk_put(nc->mck); in atmel_nand_controller_cleanup() 2063 nc->mck = of_clk_get(dev->parent->of_node, 0); in atmel_nand_controller_init() 2064 if (IS_ERR(nc->mck)) { in atmel_nand_controller_init() 2066 ret = PTR_ERR(nc->mck); in atmel_nand_controller_init()
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | atmel,ebi.txt | 109 clocks = <&mck>;
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/ |
| H A D | atmel-nand.txt | 87 clocks = <&mck>;
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | sama5d2.dtsi | 257 clock-output-names = "isc-mck";
|
| H A D | sama7g5.dtsi | 556 clock-output-names = "isc-mck";
|