Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/host/
Dufs-exynos.c58 #define CLK_STOP_MASK (REFCLKOUT_STOP | REFCLK_STOP |\ macro
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()