Searched refs:clock_count (Results 1 – 5 of 5) sorted by relevance
23 int clock_count; /* number of clock in clock list */ member84 priv->clock_count = 0; in ohci_usb_probe()103 priv->clock_count++; in ohci_usb_probe()157 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_probe()181 return clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_remove()
29 int clock_count; member84 priv->clock_count = 0; in ehci_usb_probe()104 priv->clock_count++; in ehci_usb_probe()178 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe()206 return clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_remove()
685 priv->clock_count = 0; in designware_eth_probe()704 priv->clock_count++; in designware_eth_probe()766 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe()783 return clk_release_all(priv->clocks, priv->clock_count); in designware_eth_remove()
243 int clock_count; /* number of clock in clock list */ member
202 unsigned long clock_count = dmc_g12_get_freq_quick(info) / 10; /* 100ms */ in dmc_g12_counter_enable() local204 writel(clock_count, info->ddr_reg[0] + DMC_MON_G12_TIMER); in dmc_g12_counter_enable()