Home
last modified time | relevance | path

Searched +full:ufs +full:- +full:disable +full:- +full:mcq (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/ufs/
H A Dmediatek,ufs.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/ufs/mediatek,ufs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Mediatek Universal Flash Storage (UFS) Controller
10 - Stanley Chu <stanley.chu@mediatek.com>
15 - mediatek,mt8183-ufshci
16 - mediatek,mt8192-ufshci
17 - mediatek,mt8195-ufshci
23 clock-names:
[all …]
/linux/include/ufs/
H A Dufshcd.h1 /* 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.
16 #include <linux/blk-crypto-profile.h>
17 #include <linux/blk-m
[all...]
H A Dufshci.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * Copyright (C) 2011-2013 Samsung India Software Operations
15 #include <ufs/ufs.h>
131 /* UFS Version 08h */
138 * - 2.x and newer use the following scheme:
140 * - 1.x has been converted to match this in
149 * HCDDID - Host Controller Identification Descriptor
150 * - Device ID and Device Class 10h
156 * HCPMID - Host Controller Identification Descriptor
157 * - Product/Manufacturer ID 14h
[all …]
/linux/drivers/ufs/core/
H A Dufshcd.c1 // 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.
17 #include <linux/blk-pm.h>
31 #include "ufshcd-priv.h"
32 #include <ufs/ufs_quirks.h>
33 #include <ufs/unipro.h>
34 #include "ufs-sysfs.h"
35 #include "ufs-debugfs.h"
36 #include "ufs-fault-injection.h"
[all …]