Searched +full:desired +full:- +full:num +full:- +full:phases (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mmc/rockchip-dw-mshc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#13 controller that are not already included in the synopsys-dw-mshc-common.yaml17 - $ref: "synopsys-dw-mshc-common.yaml#"20 - Heiko Stuebner <heiko@sntech.de>27 - const: rockchip,rk2928-dw-mshc29 - const: rockchip,rk3288-dw-mshc30 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later11 #include <linux/mmc/slot-gpio.h>16 #include "dw_mmc-pltfm.h"29 struct dw_mci_rockchip_priv_data *priv = host->priv; in dw_mci_rk3288_set_ios()34 if (ios->clock == 0) in dw_mci_rk3288_set_ios()41 * ios->clock = (div == 0) ? bus_hz : (bus_hz / (2 * div)) in dw_mci_rk3288_set_ios()44 * DDR52 8-bit mode. in dw_mci_rk3288_set_ios()46 if (ios->bus_width == MMC_BUS_WIDTH_8 && in dw_mci_rk3288_set_ios()47 ios->timing == MMC_TIMING_MMC_DDR52) in dw_mci_rk3288_set_ios()48 cclkin = 2 * ios->clock * RK3288_CLKGEN_DIV; in dw_mci_rk3288_set_ios()[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */4 * Copyright 2009-2018 Solarflare Communications Inc.5 * Copyright 2019-2020 Xilinx Inc.13 /* Power-on reset state */35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */38 /* The rest of these are firmware-defined */46 /* Values to be written to the per-port status dword in shared71 * | | \--- Response72 * | \------- Error73 * \------------------------------ Resync (always set)[all …]
7 Change-Id: Iec160bd007994d82f416debdccfbc0d9bdb404709 diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig11 --- a/drivers/misc/Kconfig13 @@ -314,6 +314,26 @@ config ISL2902040 diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile42 --- a/drivers/misc/Makefile44 @@ -19,6 +19,8 @@ obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o45 obj-$(CONFIG_PHANTOM) += phantom.o46 obj-$(CONFIG_QCOM_COINCELL) += qcom-coincell.o47 obj-$(CONFIG_QCOM_FASTRPC) += fastrpc.o[all …]
6 Change-Id: I9825adaa8537a316db8a1831e759a74223b9e4287 ---9 drivers/block/nbd.c | 6 -12 drivers/clk/clk.c | 2 +-13 drivers/clk/rockchip/Kconfig | 42 +-15 drivers/clk/rockchip/clk-cpu.c | 92 +-16 drivers/clk/rockchip/clk-ddr.c | 171 +-17 drivers/clk/rockchip/clk-half-divider.c | 35 +-18 drivers/clk/rockchip/clk-pll.c | 779 ++-19 drivers/clk/rockchip/clk-rk3399.c | 589 +-[all …]