Home
last modified time | relevance | path

Searched refs:ufs (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.12.1/drivers/ufs/host/
Dufs-exynos.c165 static void exynos_ufs_auto_ctrl_hcc(struct exynos_ufs *ufs, bool en);
166 static void exynos_ufs_ctrl_clkstop(struct exynos_ufs *ufs, bool en);
168 static inline void exynos_ufs_enable_auto_ctrl_hcc(struct exynos_ufs *ufs) in exynos_ufs_enable_auto_ctrl_hcc() argument
170 exynos_ufs_auto_ctrl_hcc(ufs, true); in exynos_ufs_enable_auto_ctrl_hcc()
173 static inline void exynos_ufs_disable_auto_ctrl_hcc(struct exynos_ufs *ufs) in exynos_ufs_disable_auto_ctrl_hcc() argument
175 exynos_ufs_auto_ctrl_hcc(ufs, false); in exynos_ufs_disable_auto_ctrl_hcc()
179 struct exynos_ufs *ufs, u32 *val) in exynos_ufs_disable_auto_ctrl_hcc_save() argument
181 *val = hci_readl(ufs, HCI_MISC); in exynos_ufs_disable_auto_ctrl_hcc_save()
182 exynos_ufs_auto_ctrl_hcc(ufs, false); in exynos_ufs_disable_auto_ctrl_hcc_save()
186 struct exynos_ufs *ufs, u32 *val) in exynos_ufs_auto_ctrl_hcc_restore() argument
[all …]
Dufs-exynos.h116 #define UNIPRO_PCLK_PERIOD(ufs) (NSEC_PER_SEC / ufs->pclk_rate) argument
185 int (*drv_init)(struct device *dev, struct exynos_ufs *ufs);
186 int (*pre_link)(struct exynos_ufs *ufs);
187 int (*post_link)(struct exynos_ufs *ufs);
188 int (*pre_pwr_change)(struct exynos_ufs *ufs,
190 int (*post_pwr_change)(struct exynos_ufs *ufs,
192 int (*pre_hce_enable)(struct exynos_ufs *ufs);
193 int (*post_hce_enable)(struct exynos_ufs *ufs);
246 #define for_each_ufs_rx_lane(ufs, i) \ argument
247 for (i = (ufs)->rx_sel_idx; \
[all …]
DMakefile6 obj-$(CONFIG_SCSI_UFS_QCOM) += ufs-qcom.o
7 obj-$(CONFIG_SCSI_UFS_EXYNOS) += ufs-exynos.o
10 obj-$(CONFIG_SCSI_UFS_HISI) += ufs-hisi.o
11 obj-$(CONFIG_SCSI_UFS_MEDIATEK) += ufs-mediatek.o
12 obj-$(CONFIG_SCSI_UFS_RENESAS) += ufs-renesas.o
13 obj-$(CONFIG_SCSI_UFS_SPRD) += ufs-sprd.o
14 obj-$(CONFIG_SCSI_UFS_TI_J721E) += ti-j721e-ufs.o
Dufs-mediatek-trace.h57 #define TRACE_INCLUDE_PATH ../../drivers/ufs/host
58 #define TRACE_INCLUDE_FILE ufs-mediatek-trace
/linux-6.12.1/drivers/phy/samsung/
DMakefile5 obj-$(CONFIG_PHY_SAMSUNG_UFS) += phy-exynos-ufs.o
6 phy-exynos-ufs-y += phy-gs101-ufs.o
7 phy-exynos-ufs-y += phy-samsung-ufs.o
8 phy-exynos-ufs-y += phy-exynos7-ufs.o
9 phy-exynos-ufs-y += phy-exynosautov9-ufs.o
10 phy-exynos-ufs-y += phy-fsd-ufs.o
/linux-6.12.1/drivers/ufs/core/
DMakefile4 ufshcd-core-y += ufshcd.o ufs-sysfs.o ufs-mcq.o
5 ufshcd-core-$(CONFIG_DEBUG_FS) += ufs-debugfs.o
8 ufshcd-core-$(CONFIG_SCSI_UFS_FAULT_INJECTION) += ufs-fault-injection.o
9 ufshcd-core-$(CONFIG_SCSI_UFS_HWMON) += ufs-hwmon.o
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-ufs16 What: /sys/bus/platform/devices/*.ufs/device_descriptor/device_type
26 What: /sys/bus/platform/devices/*.ufs/device_descriptor/device_class
36 What: /sys/bus/platform/devices/*.ufs/device_descriptor/device_sub_class
46 What: /sys/bus/platform/devices/*.ufs/device_descriptor/protocol
57 What: /sys/bus/platform/devices/*.ufs/device_descriptor/number_of_luns
67 What: /sys/bus/platform/devices/*.ufs/device_descriptor/number_of_wluns
78 What: /sys/bus/platform/devices/*.ufs/device_descriptor/boot_enable
89 What: /sys/bus/platform/devices/*.ufs/device_descriptor/descriptor_access_enable
101 What: /sys/bus/platform/devices/*.ufs/device_descriptor/initial_power_mode
112 What: /sys/bus/platform/devices/*.ufs/device_descriptor/high_priority_lun
[all …]
/linux-6.12.1/Documentation/admin-guide/
Dufs.rst5 mount -t ufs -o ufstype=type_of_ufs device dir
15 type of ufs automatically. That's why user must specify type of
16 ufs manually by mount option ufstype. Possible values are:
19 old format of ufs
67 Any ufs bug report you can send to daniel.pirkl@email.cz or
/linux-6.12.1/drivers/ufs/
DKconfig20 <file:Documentation/scsi/ufs.rst>.
26 source "drivers/ufs/core/Kconfig"
28 source "drivers/ufs/host/Kconfig"
/linux-6.12.1/fs/ufs/
DMakefile6 obj-$(CONFIG_UFS_FS) += ufs.o
8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
DKconfig13 file <file:Documentation/admin-guide/ufs.rst> for more information.
28 module will be called ufs.
/linux-6.12.1/arch/arm64/boot/dts/exynos/
Dexynosautov9-sadk.dts63 regulator-name = "ufs-vcc";
71 regulator-name = "ufs-vcc";
Dexynos7.dtsi647 ufs: ufs@15570000 { label
648 compatible = "samsung,exynos7-ufs";
662 phy-names = "ufs-phy";
666 ufs_phy: ufs-phy@15571800 {
667 compatible = "samsung,exynos7-ufs-phy";
Dexynosautov9.dtsi1543 compatible = "samsung,exynosautov9-ufs-phy";
1553 ufs_0: ufs@17e00000 {
1554 compatible = "samsung,exynosautov9-ufs";
1569 phy-names = "ufs-phy";
1575 compatible = "samsung,exynosautov9-ufs-phy";
1585 ufs_1: ufs@17f00000 {
1586 compatible = "samsung,exynosautov9-ufs";
1601 phy-names = "ufs-phy";
/linux-6.12.1/drivers/interconnect/mediatek/
Dmt8195.c144 static struct mtk_icc_node ufs = { variable
295 [MASTER_UFS] = &ufs,
/linux-6.12.1/Documentation/scsi/
Dindex.rst75 ufs
Dufs.rst165 UPIU to the device as it is. Open the bsg device in /dev/ufs-bsg and
186 The userspace tool that interacts with the ufs-bsg endpoint and uses its
189 https://github.com/westerndigitalcorporation/ufs-tool
/linux-6.12.1/arch/arm64/boot/dts/renesas/
Dr8a779f0-spider-cpu.dtsi68 rc21012_ufs: clk-rc21012-ufs {
231 &ufs {
/linux-6.12.1/drivers/phy/mediatek/
DMakefile9 obj-$(CONFIG_PHY_MTK_UFS) += phy-mtk-ufs.o
/linux-6.12.1/drivers/phy/qualcomm/
DMakefile13 obj-$(CONFIG_PHY_QCOM_QMP_UFS) += phy-qcom-qmp-ufs.o
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/
Dindex.rst122 * ufs
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/
Dindex.rst125 * ufs
/linux-6.12.1/arch/arm64/boot/dts/tesla/
Dfsd-evb.dts110 &ufs {
Dfsd.dtsi982 ufs: ufs@15120000 { label
983 compatible = "tesla,fsd-ufs";
997 phy-names = "ufs-phy";
1001 ufs_phy: ufs-phy@15124000 {
1002 compatible = "tesla,fsd-ufs-phy";
/linux-6.12.1/arch/arm64/boot/dts/hisilicon/
Dhi3670.dtsi663 ufs: ufs@ff3c0000 { label
664 compatible = "hisilicon,hi3670-ufs", "jedec,ufs-2.1";

123