Searched refs:n_clks (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos5-usbdrd.c | 483 int n_clks; member 893 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init() 943 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init() 955 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit() 977 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit() 1302 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_init() 1309 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_init() 1321 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_exit() 1345 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_exit() 1450 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 | ahci_dm816.c | 72 if (hpriv->n_clks < 2) { in ahci_dm816_phy_init()
|
| /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_objs(*clks, n_clks); 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()
|