Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/host/
Dufs-exynos.c59 #define CLK_STOP_MASK (REFCLKOUT_STOP | REFCLK_STOP |\ macro
406 hci_writel(ufs, ctrl | CLK_STOP_MASK, HCI_CLKSTOP_CTRL); in exynos_ufs_ctrl_clkstop()
408 hci_writel(ufs, ctrl & ~CLK_STOP_MASK, HCI_CLKSTOP_CTRL); in exynos_ufs_ctrl_clkstop()