Searched +full:dwc +full:- +full:ufshcd +full:- +full:1 (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ufs/ |
| D | snps,tc-dwc-g210.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/ufs/snps,tc-dwc-g210.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Li Wei <liwei213@huawei.com> 18 - snps,dwc-ufshcd-1.40a 20 - compatible 23 - $ref: ufs-common.yaml 28 - enum: 29 - snps,g210-tc-6.00-20bit [all …]
|
| /kernel/linux/linux-6.6/drivers/ufs/host/ |
| D | tc-dwc-g210-pci.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 10 #include <ufs/ufshcd.h> 11 #include "ufshcd-dwc.h" 12 #include "tc-dwc-g210.h" 25 MODULE_PARM_DESC(tc_type, "Test Chip Type (20 = 20-bit, 40 = 40-bit)"); 28 * struct ufs_hba_dwc_vops - UFS DWC specific variant operations 31 .name = "tc-dwc-g210-pci", 36 * tc_dwc_g210_pci_remove - de-allocate PCI/SCSI host and host memory space 44 pm_runtime_forbid(&pdev->dev); in tc_dwc_g210_pci_remove() [all …]
|
| D | ufshcd-dwc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 12 #include <ufs/ufshcd.h> 15 #include "ufshcd-dwc.h" 16 #include "ufshci-dwc.h" 37 * ufshcd_dwc_program_clk_div() - program clock divider. 48 * ufshcd_dwc_link_is_up() - check if link is up. 51 * Return: 0 on success, non-zero value on failure. 64 return 1; in ufshcd_dwc_link_is_up() 68 * ufshcd_dwc_connection_setup() - configure unipro attributes. [all …]
|
| D | tc-dwc-g210.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 12 #include <ufs/ufshcd.h> 15 #include "ufshcd-dwc.h" 16 #include "ufshci-dwc.h" 17 #include "tc-dwc-g210.h" 20 * tc_dwc_g210_setup_40bit_rmmi() - configure 40-bit RMMI. 23 * Return: 0 on success or non-zero value on failure. 83 * tc_dwc_g210_setup_20bit_rmmi_lane0() - configure 20-bit RMMI Lane 0. 86 * Return: 0 on success or non-zero value on failure. [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ufs/ |
| D | tc-dwc-g210-pci.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 10 #include "ufshcd.h" 11 #include "ufshcd-dwc.h" 12 #include "tc-dwc-g210.h" 24 MODULE_PARM_DESC(tc_type, "Test Chip Type (20 = 20-bit, 40 = 40-bit)"); 52 * struct ufs_hba_dwc_vops - UFS DWC specific variant operations 55 .name = "tc-dwc-g210-pci", 60 * tc_dwc_g210_pci_shutdown - main function to put the controller in reset state 69 * tc_dwc_g210_pci_remove - de-allocate PCI/SCSI host and host memory space [all …]
|
| D | ufshcd-dwc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 10 #include "ufshcd.h" 13 #include "ufshcd-dwc.h" 14 #include "ufshci-dwc.h" 37 * provide 1 microsecond tick to unipro layer. 52 * Returns 0 on success, non-zero value on failure 65 return 1; in ufshcd_dwc_link_is_up() 79 * Returns 0 on success non-zero value on failure 87 { UIC_ARG_MIB(T_PEERDEVICEID), 1, DME_LOCAL }, in ufshcd_dwc_connection_setup() [all …]
|
| D | tc-dwc-g210.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 10 #include "ufshcd.h" 13 #include "ufshcd-dwc.h" 14 #include "ufshci-dwc.h" 15 #include "tc-dwc-g210.h" 19 * This function configures Synopsys TC specific atributes (40-bit RMMI) 22 * Returns 0 on success or non-zero value on failure 83 * This function configures Synopsys TC 20-bit RMMI Lane 0 86 * Returns 0 on success or non-zero value on failure [all …]
|
| D | ufshcd.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 * Copyright (C) 2011-2013 Samsung India Software Operations 5 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. 35 #include <linux/keyslot-manager.h> 51 #define UFSHCD "ufshcd" macro 62 * struct uic_command - UIC command structure 64 * @argument1: UIC command argument 1 90 /* Host <-> Device UniPro Link state */ 93 UIC_LINK_ACTIVE_STATE = 1, /* Link is in Fast/Slow/Sleep state */ 98 #define ufshcd_is_link_off(hba) ((hba)->uic_link_state == UIC_LINK_OFF_STATE) [all …]
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 1 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig 3 --- a/arch/arm/Kconfig 5 @@ -322,7 +322,7 @@ config ARCH_MULTIPLATFORM 9 - select AUTO_ZRELADDR 14 @@ -650,6 +650,8 @@ source "arch/arm/mach-highbank/Kconfig" 16 source "arch/arm/mach-hisi/Kconfig" 18 +source "arch/arm/mach-hibvt/Kconfig" 20 source "arch/arm/mach-imx/Kconfig" 22 source "arch/arm/mach-integrator/Kconfig" 23 diff --git a/arch/arm/Makefile b/arch/arm/Makefile [all …]
|