Searched refs:total_ticks (Results 1 – 1 of 1) sorted by relevance
93 uint32_t start, cnt, delta, total_ticks; in sram_udelay() local97 total_ticks = usec * SYS_COUNTER_FREQ_IN_MHZ; in sram_udelay()105 } while (delta <= total_ticks); in sram_udelay()