Home
last modified time | relevance | path

Searched +full:m10v +full:- +full:clk +full:- +full:ctrl (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/boot/dts/socionext/
H A Dmilbeaut-m10v.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/interrupt-controller/irq.h>
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 interrupt-parent = <&gic>;
10 #address-cells = <1>;
11 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
[all …]
/linux/drivers/mmc/host/
H A Dsdhci-milbeaut.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2013 - 2015 Fujitsu Semiconductor, Ltd
11 #include <linux/clk.h>
19 #include "sdhci-pltfm.h"
54 struct clk *clk_iface;
55 struct clk *clk; member
62 u32 ctrl = 0; in sdhci_milbeaut_soft_voltage_switch() local
65 ctrl = sdhci_readl(host, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_soft_voltage_switch()
66 ctrl |= F_SDH30_CRES_O_DN; in sdhci_milbeaut_soft_voltage_switch()
67 sdhci_writel(host, ctrl, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_soft_voltage_switch()
[all …]