Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
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()
Dehci-generic.c25 int clock_count; member
87 priv->clock_count = 0; in ehci_usb_probe()
107 priv->clock_count++; in ehci_usb_probe()
172 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe()
196 return clk_release_all(priv->clocks, priv->clock_count); in ehci_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.c679 priv->clock_count = 0; in designware_eth_probe()
698 priv->clock_count++; in designware_eth_probe()
754 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe()
771 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