Searched refs:PHY_CLK_CTRL (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/scsi/ufs/ |
| D | ufs-hisi.c | 72 ufs_sys_ctrl_clr_bits(host, BIT_SYSCTRL_REF_CLOCK_EN, PHY_CLK_CTRL); in ufs_hi3660_clk_init() 73 if (ufs_sys_ctrl_readl(host, PHY_CLK_CTRL) & BIT_SYSCTRL_REF_CLOCK_EN) in ufs_hi3660_clk_init() 79 ufs_sys_ctrl_set_bits(host, BIT_SYSCTRL_REF_CLOCK_EN, PHY_CLK_CTRL); in ufs_hi3660_clk_init() 98 reg = ufs_sys_ctrl_readl(host, PHY_CLK_CTRL); in ufs_hi3660_soc_init() 101 ufs_sys_ctrl_writel(host, reg, PHY_CLK_CTRL); in ufs_hi3660_soc_init() 103 ufs_sys_ctrl_clr_bits(host, MASK_SYSCTRL_REF_CLOCK_SEL, PHY_CLK_CTRL); in ufs_hi3660_soc_init() 473 ufs_sys_ctrl_clr_bits(host, BIT_SYSCTRL_REF_CLOCK_EN, PHY_CLK_CTRL); in ufs_hisi_suspend() 493 ufs_sys_ctrl_set_bits(host, BIT_SYSCTRL_REF_CLOCK_EN, PHY_CLK_CTRL); in ufs_hisi_resume()
|
| D | ufs-hisi.h | 19 #define PHY_CLK_CTRL (0x10) macro
|
| /Linux-v4.19/drivers/phy/ti/ |
| D | phy-twl4030-usb.c | 120 #define PHY_CLK_CTRL 0xFE macro 359 int val = twl4030_usb_read(twl, PHY_CLK_CTRL); in twl4030_i2c_access() 365 WARN_ON(twl4030_usb_write_verify(twl, PHY_CLK_CTRL, in twl4030_i2c_access() 380 WARN_ON(twl4030_usb_write_verify(twl, PHY_CLK_CTRL, in twl4030_i2c_access() 441 twl4030_usb_write(twl, PHY_CLK_CTRL, in twl4030_usb_runtime_resume() 442 twl4030_usb_read(twl, PHY_CLK_CTRL) | in twl4030_usb_runtime_resume() 793 val = twl4030_usb_read(twl, PHY_CLK_CTRL); in twl4030_usb_remove() 797 twl4030_usb_write(twl, PHY_CLK_CTRL, (u8)val); in twl4030_usb_remove()
|