Searched refs:cc1 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dtime.c290 unsigned int year, mon, day, hour, min, sec, cc1, cc2, epoch; local
298 cc1 = rpcc_after_update_in_progress();
303 est_cycle_freq = validate_cc_value(cc2 - cc1);
304 cc1 = cc2;
373 state.last_time = cc1;
H A Dcore_cia.c752 unsigned int cc0, cc1;
758 __asm__ __volatile__ ("rpcc %0" : "=r"(cc1));
759 cc1 -= cc0;
760 hwrpb->cycle_freq = ((cc1 >> 11) * 100000000UL) / 3;
750 unsigned int cc0, cc1; local

Completed in 37 milliseconds