Home
last modified time | relevance | path

Searched refs:start_cc (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/s390x/lib/
Ddelay.c41 uint64_t start_cc, end_cc; in __udelay() local
45 asm volatile ("STCK %0" : "=m" (start_cc)); in __udelay()
48 } while (((end_cc - start_cc)/4096) < usecs); in __udelay()
/linux-2.4.37.9/arch/s390/lib/
Ddelay.c41 uint64_t start_cc, end_cc; in __udelay() local
45 asm volatile ("STCK %0" : "=m" (start_cc)); in __udelay()
48 } while (((end_cc - start_cc)/4096) < usecs); in __udelay()