Searched refs:clock_bits_settable (Results 1 – 2 of 2) sorted by relevance
147 unsigned long __nongprelbss clock_bits_settable; variable389 clock_bits_settable = CLOCK_BIT_CM_H | CLOCK_BIT_CM_M | CLOCK_BIT_P0; in determine_cpu()435 clock_bits_settable |= CLOCK_BIT_CMODE; in determine_cpu()456 clock_bits_settable |= CLOCK_BIT_CMODE; in determine_cpu()1059 if (clock_bits_settable & CLOCK_BIT_CMODE) { in show_cpuinfo()1064 if (clock_bits_settable & CLOCK_BIT_CM) { in show_cpuinfo()1065 seq_printf(m, "%scm=0x%lx", sep, clock_bits_settable & CLOCK_BIT_CM); in show_cpuinfo()1069 if (clock_bits_settable & CLOCK_BIT_P0) { in show_cpuinfo()
38 extern unsigned long __nongprelbss clock_bits_settable;