Searched +full:sap +full:- +full:dll +full:- +full:reg (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mmc/hisilicon,hi3798cv200-dw-mshc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Yang Xiwen <[email protected]>15 - hisilicon,hi3798cv200-dw-mshc16 - hisilicon,hi3798mv200-dw-mshc18 reg:26 - description: bus interface unit clock27 - description: card interface unit clock[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Modified from dw_mmc-hi3798cv200.c18 #include "dw_mmc-pltfm.h"25 /* DLL ctrl reg */38 struct dw_mci_hi3798mv200_priv *priv = host->priv; in dw_mci_hi3798mv200_set_ios()39 struct mmc_clk_phase phase = priv->phase_map.phase[ios->timing]; in dw_mci_hi3798mv200_set_ios()43 if (ios->timing == MMC_TIMING_MMC_DDR52 in dw_mci_hi3798mv200_set_ios()44 || ios->timing == MMC_TIMING_UHS_DDR50) in dw_mci_hi3798mv200_set_ios()51 if (ios->timing == MMC_TIMING_MMC_HS400) in dw_mci_hi3798mv200_set_ios()57 if (clk_set_rate(host->ciu_clk, ios->clock)) in dw_mci_hi3798mv200_set_ios()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later2 /* cx25840 - Conexant CX25840 audio/video decoder driver10 * - cleanup/rewrite for V4L2 API (2005)36 #include <media/v4l2-common.h>37 #include <media/drv-intf/cx25840.h>39 #include "cx25840-core.h"73 /* ----------------------------------------------------------------------- */107 msgs[0].addr = client->addr; in cx25840_read()113 msgs[1].addr = client->addr; in cx25840_read()118 if (i2c_transfer(client->adapter, msgs, 2) < 2) in cx25840_read()[all …]