| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sama5d2.dtsi | 128 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 D | at91sam9261.dtsi | 287 clocks = <&mck>; 627 mck: masterck { label 720 clocks = <&mck>; 726 clocks = <&mck>; 734 clocks = <&mck>; 853 clocks = <&mck>;
|
| H A D | at91sam9n12.dtsi | 169 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 D | at91sam9g20.dtsi | 61 mck: masterck { label
|
| H A D | at91sam9rl.dtsi | 384 clocks = <&mck>; 863 mck: masterck { label 878 clocks = <&clk32k>, <&main>, <&plla>, <&utmi>, <&mck>; 916 clocks = <&mck>; 1051 clocks = <&mck>;
|
| H A D | at91sam9x5.dtsi | 174 mck: masterck { label 197 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>; 226 clocks = <&mck>; 264 clocks = <&mck>; 401 clocks = <&mck>; 936 clocks = <&mck>;
|
| H A D | at91sam9g45.dtsi | 172 mck: masterck { label 193 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>; 216 clocks = <&mck>; 242 clocks = <&mck>; 401 clocks = <&mck>; 923 clocks = <&mck>;
|
| H A D | at91sam9260.dtsi | 164 mck: masterck { label 235 clocks = <&mck>; 384 clocks = <&mck>; 781 clocks = <&mck>;
|
| H A D | at91sam9263.dtsi | 145 mck: masterck { label 240 clocks = <&mck>; 382 clocks = <&mck>; 793 clocks = <&mck>;
|
| H A D | sama5d4.dtsi | 453 mck: masterck { label 466 clocks = <&mck>; 481 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>; 517 clocks = <&mck>; 523 clocks = <&mck>; 803 clocks = <&mck>;
|
| H A D | at91sam9x5_lcd.dtsi | 140 clocks = <&mck>;
|
| H A D | sama5d3.dtsi | 1003 mck: masterck { label 1025 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>; 1060 clocks = <&mck>; 1104 clocks = <&mck>; 1324 clocks = <&mck>;
|
| H A D | sama5d3_lcd.dtsi | 209 clocks = <&mck>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | atmel-isc.txt | 20 Should be "isc-mck". 36 clock-output-names = "isc-mck";
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | atmel-mci.c | 344 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 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()
|
| /OK3568_Linux_fs/kernel/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() 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 D | atmel,ebi.txt | 109 clocks = <&mck>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | atmel-nand.txt | 97 clocks = <&mck>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sama5d2.dtsi | 246 clock-output-names = "isc-mck";
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 7363 …c^X����������������������xt���}����}fW{������������������Yo���v:=��������}mck�����������������c9;… 7663 …dYb����������������������sn���~|����rYe�������������������V~���q7F��������~mck�����������������b9;…
|