Searched refs:system_clock (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/m68k/68360/
H A Dconfig.c40 unsigned long int system_clock; variable
46 // unsigned int system_clock = 33000000l;
47 extern unsigned long int system_clock; //In kernel setup.c
95 pquicc->timer_trr1 = (system_clock/ prescaler) / HZ; /* reference count */ hw_timer_init()
143 system_clock = (OSCILLATOR / 128) * (mf + 1); config_BSP()
148 system_clock = (OSCILLATOR) * (mf + 1); config_BSP()
H A Dcommproc.c48 extern unsigned int system_clock;
286 #define BRG_INT_CLK system_clock
/linux-4.1.27/drivers/clocksource/
H A Dbcm2835_timer.c50 static void __iomem *system_clock __read_mostly;
54 return readl_relaxed(system_clock); bcm2835_sched_read()
77 writel_relaxed(readl_relaxed(system_clock) + event, bcm2835_time_set_next_event()
112 system_clock = base + REG_COUNTER_LO; bcm2835_timer_init()

Completed in 98 milliseconds