Searched refs:mck (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/clocksource/ |
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-5.19.10/Documentation/devicetree/bindings/media/ |
D | atmel,isc.yaml | 44 const: isc-mck 104 clock-output-names = "isc-mck";
|
D | microchip,xisc.yaml | 44 const: isc-mck 117 clock-output-names = "isc-mck";
|
/linux-5.19.10/drivers/i2c/busses/ |
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-5.19.10/drivers/mmc/host/ |
D | atmel-mci.c | 344 struct clk *mck; member 2481 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe() 2482 if (IS_ERR(host->mck)) in atmci_probe() 2483 return PTR_ERR(host->mck); in atmci_probe() 2489 ret = clk_prepare_enable(host->mck); in atmci_probe() 2494 host->bus_hz = clk_get_rate(host->mck); in atmci_probe() 2502 clk_disable_unprepare(host->mck); in atmci_probe() 2590 clk_disable_unprepare(host->mck); in atmci_probe() 2629 clk_disable_unprepare(host->mck); in atmci_remove() 2642 clk_disable_unprepare(host->mck); in atmci_runtime_suspend() [all …]
|
/linux-5.19.10/sound/soc/atmel/ |
D | atmel-i2s.c | 159 unsigned long mck; member 450 gclk_rate = dev->gck_param->mck * (dev->gck_param->imckdiv + 1); in atmel_i2s_switch_mck_generator()
|
/linux-5.19.10/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 226 struct clk *mck; member 1261 mckperiodps = NSEC_PER_SEC / clk_get_rate(nc->mck); in atmel_smc_nand_prepare_smcconf() 1564 if (!nc->mck || !nc->caps->ops->setup_interface) in atmel_nand_init() 1905 clk_put(nc->mck); in atmel_nand_controller_cleanup() 2060 nc->mck = of_clk_get(dev->parent->of_node, 0); in atmel_nand_controller_init() 2061 if (IS_ERR(nc->mck)) { in atmel_nand_controller_init() 2063 ret = PTR_ERR(nc->mck); in atmel_nand_controller_init()
|
/linux-5.19.10/Documentation/devicetree/bindings/memory-controllers/ |
D | atmel,ebi.txt | 109 clocks = <&mck>;
|
/linux-5.19.10/Documentation/devicetree/bindings/mtd/ |
D | atmel-nand.txt | 97 clocks = <&mck>;
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | sama5d2.dtsi | 246 clock-output-names = "isc-mck";
|