Lines Matching full:stick
220 /* Writes to the %tick and %stick register are not in stick_init_tick()
228 /* Let the user get at STICK too. */ in stick_init_tick()
285 return prom_getintdefault(prom_root_node, "stick-frequency", 0); in stick_get_frequency()
289 .name = "stick",
299 /* On Hummingbird the STICK/STICK_CMPR register is implemented
304 * Since STICK is constantly updating, we have to access it carefully.
311 * Writing STICK safely is also tricky:
379 * XXX into actually sending STICK interrupts. I think because in hbtick_init_tick()
381 * XXX {TICK + STICK} interrupt mux. -DaveM in hbtick_init_tick()
419 return prom_getintdefault(prom_root_node, "stick-frequency", 0); in hbtick_get_frequency()
810 instr = (tlb_type == spitfire) ? p->tick : p->stick; in get_tick_patch()
888 * latency with reading tick, because reading %tick/%stick is a in sched_clock()