Searched full:sata_clk (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | ahci_tegra.c | 172 struct clk *sata_clk; member 244 tegra->sata_clk, in tegra_ahci_power_on() 262 clk_disable_unprepare(tegra->sata_clk); in tegra_ahci_power_on() 282 clk_disable_unprepare(tegra->sata_clk); in tegra_ahci_power_off() 533 tegra->sata_clk = devm_clk_get(&pdev->dev, "sata"); in tegra_ahci_probe() 534 if (IS_ERR(tegra->sata_clk)) { in tegra_ahci_probe() 536 return PTR_ERR(tegra->sata_clk); in tegra_ahci_probe()
|
| D | ahci_imx.c | 94 struct clk *sata_clk; member 1067 imxpriv->sata_clk = devm_clk_get(dev, "sata"); in imx_ahci_probe() 1068 if (IS_ERR(imxpriv->sata_clk)) { in imx_ahci_probe() 1070 return PTR_ERR(imxpriv->sata_clk); in imx_ahci_probe() 1116 ret = clk_prepare_enable(imxpriv->sata_clk); in imx_ahci_probe() 1174 clk_disable_unprepare(imxpriv->sata_clk); in imx_ahci_probe() 1184 clk_disable_unprepare(imxpriv->sata_clk); in ahci_imx_host_stop()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | baikal,bt1-ccu-div.yaml | 102 - const: sata_clk 118 - const: sata_clk 163 clock-names = "sata_clk", "pcie_clk", "eth_clk"; 179 clock-names = "ref_clk", "sata_clk", "pcie_clk",
|
| /kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
| D | clk-ccu-div.c | 139 CCU_DIV_VAR_INFO(CCU_AXI_DDR_CLK, "axi_ddr_clk", "sata_clk", 143 CCU_DIV_VAR_INFO(CCU_AXI_SATA_CLK, "axi_sata_clk", "sata_clk", 161 CCU_DIV_VAR_INFO(CCU_AXI_USB_CLK, "axi_usb_clk", "sata_clk", 164 CCU_DIV_VAR_INFO(CCU_AXI_HWA_CLK, "axi_hwa_clk", "sata_clk", 192 "sata_clk", CCU_SYS_SATA_REF_BASE, 4, 217 "sata_clk", CCU_SYS_HWA_BASE, 4,
|
| /kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
| D | ccu-sun4i-a10.c | 625 static SUNXI_CCU_MUX_WITH_GATE(sata_clk, "sata", sata_parents, 979 &sata_clk.common, 1164 [CLK_SATA] = &sata_clk.common.hw, 1330 [CLK_SATA] = &sata_clk.common.hw,
|
| D | ccu-sun9i-a80.c | 667 static SUNXI_CCU_M_WITH_GATE(sata_clk, "sata", "pll-periph0", 0x500, 901 &sata_clk.common, 1047 [CLK_SATA] = &sata_clk.common.hw,
|
| D | ccu-sun8i-r40.c | 604 static SUNXI_CCU_MUX_WITH_GATE(sata_clk, "sata", sata_parents, 914 &sata_clk.common, 1117 [CLK_SATA] = &sata_clk.common.hw,
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0012_linux_drivers_ata.patch | 791 clk_disable_unprepare(imxpriv->sata_clk);
|