Home
last modified time | relevance | path

Searched +full:ufshc +full:- +full:m31 +full:- +full:16 +full:nm (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ufs/
H A Dcdns,ufshc.txt3 UFS nodes are defined to describe on-chip UFS host controllers.
5 Please see the ufshcd-pltfrm.txt for a list of all available properties.
8 - compatible : Compatible list, contains one of the following controllers:
9 "cdns,ufshc" - Generic CDNS HCI,
10 "cdns,ufshc-m31-16nm" - CDNS UFS HC + M31 16nm PHY
12 "jedec,ufs-2.0"
14 - reg : Address and length of the UFS register set.
15 - interrupts : One interrupt mapping.
16 - freq-table-hz : Clock frequency table.
17 See the ufshcd-pltfrm.txt for details.
[all …]
H A Dti,j721e-ufs.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/ufs/ti,j721e-ufs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vignesh Raghavendra <vigneshr@ti.com>
15 - const: ti,j721e-ufs
23 description: phandle to the M-PHY clock
25 power-domains:
28 assigned-clocks:
31 assigned-clock-parents:
[all …]
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dcdns-platform.c1 // SPDX-License-Identifier: GPL-2.0+
3 * cdns-platform.c - Platform driver for Cadence UFSHCI device
5 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
26 hba->quirks |= UFSHCD_QUIRK_BROKEN_LCC; in cdns_ufs_link_startup_notify()
46 ret = clk_get_by_name(hba->dev, "core_clk", &clk); in cdns_ufs_set_hclkdiv()
48 dev_err(hba->dev, "failed to get core_clk clock\n"); in cdns_ufs_set_hclkdiv()
54 dev_err(hba->dev, "%s: unable to find core_clk rate\n", in cdns_ufs_set_hclkdiv()
114 .compatible = "cdns,ufshc-m31-16nm",
120 .name = "cdns-ufs-pltfm",
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dcdns-pltfrm.c1 // SPDX-License-Identifier: GPL-2.0
18 #include "ufshcd-pltfrm.h"
26 * cdns_ufs_dme_attr_val - for storing L4 attributes
32 * cdns_ufs_get_l4_attr - get L4 attributes on local side
41 &host->cdns_ufs_dme_attr_val[0]); in cdns_ufs_get_l4_attr()
43 &host->cdns_ufs_dme_attr_val[1]); in cdns_ufs_get_l4_attr()
45 &host->cdns_ufs_dme_attr_val[2]); in cdns_ufs_get_l4_attr()
47 &host->cdns_ufs_dme_attr_val[3]); in cdns_ufs_get_l4_attr()
49 &host->cdns_ufs_dme_attr_val[4]); in cdns_ufs_get_l4_attr()
51 &host->cdns_ufs_dme_attr_val[5]); in cdns_ufs_get_l4_attr()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/ti/
H A Dk3-j721e-main.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/
7 #include <dt-bindings/phy/phy.h>
8 #include <dt-bindings/mux/mux.h>
9 #include <dt-bindings/mux/ti-serdes.h>
12 cmn_refclk: clock-cmnrefclk {
13 #clock-cells = <0>;
14 compatible = "fixed-clock";
15 clock-frequency = <0>;
18 cmn_refclk1: clock-cmnrefclk1 {
[all …]