Searched +full:m10v +full:- +full:clk +full:- +full:ctrl (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/milbeaut-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Taichi Sugaya <sugaya.taichi@socionext.com>17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt22 - items:23 - enum:24 - socionext,milbeaut-m10v-ccu29 '#clock-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2013 - 2015 Fujitsu Semiconductor, Ltd11 #include <linux/clk.h>19 #include "sdhci-pltfm.h"54 struct clk *clk_iface;55 struct clk *clk; member62 u32 ctrl = 0; in sdhci_milbeaut_soft_voltage_switch() local65 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 …]