Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dirq_64.c909 static struct sun5_timer *prom_timers; variable
930 prom_timers = (struct sun5_timer *) 0; in map_prom_timers()
938 prom_timers = (struct sun5_timer *) 0; in map_prom_timers()
941 prom_timers = (struct sun5_timer *) ((unsigned long)addr[0]); in map_prom_timers()
946 if (!prom_timers) in kill_prom_timer()
950 prom_limit0 = prom_timers->limit0; in kill_prom_timer()
951 prom_limit1 = prom_timers->limit1; in kill_prom_timer()
956 prom_timers->limit0 = 0; in kill_prom_timer()
957 prom_timers->limit1 = 0; in kill_prom_timer()