HomeSort by relevance Sort by last modified time
    Searched refs:get_timer (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /external/u-boot/drivers/tpm/
tpm_tis_st33zp24_spi.c 292 start = get_timer(0);
298 } while (get_timer(start) < stop);
329 start = get_timer(0);
347 } while (get_timer(start) < stop);
383 start = get_timer(0);
390 } while (get_timer(start) < stop);
tpm2_tis_spi.c 249 start = get_timer(0);
263 } while (get_timer(start) < stop);
281 unsigned long start = get_timer(0);
293 } while (get_timer(start) < stop);
305 start = get_timer(0);
318 } while (get_timer(start) < stop);
555 start = get_timer(0);
566 } while (get_timer(start) < stop);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 91 def get_timer(timertype): function
245 def get_timer(self): member in class:Test
250 return get_timer(self.timer)
271 timer = self.get_timer()
319 timer = self.get_timer()
447 def get_timer(self): member in class:Benchmark
452 return get_timer(self.timer)
531 timer = self.get_timer()
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 91 def get_timer(timertype): function
245 def get_timer(self): member in class:Test
250 return get_timer(self.timer)
271 timer = self.get_timer()
319 timer = self.get_timer()
447 def get_timer(self): member in class:Benchmark
452 return get_timer(self.timer)
531 timer = self.get_timer()
  /external/u-boot/arch/arm/cpu/arm926ejs/armada100/
timer.c 80 ulong get_timer(ulong base) function
183 return get_timer(0);
  /external/u-boot/drivers/fpga/
ACEX1K.c 142 ts = get_timer (0); /* get current time */
145 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */
  /external/u-boot/drivers/misc/
cros_ec_lpc.c 31 start = get_timer(0);
33 if (get_timer(start) > 1000) {
cros_ec_spi.c 38 start = get_timer(0);
45 if (get_timer(start) > 100) {
  /external/u-boot/drivers/mmc/
sunxi_mmc.c 190 unsigned long start = get_timer(0);
198 if (get_timer(start) > timeout_msecs)
289 start = get_timer(0);
293 if (get_timer(start) > timeout_msecs)
310 unsigned long start = get_timer(0);
314 if ((get_timer(start) > timeout_msecs) ||
411 unsigned long start = get_timer(0);
416 if (get_timer(start) > timeout_msecs) {
  /external/u-boot/drivers/net/
altera_tse.c 80 ctime = get_timer(0);
85 if (get_timer(ctime) > ALT_TSE_SGDMA_BUSY_TIMEOUT) {
231 ctime = get_timer(0);
236 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) {
274 ctime = get_timer(0);
279 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) {
294 ctime = get_timer(0);
299 if (get_timer(ctime) > ALT_TSE_SGDMA_BUSY_TIMEOUT) {
fec_mxc.c 105 start = get_timer(0);
107 if (get_timer(start) > (CONFIG_SYS_HZ / 1000)) {
164 start = get_timer(0);
166 if (get_timer(start) > (CONFIG_SYS_HZ / 1000)) {
233 start = get_timer(0);
235 if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
1092 start = get_timer(0);
1094 if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
1263 start = get_timer(0);
1265 if (get_timer(start) > (CONFIG_SYS_HZ * 5))
    [all...]
  /external/u-boot/drivers/spi/
altera_spi.c 125 start = get_timer(0);
130 if (get_timer(start) > (CONFIG_SYS_HZ / 1000)) {
omap3_spi.c 155 start = get_timer(0);
158 if (get_timer(start) > SPI_WAIT_TIMEOUT) {
211 start = get_timer(0);
215 if (get_timer(start) > SPI_WAIT_TIMEOUT) {
265 start = get_timer(0);
268 if (get_timer(start) > SPI_WAIT_TIMEOUT) {
284 start = get_timer(0);
287 if (get_timer(start) > SPI_WAIT_TIMEOUT) {
  /external/u-boot/drivers/usb/host/
ehci-omap.c 77 unsigned long init = get_timer(0);
84 if (get_timer(init) > CONFIG_SYS_HZ) {
  /external/u-boot/arch/arm/cpu/arm926ejs/mxs/
timer.c 118 ulong get_timer(ulong base) function
  /external/u-boot/arch/arm/cpu/armv7m/
systick-timer.c 91 ulong get_timer(ulong base) function
  /external/u-boot/arch/arm/mach-davinci/
timer.c 67 ulong get_timer(ulong base) function
  /external/u-boot/arch/arm/mach-tegra/tegra124/
xusb-padctl.c 196 start = get_timer(0);
198 while (get_timer(start) < 50) {
246 start = get_timer(0);
248 while (get_timer(start) < 50) {
  /external/u-boot/net/
sntp.c 37 sntp_our_port = 10000 + (get_timer(0) % 4096);
fastboot.c 101 start = get_timer(0);
102 ulong time = get_timer(start);
105 start = get_timer(0);
bootp.c 391 ulong time_taken = get_timer(bootp_start);
705 bootp_start = get_timer(0);
776 bp->bp_secs = htons(get_timer(bootp_start) / 1000);
801 bootp_id += get_timer(0);
993 bp->bp_secs = htons(get_timer(bootp_start) / 1000);
1092 &net_ip, get_timer(bootp_start));
  /external/u-boot/board/gdsys/common/
phy.c 157 start = get_timer(0);
158 while ((res != 0) && (get_timer(start) < timeout)) {
167 get_timer(start));
  /external/u-boot/drivers/usb/musb-new/
musb_uboot.c 75 timeout = get_timer(0) + USB_TIMEOUT_MS(urb->pipe);
81 get_timer(0) < timeout);
217 unsigned long timeout = get_timer(0) + 1000;
233 } while (get_timer(0) < timeout);
234 if (get_timer(0) >= timeout) {
  /external/u-boot/arch/arm/cpu/arm926ejs/mx27/
timer.c 140 ulong get_timer(ulong base) function
  /external/u-boot/drivers/i2c/
imx_lpi2c.c 74 ulong start_time = get_timer(0);
84 if (get_timer(start_time) > LPI2C_TIMEOUT_MS) {
117 ulong start_time = get_timer(0);
143 if (get_timer(start_time) > LPI2C_TIMEOUT_MS) {

Completed in 699 milliseconds

1 2 34 5 6 7 8