Searched +full:ufs +full:- +full:disable +full:- +full:mcq (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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) Controller10 - Stanley Chu <stanley.chu@mediatek.com>15 - mediatek,mt8183-ufshci16 - mediatek,mt8192-ufshci17 - mediatek,mt8195-ufshci23 clock-names:[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */4 * Copyright (C) 2011-2013 Samsung India Software Operations5 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.16 #include <linux/blk-crypto-profile.h>17 #include <linux/blk-m[all...]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */4 * Copyright (C) 2011-2013 Samsung India Software Operations15 #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 in149 * HCDDID - Host Controller Identification Descriptor150 * - Device ID and Device Class 10h156 * HCPMID - Host Controller Identification Descriptor157 * - Product/Manufacturer ID 14h[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Copyright (C) 2011-2013 Samsung India Software Operations5 * 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 …]