Searched refs:n_clks (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos5-usbdrd.c | 430 int n_clks; member 840 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init() 890 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init() 902 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit() 924 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit() 1249 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_init() 1256 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_init() 1268 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_exit() 1292 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_exit() 1397 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos2200_usbdrd_phy_init() [all …]
|
| /linux/drivers/ata/ |
| H A D | ahci_da850.c | 181 if (hpriv->n_clks < 2) { in ahci_da850_probe() 188 hpriv->n_clks = 2; in ahci_da850_probe() 190 rc = devm_clk_bulk_get(dev, hpriv->n_clks, hpriv->clks); in ahci_da850_probe()
|
| H A D | libahci_platform.c | 121 for (i = 0; i < hpriv->n_clks; i++) { in ahci_platform_find_clk() 141 return clk_bulk_prepare_enable(hpriv->n_clks, hpriv->clks); in ahci_platform_enable_clks() 155 clk_bulk_disable_unprepare(hpriv->n_clks, hpriv->clks); in ahci_platform_disable_clks() 522 hpriv->n_clks = rc; in ahci_platform_get_resources() 539 hpriv->n_clks = 1; in ahci_platform_get_resources()
|
| H A D | ahci_dm816.c | 72 if (hpriv->n_clks < 2) { in ahci_dm816_phy_init()
|
| H A D | ahci.h | 349 unsigned int n_clks; member
|
| /linux/drivers/clk/davinci/ |
| H A D | pll.c | 776 int n_clks = max_sysclk_id + 1; in of_davinci_pll_init() local 785 clks = kmalloc_array(n_clks, sizeof(*clks), GFP_KERNEL); in of_davinci_pll_init() 793 clk_data->clk_num = n_clks; in of_davinci_pll_init() 795 for (i = 0; i < n_clks; i++) in of_davinci_pll_init()
|