Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-atmel-pit.c46 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()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsama5d2.dtsi128 mck: masterck { label
140 clocks = <&mck>;
155 clocks = <&main>, <&plladiv>, <&utmi>, <&mck>;
181 clocks = <&mck>;
187 clocks = <&mck>;
223 clocks = <&mck>;
444 clocks = <&mck>;
520 clocks = <&main>, <&plla>, <&utmi>, <&mck>;
H A Dat91sam9261.dtsi287 clocks = <&mck>;
627 mck: masterck { label
720 clocks = <&mck>;
726 clocks = <&mck>;
734 clocks = <&mck>;
853 clocks = <&mck>;
H A Dat91sam9n12.dtsi169 mck: masterck { label
191 clocks = <&clk32k>, <&main>, <&plladiv>, <&pllb>, <&mck>;
214 clocks = <&mck>;
220 clocks = <&mck>;
252 clocks = <&mck>;
394 clocks = <&mck>;
857 clocks = <&mck>;
H A Dat91sam9g20.dtsi61 mck: masterck { label
H A Dat91sam9rl.dtsi384 clocks = <&mck>;
863 mck: masterck { label
878 clocks = <&clk32k>, <&main>, <&plla>, <&utmi>, <&mck>;
916 clocks = <&mck>;
1051 clocks = <&mck>;
H A Dat91sam9x5.dtsi174 mck: masterck { label
197 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
226 clocks = <&mck>;
264 clocks = <&mck>;
401 clocks = <&mck>;
936 clocks = <&mck>;
H A Dat91sam9g45.dtsi172 mck: masterck { label
193 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
216 clocks = <&mck>;
242 clocks = <&mck>;
401 clocks = <&mck>;
923 clocks = <&mck>;
H A Dat91sam9260.dtsi164 mck: masterck { label
235 clocks = <&mck>;
384 clocks = <&mck>;
781 clocks = <&mck>;
H A Dat91sam9263.dtsi145 mck: masterck { label
240 clocks = <&mck>;
382 clocks = <&mck>;
793 clocks = <&mck>;
H A Dsama5d4.dtsi453 mck: masterck { label
466 clocks = <&mck>;
481 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
517 clocks = <&mck>;
523 clocks = <&mck>;
803 clocks = <&mck>;
H A Dat91sam9x5_lcd.dtsi140 clocks = <&mck>;
H A Dsama5d3.dtsi1003 mck: masterck { label
1025 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
1060 clocks = <&mck>;
1104 clocks = <&mck>;
1324 clocks = <&mck>;
H A Dsama5d3_lcd.dtsi209 clocks = <&mck>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Datmel-isc.txt20 Should be "isc-mck".
36 clock-output-names = "isc-mck";
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A 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()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Datmel-mci.c344 struct clk *mck; member
2482 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe()
2483 if (IS_ERR(host->mck)) in atmci_probe()
2484 return PTR_ERR(host->mck); in atmci_probe()
2490 ret = clk_prepare_enable(host->mck); in atmci_probe()
2495 host->bus_hz = clk_get_rate(host->mck); in atmci_probe()
2503 clk_disable_unprepare(host->mck); in atmci_probe()
2591 clk_disable_unprepare(host->mck); in atmci_probe()
2630 clk_disable_unprepare(host->mck); in atmci_remove()
2643 clk_disable_unprepare(host->mck); in atmci_runtime_suspend()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A Datmel-i2s.c159 unsigned long mck; member
450 gclk_rate = dev->gck_param->mck * (dev->gck_param->imckdiv + 1); in atmel_i2s_switch_mck_generator()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c226 struct clk *mck; member
1262 mckperiodps = NSEC_PER_SEC / clk_get_rate(nc->mck); in atmel_smc_nand_prepare_smcconf()
1560 if (!nc->mck || !nc->caps->ops->setup_interface) in atmel_nand_init()
1903 clk_put(nc->mck); in atmel_nand_controller_cleanup()
2058 nc->mck = of_clk_get(dev->parent->of_node, 0); in atmel_nand_controller_init()
2059 if (IS_ERR(nc->mck)) { in atmel_nand_controller_init()
2061 ret = PTR_ERR(nc->mck); in atmel_nand_controller_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/
H A Datmel,ebi.txt109 clocks = <&mck>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Datmel-nand.txt97 clocks = <&mck>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsama5d2.dtsi246 clock-output-names = "isc-mck";
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv7363 …c^X����������������������xt���}����}fW{������������������Yo���v:=��������}mck�����������������c9;…
7663 …dYb����������������������sn���~|����rYe�������������������V~���q7F��������~mck�����������������b9;…