Home
last modified time | relevance | path

Searched refs:clock_count (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/usb/host/
Dohci-da8xx.c20 int clock_count; /* number of clock in clock list */ member
94 priv->clock_count = 0; in ohci_da8xx_probe()
117 priv->clock_count++; in ohci_da8xx_probe()
138 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_probe()
158 return clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_remove()
Dehci-generic.c29 int clock_count; member
84 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()
Dohci-generic.c23 int clock_count; /* number of clock in clock list */ member
84 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()
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils_test.cc42 const uint64 clock_count = CpuUtils::GetCurrentClockCycle(); in TEST_F() local
43 CHECK_GE(clock_count, prev_clock_count); in TEST_F()
44 prev_clock_count = clock_count; in TEST_F()
/external/u-boot/drivers/net/
Ddesignware.c684 priv->clock_count = 0; in designware_eth_probe()
703 priv->clock_count++; in designware_eth_probe()
775 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe()
792 return clk_release_all(priv->clocks, priv->clock_count); in designware_eth_remove()
Ddesignware.h243 int clock_count; /* number of clock in clock list */ member