Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-amd-versal2.c39 unsigned long host_clk; member
312 host->host_clk = clk_get_rate(clki->clk); in ufs_versal2_init()
387 if (host->host_clk) in ufs_versal2_link_startup_notify()
388 ufshcd_writel(hba, host->host_clk / 1000000, DWC_UFS_REG_HCLKDIV); in ufs_versal2_link_startup_notify()
/linux/drivers/usb/host/
H A Dxhci-tegra.c282 struct clk *host_clk; member
840 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()
877 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()
886 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()
1200 tegra->host_clk, in tegra_xusb_unpowergate_partitions()
1241 tegra->host_clk, in tegra_xusb_powergate_partitions()
1673 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()
1674 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()
1675 err = PTR_ERR(tegra->host_clk); in tegra_xusb_probe()