Home
last modified time | relevance | path

Searched refs:HCI_CLKSTOP_CTRL (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/ufs/host/
Dufs-exynos.c53 #define HCI_CLKSTOP_CTRL 0xB0 macro
407 u32 ctrl = hci_readl(ufs, HCI_CLKSTOP_CTRL); in exynos_ufs_ctrl_clkstop()
412 hci_writel(ufs, ctrl | CLK_STOP_MASK, HCI_CLKSTOP_CTRL); in exynos_ufs_ctrl_clkstop()
414 hci_writel(ufs, ctrl & ~CLK_STOP_MASK, HCI_CLKSTOP_CTRL); in exynos_ufs_ctrl_clkstop()